Releases: WordPress/openverse
Releases · WordPress/openverse
frontend-2024.05.20.15.14.53
Improvements
- Use openverse.org domains for Openverse API in all documentation (#4323) by @sarayourfriend
Internal Improvements
Bug Fixes
api-2024.05.20.15.14.53
Improvements
- Use openverse.org domains for Openverse API in all documentation (#4323) by @sarayourfriend
Internal Improvements
- Prevent exposing Django Admin features referencing media tables in prod (#4349) by @AetherUnbound
- Remove unnecessary write-time validating URLTextField (#4322) by @sarayourfriend
Bug Fixes
- Fix stray use of
console
logger toconsole_structured
(#4351) by @dhruvkb - Use explicit through table for media/decision many-to-many field (#4310) by @AetherUnbound
- Force all API loggers to be structured (#4331) by @sarayourfriend
frontend-2024.05.13.17.18.44
Improvements
- Add storybook smoke test (#4265) by @obulat
- Initialize Provider store data, UI store and flags store from cookies in a plugin (#4231) by @obulat
Internal Improvements
- Update Node to v.20 (#4299) by @obulat
- Update pnpm (#4294) by @obulat
- Upgrade eslint-plugin-playwright to get new checks; fix small checkbox bug (#4088) by @sarayourfriend
- Convert
.stories.mdx
tostories.js
for compatibility with Storybook v.8 (#4235) by @obulat
Bug Fixes
api-2024.05.13.15.19.42
Improvements
- Expand documentation on API media properties (#4225) by @AetherUnbound
Internal Improvements
- Convert longer media
varchar
fields totext
in the API (#4315) by @AetherUnbound - Remove sendapimoveannouncement management command (#4288) by @sarayourfriend
Bug Fixes
ingestion_server-2024.05.10.03.01.22
frontend-2024.05.07.16.44.22
Improvements
- Remove untranslated locales from page generation and the locale chooser (#4224) by @zackkrida
- Point openverse frontend to api.openverse.org (#4228) by @sarayourfriend
Internal Improvements
- Update docker.io/clickhouse/clickhouse-server Docker tag to v23.12 (#4247) by @openverse-bot
- Update Nuxt dependencies (#4251) by @obulat
- Update docker.io/nginx Docker tag to v1.26.0 (#4248) by @openverse-bot
- Update pnpm to v8.15.8 (#4241) by @openverse-bot
- Remove the additional search views flag (#4222) by @obulat
Bug Fixes
- Use "audio track(s)" to refer to individual audio works (#4037) by @Collins-Webdev
api-2024.05.07.23.56.36
New Features
- Expose provider in the API tags response (#4280) by @AetherUnbound
- Add structured logging for the API (#4263) by @dhruvkb
Improvements
- Alter Django Admin media views to surface content reports (#4254) by @AetherUnbound
- Tag API images with PDM content hash (#4278) by @dhruvkb
Internal Improvements
- Tag API images with PDM content hash (#4278) by @dhruvkb
- Add structured logging for the API (#4263) by @dhruvkb
- Cache repeated thumbnail failures within configured TTL (#4249) by @sarayourfriend
Bug Fixes
- Fix send email query (#4281) by @sarayourfriend
api-2024.05.06.19.44.35
New Features
- Update
openverse-attribution
with new features and improvements (#4250) by @dhruvkb - Add management command to send api move announcement email (#4229) by @sarayourfriend
Internal Improvements
- Update docker.io/nginx Docker tag to v1.26.0 (#4248) by @openverse-bot
api-2024.05.01.13.59.00
Improvements
- Update media moderation view (#4169) by @obulat
- Respond with 401 for requests with bad credentials (#4126) by @sarayourfriend
Internal Improvements
- Update dependency uvicorn to >=0.29, <0.30 (#4245) by @openverse-bot
- Update dependency django-asgi-lifespan to >=0.3.1, <0.4 (#4243) by @openverse-bot
- Delete base indices before recreation of sample data (#4213) by @krysal
Bug Fixes
- Add "sa" as valid license and map "publicdomain" to "pdm" (#4220) by @dhruvkb
- Convert OperationalError into unhealthy health check response (#4197) by @AetherUnbound