Releases: openfoodfacts/open-prices
Releases · openfoodfacts/open-prices
v1.9.1
1.9.1 (2024-01-12)
Bug Fixes
- add missing filter on Product.product_id field. ref #134 (0ab9f9d)
v1.9.0
1.9.0 (2024-01-11)
Features
Bug Fixes
- always return proof.file_path for proof uploaded by the user (#132) (fe14346)
v1.8.0
1.8.0 (2024-01-11)
Features
- add price.price_per field (#127) (5740271)
- add price.price_without_discount field (#130) (5e3be73)
- add product.price_count field to keep track of number of prices (#129) (73b32e6)
- add proof object in price response (#131) (450b82e)
Bug Fixes
- add index on products.price_count field (9fdfdcd)
Technical
v1.7.0
1.7.0 (2024-01-10)
Features
Bug Fixes
- add --batch-size param to CLI command (dca9098)
- fix db error (#125) (57e4adb)
- fix duplicate key error due to duplicate products (bd6ff9c)
- fix product_quantity DB error (8196bc2)
- fix product.unique_scans_n server_default (54202d0)
- fix unique_scans_n null values (b967d5a)
v1.6.1
1.6.1 (2024-01-03)
Bug Fixes
Technical
v1.6.0
1.6.0 (2023-12-31)
Features
- add price filters on category_tag, labels_tags & origins_tags (#113) (2a1e350)
Technical
v1.5.0
1.5.0 (2023-12-29)
Features
- add endpoint to retrieve location by osm data (#108) (b317014)
- add endpoint to retrieve product by code (#106) (70f4567)
- add price.origins_tags field (#110) (46e0c7f)
- return Price.owner info (6e922f3)
Technical
v1.4.2
1.4.2 (2023-12-23)
Bug Fixes
- better fetch location city from OSM. ref #38 (c37e7a6)
v1.4.1
1.4.1 (2023-12-23)
Bug Fixes
- Product.brands should be a string. ref #93 (7bbf1fc)