v0.3.0
What's Changed
- feat(db): TTL + per-account count eviction for notes_cache by @hitalin in #3
- feat(db): expose EvictionConfig and relax default to favor search UX by @hitalin in #4
- fix(db): camelCase EvictionConfig fields for FFI consistency by @hitalin in #5
- feat(api): リノートミュートとフォロワー解除の MisskeyClient メソッド by @hitalin in #7
- feat(chat): hydrate fromUser/toUser via users/show?userIds (notedeck#460) by @hitalin in #8
- fix(chat): legacy messaging/unread を chat/history isRead 集計に置換 (notedeck#469) by @hitalin in #9
- feat(chat): chat/messages/delete を呼ぶ delete_chat_message を追加 by @hitalin in #10
- fix(chat): create-to-{user,room} の text/fileId を Option 化 + パラメータ名修正 by @hitalin in #11
- refactor(chat): legacy create_messaging_message を撤去 by @hitalin in #12
- feat(auth): MiAuth permissions を chat scope に置換 by @hitalin in #13
- feat(http): OpenAPI アノテーションと utoipa-axum 統合 by @hitalin in #14
- feat(api): ユーザーメニュー向け API を追加 (following/update, update-memo, antenna show/update) by @hitalin in #15
- feat(api): muted_user_ids で mute/list を全ページ走査 by @hitalin in #16
- fix(lint): clippy -D warnings の既存違反を解消 by @hitalin in #17
Full Changelog: v0.2.0...v0.3.0