Releases: openfoodfacts/open-prices
Releases · openfoodfacts/open-prices
v1.56.3
1.56.3 (2024-12-19)
Technical
- Price tags: API: add filter by proof__owner. ref #628 (5fd45df)
- Price tags: API: send proof location for context. ref #628 (b1cb613)
v1.56.2
1.56.2 (2024-12-18)
Technical
- Prices: API: add filtering by type (fed3214)
v1.56.1
1.56.1 (2024-12-18)
Bug Fixes
- don't create price tags for proofs.type != PRICE_TAG (#632) (c40f9ae)
v1.56.0
1.56.0 (2024-12-18)
Features
- add
price_tag
table and routes (#628) (fe3f745)
- create price tags from the object detector model (#629) (a0c4741)
- improve gemini processing (#631) (8263e00)
- save Gemini prediction in
price_tag_predictions
table (#630) (39d3c25)
Bug Fixes
- fix script that runs ML models for proofs without predictions (#627) (c825d2c)
Technical
- pass ENVIRONMENT envvar to services (#625) (59f9cd6)
- update redis default stream name (824a389)
v1.55.1
1.55.1 (2024-12-12)
Bug Fixes
- create a product if needed after a redis update event (#622) (66010fe)
- remove legacy log message (267568e)
v1.55.0
1.55.0 (2024-12-12)
Features
- listen to updates from Product Opener using Redis (#618) (9e4d326)
Technical
- enable fetching product updates from Redis (#621) (3a81968)
v1.54.0
1.54.0 (2024-12-11)
Features
- run and save price tag detections in
proof_predictions
table (#614) (62ecaab)
- Shop import: new script to upload prices from a shop csv (#574) (7ec2eda)
Bug Fixes
- fix bug in directory selection for proof image (#616) (b32b5cf)
- use openfoodfacts.ml module for proof classification (#613) (8eb37e6)
v1.53.0
1.53.0 (2024-12-06)
Features
- API: allow adding prices on proofs not owned (only PRICE_TAG proofs) (#609) (071fad0)
- API: Allow anonymous users to upload proofs (#607) (0c68bf8)
- return proof predictions in
GET /api/v1/proof
route (#601) (42f1c5e)
Bug Fixes
- don't try to classify with the image classifier .bin files (#604) (0ecca7b)
Technical
- API: allow anyone to access proof data (#606) (1b4dcb5)
- API: only return proof.predictions in detail endpoint (#605) (81f7f0f)
- Update github-projects.yml (e4bfe68)
v1.52.0
1.52.0 (2024-12-05)
Features
- save proof prediction for all proofs in a new table (#588) (cb1fb7a)
Bug Fixes
Technical
- add command to run ML models on proofs without predictions (#599) (32de49b)
- Add unit test for proof type detection (#597) (0386cff)
- enable ML predictions on prod & staging (#596) (8d049aa)
- remove deprecated command for ssh-action (#598) (28afbe7)