diff --git a/CHANGELOG.md b/CHANGELOG.md index 5872e8e68ac8..86f28f3fe29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## \[2.11.2\] - 2024-03-11 + +### Changed + +- Sped up resource updates when there are no matching webhooks + () + +### Fixed + +- Job and task `updated_date` are no longer bumped twice when updating + annotations + () + +- Sending `PATCH /jobs/{id}/data/meta` on each job save even if nothing changed in meta data + () +- Sending `GET /jobs/{id}/data/meta` twice on each job load + () + +- Made analytics report update job scheduling more efficient + () + +- Fixed being unable to connect to in-mem Redis + when the password includes URL-unsafe characters + () + +- Segment anything decoder is loaded anytime when CVAT is opened, but might be not required + () + ## \[2.11.1\] - 2024-03-05 diff --git a/changelog.d/20240305_171241_roman_webhooks_lazy_rendering.md b/changelog.d/20240305_171241_roman_webhooks_lazy_rendering.md deleted file mode 100644 index 35e6eaf5f7a6..000000000000 --- a/changelog.d/20240305_171241_roman_webhooks_lazy_rendering.md +++ /dev/null @@ -1,4 +0,0 @@ -### Changed - -- Sped up resource updates when there are no matching webhooks - () diff --git a/changelog.d/20240305_193358_roman_less_bumpy.md b/changelog.d/20240305_193358_roman_less_bumpy.md deleted file mode 100644 index 169963096130..000000000000 --- a/changelog.d/20240305_193358_roman_less_bumpy.md +++ /dev/null @@ -1,5 +0,0 @@ -### Fixed - -- Job and task `updated_date` are no longer bumped twice when updating - annotations - () diff --git a/changelog.d/20240306_181839_kirill.9992_fix_meta_requests.md b/changelog.d/20240306_181839_kirill.9992_fix_meta_requests.md deleted file mode 100644 index ed663cc74ab7..000000000000 --- a/changelog.d/20240306_181839_kirill.9992_fix_meta_requests.md +++ /dev/null @@ -1,6 +0,0 @@ -### Fixed - -- Sending `PATCH /jobs/{id}/data/meta` on each job save even if nothing changed in meta data - () -- Sending `GET /jobs/{id}/data/meta` twice on each job load - () diff --git a/changelog.d/20240308_175130_roman_efficient_analytics_debounce.md b/changelog.d/20240308_175130_roman_efficient_analytics_debounce.md deleted file mode 100644 index 8ab33ea6089e..000000000000 --- a/changelog.d/20240308_175130_roman_efficient_analytics_debounce.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- Made analytics report update job scheduling more efficient - () diff --git a/changelog.d/20240308_193911_roman_extra_encoding.md b/changelog.d/20240308_193911_roman_extra_encoding.md deleted file mode 100644 index 6dc37d13494c..000000000000 --- a/changelog.d/20240308_193911_roman_extra_encoding.md +++ /dev/null @@ -1,5 +0,0 @@ -### Fixed - -- Fixed being unable to connect to in-mem Redis - when the password includes URL-unsafe characters - () diff --git a/changelog.d/20240311_093929_klakhov_improve_sam.md b/changelog.d/20240311_093929_klakhov_improve_sam.md deleted file mode 100644 index bec31a252964..000000000000 --- a/changelog.d/20240311_093929_klakhov_improve_sam.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- Segment anything decoder is loaded anytime when CVAT is opened, but might be not required - ()