From 5e55faa84e3fdfb3f7ac5ad9de041bb0056eacf6 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:25:05 -0500 Subject: [PATCH] Publish changelog for api-2023.11.13.22.18.21 (#3347) * Publish changelog for api-2023.11.13.22.18.21 * Update documentation/changelogs/api/2023.11.13.22.18.21.md --------- Co-authored-by: sarayourfriend Co-authored-by: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> --- .../changelogs/api/2023.11.13.22.18.21.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 documentation/changelogs/api/2023.11.13.22.18.21.md diff --git a/documentation/changelogs/api/2023.11.13.22.18.21.md b/documentation/changelogs/api/2023.11.13.22.18.21.md new file mode 100644 index 00000000000..2cda4736728 --- /dev/null +++ b/documentation/changelogs/api/2023.11.13.22.18.21.md @@ -0,0 +1,42 @@ +# 2023.11.13.22.18.21 + +## New Features + +- Add logging around `_post_process_results` recursion + ([#3334](https://github.com/WordPress/openverse/pull/3334)) by @dhruvkb + +## Internal Improvements + +- Use a default for `HOST_NETWORK_ADDRESS` to hide warnings + ([#3333](https://github.com/WordPress/openverse/pull/3333)) by @dhruvkb +- Run the app as ASGI + ([#3011](https://github.com/WordPress/openverse/pull/3011)) by @sarayourfriend +- Remove `--merge` and `--noinput` flags in Django migration check + ([#3329](https://github.com/WordPress/openverse/pull/3329)) by @dhruvkb +- Update docker.io/nginx Docker tag to v1.25.3 + ([#3279](https://github.com/WordPress/openverse/pull/3279)) by @renovate +- Update dependency elasticsearch to v8.10.1 + ([#3278](https://github.com/WordPress/openverse/pull/3278)) by @renovate +- Bump pillow from 10.0.1 to 10.1.0 in /api + ([#3286](https://github.com/WordPress/openverse/pull/3286)) by @dependabot +- Log times of ES queries + ([#3300](https://github.com/WordPress/openverse/pull/3300)) by @obulat +- Bump ipython from 8.16.1 to 8.17.2 in /api + ([#3285](https://github.com/WordPress/openverse/pull/3285)) by @dependabot + +## Bug Fixes + +- Use the `keyword` field for tags in related query + ([#3346](https://github.com/WordPress/openverse/pull/3346)) by @obulat +- Fix API integration test for the related endpoint + ([#3331](https://github.com/WordPress/openverse/pull/3331)) by @obulat +- Simplify related query to remove nesting and make more performant + ([#3307](https://github.com/WordPress/openverse/pull/3307)) by @obulat +- Remove `--merge` and `--noinput` flags in Django migration check + ([#3329](https://github.com/WordPress/openverse/pull/3329)) by @dhruvkb +- Fix the "search query" in the time took logs + ([#3313](https://github.com/WordPress/openverse/pull/3313)) by @obulat +- Fix accidental copy change causing dangling migration + ([#3311](https://github.com/WordPress/openverse/pull/3311)) by @sarayourfriend +- Watermark exception + ([#3019](https://github.com/WordPress/openverse/pull/3019)) by @akhilsrivatsa