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