Note about v0.1.11
v0.1.11 was removed due to a bad migration, and its tag/release were deleted.
v0.1.12 includes those intended changes plus additional fixes.
Highlights included from the missing v0.1.11 window
- Added hosted agent limit functionality
- Added backup export and restore endpoints
- Added storage status endpoint and filesystem usage reporting
- Improved release tagging/version bump workflow (including Cargo.lock handling)
What's Changed
- fix: register NVIDIA provider and base URL by @Nebhay in #82
- fix: Portal Chat isolation by @jnyecode in #80
- Nudge previously rejected DM users when added to allow list by @Marenz in #78
- Telegram adapter fixes: attachments, reply-to, and retry on startup by @Marenz in #77
- Anthropic OAuth authentication with PKCE and auto-refresh by @Marenz in #76
- fix: Prevent duplicate message replies by differentiating skip and replied flags by @thesammykins in #69
- fix(cron): prevent timer leak and improve scheduler reliability by @michaelbship in #81
- feat(cron): add configurable timeout_secs per cron job by @michaelbship in #83
- feat: add mention-gated Discord bindings and one-time cron jobs by @jamiepine in #88
- docs: update README for new features since last update by @Marenz in #92
New Contributors
- @Nebhay made their first contribution in #82
- @michaelbship made their first contribution in #81
Full Changelog: v0.1.10...v0.1.12