Skip to content

v0.2.0

Compare
Choose a tag to compare
@openfoodfacts-bot openfoodfacts-bot released this 01 Mar 13:44
1cea44b

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