Skip to content

neodb

v0.17.4 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

Published 11h Communication & Email
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

activitypub atproto bluesky books douban fediverse
+14 more
games goodreads letterboxd mastodon movies music musicbrainz openlibrary podcasts storygraph threads-net tv-shows wikidata worldcat

Affected surfaces

breaking_upgrade auth

Summary

AI summary

Unified redirect behavior for API endpoints when local items are merged.

Full changelog
  • replace langdetect with lingua for language detection - this increase accuracy by ~10%, but grows docker image size quite a bit so I may revert if it does not work well.
  • add Readmoo as a catalog site for ebooks
  • add installation instructions for KOReader plugin

for API developers

  • when local item merged, action against them will get 302/307, this is now a unified behavior

| endpoint | before | after |
| --- | --- | --- |
| GET /me/shelf/item/{uuid} | 302, body without url | 302 |
| GET /me/shelf/item/{uuid}/progress | 302, body without url | 302 |
| GET /me/shelf/item/{uuid}/logs | 302, body without url | 302 |
| GET /me/review/item/{uuid} | 404 | 302 |
| GET /me/note/item/{uuid}/ | listed the merged-away item's notes | 302 |
| GET /item/{uuid}/posts/ | empty list | 302 |
| POST /me/shelf/item/{uuid} | 404 | 307 |
| POST/DELETE /me/shelf/item/{uuid}/progress | 302 | 307 |
| POST /me/review/item/{uuid} | wrote to the merged-away item | 307 |
| POST /me/note/item/{uuid}/ | wrote to the merged-away item | 307 |

Breaking Changes

  • Endpoints `GET /me/shelf/item/{uuid}`, `GET /me/shelf/item/{uuid}/progress`, `GET /me/shelf/item/{uuid}/logs`, `GET /me/review/item/{uuid}`, `GET /me/note/item/{uuid}/`, and `GET /item/{uuid}/posts/` now return 302 redirects instead of previous responses.
  • Endpoints `POST /me/shelf/item/{uuid}`, `POST`/`DELETE /me/shelf/item/{uuid}/progress`, `POST /me/review/item/{uuid}`, and `POST /me/note/item/{uuid}/` now return 307 redirects (previously 404 or other responses).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track neodb

Get notified when new releases ship.

Sign up free

About neodb

a self-hosted server tracking what you read/watch/listen/play, powering a global distributed community federating via ActivityPub and (a bit of) ATProto.

All releases →

Related context

Related tools

Earlier breaking changes

  • v0.14.2 Federate Review as ActivityPub Article instead of Note

Beta — feedback welcome: [email protected]