This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalVersion v3.4.0 removes unused paginated query methods, breaking existing code that relied on them.
Why it matters: If your application uses the deprecated paginated query APIs, they will stop functioning after upgrading to v3.4.0; migration is required before adoption reaches 100 % of deployments.
Summary
AI summaryRemoved unused paginated query methods, breaking existing code.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds cursor-based pagination for web-navigable collections. Adds cursor-based pagination for web-navigable collections. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Feature | Medium |
Adds Mastodon-compatible `/api/v1/timelines/tag/:hashtag` endpoint. Adds Mastodon-compatible `/api/v1/timelines/tag/:hashtag` endpoint. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Deprecation | Low |
Removes unused paginated query methods. Removes unused paginated query methods. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Bugfix | Medium |
Fixes negative replies count when viewing a post that is also a reply. Fixes negative replies count when viewing a post that is also a reply. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Bugfix | Medium |
Fixes ordering of cached actors' posts to use `published` instead of `id`. Fixes ordering of cached actors' posts to use `published` instead of `id`. Source: llm_adapter@2026-05-28 Confidence: high |
— |
| Bugfix | Medium |
Changes `Ktistec::Network.get` to report 401 and 403 as distinct errors. Changes `Ktistec::Network.get` to report 401 and 403 as distinct errors. Source: llm_adapter@2026-05-28 Confidence: high |
— |
Full changelog
Added
- Cursor-based pagination for web-navigable collections. (fixes #122)
- Mastodon-compatible API:
/api/v1/timelines/tag/:hashtagendpoint.
Fixed
- Negative replies count when viewing a post that is also a reply.
- Order cached actors' posts by
publishedrather thanid.
Changed
- Report 401 and 403 as distinct errors in
Ktistec::Network.get.
Removed
- Unused paginated query methods.
Breaking Changes
- Removed unused paginated query methods
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
About ktistec
ActivityPub (https://www.w3.org/TR/activitypub/) server for individual users and small groups.
Beta — feedback welcome: [email protected]