Skip to content

Releases: openfoodfacts/open-prices

v1.10.0

14 Jan 00:14
b36ab9f
Compare
Choose a tag to compare

1.10.0 (2024-01-13)

Features

v1.9.1

12 Jan 13:44
415336c
Compare
Choose a tag to compare

1.9.1 (2024-01-12)

Bug Fixes

  • add missing filter on Product.product_id field. ref #134 (0ab9f9d)

v1.9.0

12 Jan 13:05
8c32836
Compare
Choose a tag to compare

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

11 Jan 11:24
e3acac0
Compare
Choose a tag to compare

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

10 Jan 17:21
27b7f0f
Compare
Choose a tag to compare

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

03 Jan 18:30
970ff2c
Compare
Choose a tag to compare

1.6.1 (2024-01-03)

Bug Fixes

Technical

  • add tutorial + improve main doc page (#116) (a01a5a0)

v1.6.0

31 Dec 09:47
7f006ab
Compare
Choose a tag to compare

1.6.0 (2023-12-31)

Features

  • add price filters on category_tag, labels_tags & origins_tags (#113) (2a1e350)

Technical

v1.5.0

29 Dec 12:44
4bfc6b9
Compare
Choose a tag to compare

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

23 Dec 16:05
3ed09e2
Compare
Choose a tag to compare

1.4.2 (2023-12-23)

Bug Fixes

  • better fetch location city from OSM. ref #38 (c37e7a6)

v1.4.1

23 Dec 15:13
1c51e73
Compare
Choose a tag to compare

1.4.1 (2023-12-23)

Bug Fixes

  • Product.brands should be a string. ref #93 (7bbf1fc)