Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.21.0 #214

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

openfoodfacts-bot
Copy link
Collaborator

@openfoodfacts-bot openfoodfacts-bot commented Feb 21, 2024

🤖 I have created a release beep boop

1.21.0 (2024-02-21)

Features

Bug Fixes

  • add --batch-size param to CLI command (dca9098)
  • add /api/v1 prefix to all relevant routes (#74) (353e59f)
  • add image serving (5808b7a)
  • add index on products.price_count field (9fdfdcd)
  • add missing filter on Product.product_id field. ref #134 (0ab9f9d)
  • add prod env config (8ced9d1)
  • add status endpoint (b3ddad9)
  • always return proof.file_path for proof uploaded by the user (#132) (fe14346)
  • better fetch location city from OSM. ref #38 (c37e7a6)
  • bump release please version (a37e7da)
  • CORS: revert configuration. add openfoodfacts-explorer to whitelist (e3e9098)
  • CORS: temporarily allow all origins in deployed envs. ref #65 (06f2560)
  • fix AttributeError in fetch_product_openfoodfacts_details (#161) (ffd9d65)
  • fix container deploy config (36c4f1b)
  • fix db error (#125) (57e4adb)
  • fix duplicate key error due to duplicate products (bd6ff9c)
  • fix email sign-in (#170) (69d65c0)
  • fix github config (7edfa8d)
  • fix labels_tags field validator (#69) (5f23977)
  • fix landing page (cf9bb9d)
  • fix locations GET filters. ref #138 (3d75e16)
  • fix migration parent id. ref #183 (c62c52a)
  • fix parsing bug in import_product_db (#164) (40f2c2a)
  • fix product_quantity DB error (8196bc2)
  • fix product.unique_scans_n server_default (54202d0)
  • fix ProofCreate schema (ed34567)
  • fix release please (#78) (86bb591)
  • fix some typos in the landing page (#51) (e5fee84)
  • fix tests following addition of Price.id field in schema. ref #179 (2818540)
  • fix unique_scans_n null values (b967d5a)
  • improve landing page (#71) (ec79ccc)
  • improve price fetch performance (#118) (1b65ea2)
  • lint last alembic version (1b0667d)
  • lowercase the user_id (#215) (21444ff)
  • normalize all tags values (9402bbb)
  • Product.brands should be a string. ref #93 (7bbf1fc)
  • return 201 instead of 200 on price (& proof) create (#66) (af543cf)
  • stop using global db, use get_db instead (#30) (9739734)
  • strip user_id (66a9c04)
  • transform async func into func (22a5f0d)
  • update docker-compose.yml to add postgres service (0b5c8af)
  • update pre-commit config (5cc63f4)
  • use black + isort on all files (877f3c6)
  • use opsession instead of session as cookie name (#177) (dfd3e6a)
  • use time.sleep instead of asyncio.sleep in non-corountine function (1ccffd6)

Technical


This PR was generated with Release Please. See documentation.

@raphael0202 raphael0202 merged commit 8b6172d into main Feb 21, 2024
6 checks passed
@raphael0202 raphael0202 deleted the release-please--branches--main branch February 21, 2024 14:34
@openfoodfacts-bot
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add real session support
2 participants