From c2c5526c20927a8d4b956de0bb23b20bbde12162 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 01:10:13 +0400 Subject: [PATCH] Publish changelog for api-2023.12.11.19.20.45 (#3511) * Publish changelog for api-2023.12.11.19.20.45 * Remove ingestion server change --------- Co-authored-by: AetherUnbound Co-authored-by: Madison Swain-Bowden --- documentation/changelogs/api/2023.12.11.19.20.45.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 documentation/changelogs/api/2023.12.11.19.20.45.md diff --git a/documentation/changelogs/api/2023.12.11.19.20.45.md b/documentation/changelogs/api/2023.12.11.19.20.45.md new file mode 100644 index 00000000000..98272c400f1 --- /dev/null +++ b/documentation/changelogs/api/2023.12.11.19.20.45.md @@ -0,0 +1,13 @@ +# 2023.12.11.19.20.45 + +## Internal Improvements + +- Change Django secret key to make it more obvious it's a shim value + ([#3422](https://github.com/WordPress/openverse/pull/3422)) by @AetherUnbound + +## Bug Fixes + +- Move Oembed endpoint validation onto the serializer + ([#3069](https://github.com/WordPress/openverse/pull/3069)) by @krysal +- Fix image proxy get error handling + ([#3455](https://github.com/WordPress/openverse/pull/3455)) by @sarayourfriend