Skip to content

v0.9.0

Choose a tag to compare

@acp-release-bot acp-release-bot released this 01 Dec 14:51
· 86 commits to main since this release
3c46ea6

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)