Releases: openfoodfacts/open-prices
Releases · openfoodfacts/open-prices
v1.13.0
1.13.0 (2024-01-19)
Features
Technical
v1.12.0
1.12.0 (2024-01-14)
Features
- add user.price_count to keep track of number of prices (#143) (0f13566)
- auth: avoid recreating existing user on login (#144) (502539c)
- users GET endpoint (#147) (6fdb640)
Bug Fixes
Technical
v1.11.0
1.11.0 (2024-01-14)
Features
- add location filter on price_count (#142) (1237687)
- add location.price_count to keep track of number of prices (#140) (817663f)
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