From 5da3e426ab7c474c54508b1e014312724314774a Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Thu, 2 May 2024 00:55:34 +1000 Subject: [PATCH] Publish changelog for api-2024.05.01.13.59.00 (#4252) Co-authored-by: obulat <15233243+obulat@users.noreply.github.com> --- .../changelogs/api/2024.05.01.13.59.00.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 documentation/changelogs/api/2024.05.01.13.59.00.md diff --git a/documentation/changelogs/api/2024.05.01.13.59.00.md b/documentation/changelogs/api/2024.05.01.13.59.00.md new file mode 100644 index 00000000000..c0829e6c3ab --- /dev/null +++ b/documentation/changelogs/api/2024.05.01.13.59.00.md @@ -0,0 +1,24 @@ +# 2024.05.01.13.59.00 + +## Improvements + +- Update media moderation view + ([#4169](https://github.com/WordPress/openverse/pull/4169)) by @obulat +- Respond with 401 for requests with bad credentials + ([#4126](https://github.com/WordPress/openverse/pull/4126)) by @sarayourfriend + +## Internal Improvements + +- Update dependency uvicorn to >=0.29, <0.30 + ([#4245](https://github.com/WordPress/openverse/pull/4245)) by @openverse-bot +- Update dependency django-asgi-lifespan to >=0.3.1, <0.4 + ([#4243](https://github.com/WordPress/openverse/pull/4243)) by @openverse-bot +- Delete base indices before recreation of sample data + ([#4213](https://github.com/WordPress/openverse/pull/4213)) by @krysal + +## Bug Fixes + +- Add "sa" as valid license and map "publicdomain" to "pdm" + ([#4220](https://github.com/WordPress/openverse/pull/4220)) by @dhruvkb +- Convert OperationalError into unhealthy health check response + ([#4197](https://github.com/WordPress/openverse/pull/4197)) by @AetherUnbound