Skip to content

Releases: openfoodfacts/open-prices

v1.43.1

03 Oct 21:52
4417608
Compare
Choose a tag to compare

1.43.1 (2024-10-03)

Bug Fixes

  • Proofs: fix thumbnail generation for some JPEG images. ref #486 (a7f18e9)

Technical

  • stats: new Proof type stats. Rename Price type stats (#496) (6401f80)

v1.43.0

03 Oct 08:55
aff057b
Compare
Choose a tag to compare

1.43.0 (2024-10-03)

Features

  • products: New Product.location_count field (#489) (85cd11f)
  • products: New Product.proof_count field (#491) (f77ec80)
  • products: New Product.user_count field (#490) (459c6fc)
  • Proof: generate image thumbnail (size 400) on create (#486) (9f72de6)

Bug Fixes

  • API: Proofs: improve API documentation for upload (#493) (0168a0f)
  • locations: fix count calculation when FK is null. ref #420 (a075918)
  • products: fix update count CRON setup. ref #492 (7e0588b)
  • users: fix count calculation when FK is null. ref #419 (f2f6d9c)

Technical

  • Documentation: Remove mention of /app. closes #482 (18f7083)
  • products: New weekly CRON to update Product counts (#492) (dd9a239)

v1.42.0

02 Oct 07:58
a2dc432
Compare
Choose a tag to compare

1.42.0 (2024-10-02)

Features

  • proofs: new type SHOP_IMPORT to explicitly link shop-imported prices (#485) (82da2b9)

Technical

  • launch vue.js app on / (instead of /app) (#483) (1088f65)

v1.41.0

28 Sep 09:37
3585d95
Compare
Choose a tag to compare

1.41.0 (2024-09-28)

Features

Technical

  • locations: add new count fields in API ordering settings. ref #419 (b02c480)
  • stats: add to admin, cleanup (#479) (39866ac)
  • stats: New daily CRON to update TotalStats (#478) (63f5a76)

v1.40.0

27 Sep 15:59
a984cfa
Compare
Choose a tag to compare

1.40.0 (2024-09-27)

Features

  • locations: New Location.product_count field (#470) (cebc523)
  • locations: New Location.proof_count field (#468) (004af12)
  • locations: New Location.user_count field (#471) (be0c796)

Technical

  • locations: New weekly CRON to update Location counts (#473) (07b1c4c)

v1.39.3

24 Sep 09:59
9c3a030
Compare
Choose a tag to compare

1.39.3 (2024-09-24)

Bug Fixes

  • Django: set 2h long task timeout & retry. ref #376 (87b6e21)
  • Django: split OFF product sync into 4 flavors. ref #376 (4fab7b8)

v1.39.2

23 Sep 22:03
6500779
Compare
Choose a tag to compare

1.39.2 (2024-09-23)

Bug Fixes

  • Django: fix daily DB backup task (#461) (35cbb81)
  • Django: tentative fix by removing task timeout. ref #376 (c03af3c)

Technical

  • proofs: extra API filtering (on date year & month, on empty location_id) (99e88c0)

v1.39.1

23 Sep 09:51
d5e8cfd
Compare
Choose a tag to compare

1.39.1 (2024-09-23)

Bug Fixes

v1.39.0

22 Sep 22:45
272ee89
Compare
Choose a tag to compare

1.39.0 (2024-09-22)

Features

  • prices: new querysets to calculate min, max & average (#452) (ab9ed15)
  • prices: new stats endpoint (#454) (540feba)
  • products: new properties to calculate price min, max & average (#453) (f662710)

Bug Fixes

  • Django: fix daily import script (add source in updated fields). ref #376 (fe569d7)

Technical

v1.38.0

15 Sep 16:00
90c1464
Compare
Choose a tag to compare

1.38.0 (2024-09-15)

Features

  • prices: add API filter by labels_tags & origins_tags (#449) (dab02ae)

Bug Fixes

  • Django: fix babel currency list order (#447) (4da6da2)
  • Django: fix daily import script (avoid unique_scans_n null). ref #376 (0656431)
  • Django: fix daily import script (seperate bulk_create & bulk_update). ref #376 (294261f)