Skip to content

Releases: openfoodfacts/openfoodfacts-python

v1.1.1

18 Jul 13:14
Compare
Choose a tag to compare

1.1.1 (2024-07-18)

Bug Fixes

  • fix bug when min_id=None was provided (d55db32)

v1.1.0

18 Jul 10:22
Compare
Choose a tag to compare

1.1.0 (2024-07-18)

Features

v1.0.2

18 Jul 09:57
Compare
Choose a tag to compare

1.0.2 (2024-07-18)

Bug Fixes

  • add min_id parameter to get_new_updates (a19aeb5)

v1.0.1

18 Jul 09:18
Compare
Choose a tag to compare

1.0.1 (2024-07-18)

Bug Fixes

  • improve RedisUpdate class (1b90084)

v1.0.0

17 Jul 13:54
Compare
Choose a tag to compare

1.0.0 (2024-07-17)

⚠ BREAKING CHANGES

  • improve asset and image download functions

Features

  • add helper functions for Redis stream (6fedef7)
  • improve asset and image download functions (f5b4f90)

Bug Fixes

  • add Pillow as optional dependency (+ extra) (5ba7719)

v0.4.0

01 Jul 13:45
1a7d49b
Compare
Choose a tag to compare

0.4.0 (2024-07-01)

Features

v0.3.0

18 Apr 09:13
0d7c7bf
Compare
Choose a tag to compare

0.3.0 (2024-04-18)

Features

  • add get_image_from_url function in utils.py (db35751)
  • add Robotoff resource (953ae41)
  • add run_ocr_on_image_batch function (decd94d)

Bug Fixes

  • fix ProductResource.update method (29c40ad)
  • fix typing error (dd51e71)
  • make predict_lang compatible with signature (757cab9)

v0.2.1

03 Apr 08:34
eca00f1
Compare
Choose a tag to compare

0.2.1 (2024-04-02)

Features

  • allow fetching other datasets (obf, opff, opf) (#223)

Bug Fixes

v0.2.0

01 Mar 13:44
1cea44b
Compare
Choose a tag to compare

0.2.0 (2024-03-01)

Features

  • add PEP 561 compliance (typing in installed package) (#215) (ca7fc41)
  • Force user agent in API (#184) (34024be)

Bug Fixes

  • add a function to parse ingredients (d0aa579)
  • add add_ingredient_in_taxonomy_field function from Robotoff (64ee295)
  • add custom headers when performing requests with the API (163b33b)
  • add FacetResource.get_products method (d790389)
  • add timeout parameter to API (b08b9d0)
  • fix Facet class (82ab808)
  • fix FacetResource.get method (d562063)
  • fix page_size parameter in facet.get_products (9d99e6c)
  • fixed search products by text (#191) (94c5600)
  • improve sdk (#193) (07f224c)
  • minor fix in ProductResource.get (54a8809)

Documentation

v0.1.12

10 Nov 15:29
04ee8a4
Compare
Choose a tag to compare

0.1.12 (2023-11-10)

Bug Fixes

  • add select_image function to API.product (d2d0805)
  • add session cookies to all update queries (if needed) (e3b0de0)
  • provide authentification in POST requests (545bbe9)