Skip to content

Releases: openfoodfacts/open-prices

v1.13.0

22 Jan 09:10
af856ea
Compare
Choose a tag to compare

1.13.0 (2024-01-19)

Features

Technical

v1.12.0

14 Jan 19:30
e343113
Compare
Choose a tag to compare

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

14 Jan 08:54
ea0f8e6
Compare
Choose a tag to compare

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.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