Skip to content

Releases: openfoodfacts/open-prices

v1.4.0

23 Dec 01:04
4c355ce
Compare
Choose a tag to compare

1.4.0 (2023-12-23)

Features

v1.3.0

18 Dec 15:10
8b98d0d
Compare
Choose a tag to compare

1.3.0 (2023-12-18)

Features

  • add openapi tags on endpoints (#88) (e7b0c14)
  • add Price.product_name field (#83) (36d551f)
  • add relationship objects in response of GET /prices (#92) (2156690)
  • add sorting on GET /prices (#90) (7139ec9)
  • add vue.js frontend on /app (ca38cbf)

Bug Fixes

Technical

  • make migration files available in dev (494bb96)

v1.2.1

04 Dec 09:39
25fdec8
Compare
Choose a tag to compare

1.2.1 (2023-12-04)

Bug Fixes

v1.2.0

27 Nov 10:18
3f61b06
Compare
Choose a tag to compare

1.2.0 (2023-11-27)

Features

Bug Fixes

  • add image serving (5808b7a)
  • CORS: revert configuration. add openfoodfacts-explorer to whitelist (e3e9098)
  • CORS: temporarily allow all origins in deployed envs. ref #65 (06f2560)
  • fix labels_tags field validator (#69) (5f23977)
  • improve landing page (#71) (ec79ccc)
  • lint last alembic version (1b0667d)
  • return 201 instead of 200 on price (& proof) create (#66) (af543cf)
  • use time.sleep instead of asyncio.sleep in non-corountine function (1ccffd6)

v1.1.0

27 Nov 10:18
954e0e7
Compare
Choose a tag to compare

1.1.0 (2023-11-22)

Features

  • fetch location data from OpenStreetMap Nominatim (#38) (2044e6b)
  • fetch product data from OpenFoodFacts (#49) (cc5a778)
  • GET /locations/id endpoint to get location details (#37) (4a4eca1)
  • GET /products/id endpoint to get product details (#46) (74f011c)
  • on Price create, create (or get) Location, and link them (#36) (003de11)
  • on Price create, create (or get) Product, and link them (#45) (71cf40a)
  • simple Location model (#35) (32562ad)
  • simple Product model (#44) (2bfa8f6)

Bug Fixes

v1.0.3

27 Nov 10:18
540c150
Compare
Choose a tag to compare

1.0.3 (2023-11-20)

Bug Fixes

  • fix container deploy config (36c4f1b)

v1.0.2

16 Nov 14:49
f0871e8
Compare
Choose a tag to compare

1.0.2 (2023-11-16)

Bug Fixes

v1.0.1

16 Nov 14:41
ecb494a
Compare
Choose a tag to compare

1.0.1 (2023-11-16)

Bug Fixes

  • transform async func into func (22a5f0d)

v1.0.0

16 Nov 13:00
c8f5c87
Compare
Choose a tag to compare

1.0.0 (2023-11-16)

Features

Bug Fixes

  • add status endpoint (b3ddad9)
  • stop using global db, use get_db instead (#30) (9739734)
  • update docker-compose.yml to add postgres service (0b5c8af)
  • update pre-commit config (5cc63f4)
  • use black + isort on all files (877f3c6)