From 0e7a296f3ed4ad8899d80463ae68864fa2e2fe65 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 05:31:45 +1100 Subject: [PATCH] Publish changelog for api-2024.02.28.16.32.28 (#3838) Co-authored-by: AetherUnbound --- .../changelogs/api/2024.02.28.16.32.28.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 documentation/changelogs/api/2024.02.28.16.32.28.md diff --git a/documentation/changelogs/api/2024.02.28.16.32.28.md b/documentation/changelogs/api/2024.02.28.16.32.28.md new file mode 100644 index 00000000000..308e1c3a3ea --- /dev/null +++ b/documentation/changelogs/api/2024.02.28.16.32.28.md @@ -0,0 +1,23 @@ +# 2024.02.28.16.32.28 + +## New Features + +- Expose search time headers to the browser + ([#3802](https://github.com/WordPress/openverse/pull/3802)) by @obulat + +## Improvements + +- `mature` -> `sensitive` code changes for the API + ([#3769](https://github.com/WordPress/openverse/pull/3769)) by @AetherUnbound + +## Internal Improvements + +- Replaced `get_token_info` calls with the `request.auth.application` + ([#3528](https://github.com/WordPress/openverse/pull/3528)) by @kb-0311 +- Bump cryptography from 42.0.2 to 42.0.4 in /api + ([#3818](https://github.com/WordPress/openverse/pull/3818)) by @dependabot + +## Bug Fixes + +- Rename verbose plural "mature" to "sensitive" in API admin + ([#3837](https://github.com/WordPress/openverse/pull/3837)) by @AetherUnbound