Skip to content

Commit

Permalink
chore(main): release 1.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot committed Aug 20, 2024
1 parent 8251082 commit 40c4660
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.50.2](https://github.com/openfoodfacts/robotoff/compare/v1.50.1...v1.50.2) (2024-08-20)


### Bug Fixes

* add logo_annotation.server_type field ([a318737](https://github.com/openfoodfacts/robotoff/commit/a3187375a551bb7757f033a43146d3acd0c4d5bd))
* display number of logos in index in add-logo-to-ann command ([8251082](https://github.com/openfoodfacts/robotoff/commit/825108258d2cfb41694b0640f3444f310b00c36f))
* improve performance of random logo search ([dec765f](https://github.com/openfoodfacts/robotoff/commit/dec765f148dc1bdaee1419438ae6bb1b2c963c4e))
* improve question count query performance with vote ([f19d49a](https://github.com/openfoodfacts/robotoff/commit/f19d49a9f832b91c4317c163fb82ec3f78f4edee))
* remove some store regex false positive ([6ba5f7e](https://github.com/openfoodfacts/robotoff/commit/6ba5f7e4dc4fe09221eda3c45a86b70b20cee00d))
* use subquery when fetching questions without user votes ([15e6cfb](https://github.com/openfoodfacts/robotoff/commit/15e6cfb0749bafff9de25b6f3328f61d445f84e5))


### Technical

* add index on logo_annotation.server_type ([0da1006](https://github.com/openfoodfacts/robotoff/commit/0da1006e94008ac454c1c061dfc726c171e9a029))
* Update README.md ([fc94d96](https://github.com/openfoodfacts/robotoff/commit/fc94d96f6a4a25fc76f4edd8f5494bf48912ad5f))

## [1.50.1](https://github.com/openfoodfacts/robotoff/compare/v1.50.0...v1.50.1) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "robotoff"
version = "1.50.1"
version = "1.50.2"
description = "Real-time and batch prediction service for Open Food Facts."
authors = ["Open Food Facts Team"]
license = "GNU Affero General Public License v3"
Expand Down

0 comments on commit 40c4660

Please sign in to comment.