Releases: openfoodfacts/open-prices
Releases · openfoodfacts/open-prices
v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.0
1.3.0 (2023-12-18)
Features
- add openapi tags on endpoints (#88) (e7b0c14)
- add Price.product_name field (#83) (36d551f)
- add relationship objects in response of GET /prices (#92) (2156690)
- add sorting on GET /prices (#90) (7139ec9)
- add vue.js frontend on /app (ca38cbf)
Bug Fixes
- fix ProofCreate schema (ed34567)
Technical
- make migration files available in dev (494bb96)
v1.2.1
v1.2.0
1.2.0 (2023-11-27)
Features
- add CORS configuration (#62) (79de31b)
- add labels_tags field (ea2bdb0)
- add Proof.type field (#68) (d211c0a)
- add support for cookie authentication (9e8413d)
- additional tests on Price create (#60) (bcbcc2a)
- allow to upload price of barcode-less products (#53) (d44d86d)
- simply Price.currency validation (#67) (d7dfb0c)
Bug Fixes
- add image serving (5808b7a)
- CORS: revert configuration. add openfoodfacts-explorer to whitelist (e3e9098)
- CORS: temporarily allow all origins in deployed envs. ref #65 (06f2560)
- fix labels_tags field validator (#69) (5f23977)
- improve landing page (#71) (ec79ccc)
- lint last alembic version (1b0667d)
- return 201 instead of 200 on price (& proof) create (#66) (af543cf)
- use time.sleep instead of asyncio.sleep in non-corountine function (1ccffd6)
v1.1.0
1.1.0 (2023-11-22)
Features
- fetch location data from OpenStreetMap Nominatim (#38) (2044e6b)
- fetch product data from OpenFoodFacts (#49) (cc5a778)
- GET /locations/id endpoint to get location details (#37) (4a4eca1)
- GET /products/id endpoint to get product details (#46) (74f011c)
- on Price create, create (or get) Location, and link them (#36) (003de11)
- on Price create, create (or get) Product, and link them (#45) (71cf40a)
- simple Location model (#35) (32562ad)
- simple Product model (#44) (2bfa8f6)