Releases: bjoerge/usanity
Releases · bjoerge/usanity
v1.0.1
v1.0.0
µsanity v1.0.0
Features
- Real-time listening (SSE): Added
listen_request()endpoint builder and a fullEventSourceasync iterator with auto-reconnect, resume support (Last-Event-Id), and debug mode - Sync and async client classes: New high-level
SanityClientandAsyncSanityClientthat wrap endpoints + HTTP, withAsyncSanityClient.listen()for real-time subscriptions.
Improvements
- Memory efficiency: Reduced memory footprint
returnQuerydefaults tofalse: Reduces payload size by default
Bug Fixes
- Fixed wrong
createOrReplacemutation method
Breaking Changes
returnQuerynow defaults tofalse
Full Changelog: v0.4...v1.0.0