You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release mostly contains several nice quality-of-life improvements for the Rust version of the schema, as well as an unstable draft implementation of session/fork for people to start trying out.
Added
(rust-only) More convenient builder method params (#313)
(unstable) Draft implementation of session/fork (#311)
(rust-only): Provide nicer interface to ErrorCode and add them to the docs (#301)
Fixed
(rust) Make new methods consistent for all id params (#306)
This release defines the _meta properties in the schema as intended and currently used, which is always an object of key/value pairs, with string keys and arbitrary values.
While this is how everyone is using them, it became clear in code generation that the types weren't quite matching up to the expected usage. This should alleviate some extra checks on the implementer side.
Added
Provide clearer schema for _meta properties (#290)