From 53affaace9ff184164a394fae3cd39f2e5775f25 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:33:06 -0400 Subject: [PATCH] Publish changelog for api-2023.09.28.00.26.34 (#3070) Co-authored-by: AetherUnbound --- documentation/changelogs/api/2023.09.28.00.26.34.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 documentation/changelogs/api/2023.09.28.00.26.34.md diff --git a/documentation/changelogs/api/2023.09.28.00.26.34.md b/documentation/changelogs/api/2023.09.28.00.26.34.md new file mode 100644 index 00000000000..05cea37ff47 --- /dev/null +++ b/documentation/changelogs/api/2023.09.28.00.26.34.md @@ -0,0 +1,13 @@ +# 2023.09.28.00.26.34 + +## Internal Improvements + +- Upgrade psycopg to version 3 in the API + ([#3064](https://github.com/WordPress/openverse/pull/3064)) by @krysal + +## Bug Fixes + +- Transfer UUID validation inside serializer + ([#3068](https://github.com/WordPress/openverse/pull/3068)) by @dhruvkb +- Replace deprecated body in the ES requests with individual parameters + ([#3055](https://github.com/WordPress/openverse/pull/3055)) by @ngken0995