Skip to content

Tags: asyncapi/modelina

Tags

v6.0.0-next.5

Toggle v6.0.0-next.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: trigger release (#2382)

v6.0.0-next.4

Toggle v6.0.0-next.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support non-object model types for Rust (#2372)

feat: support non-object model types for rust

Those model types are common when using GET parameters in an OpenAPI
document.

Typescript already has a TypeRenderer. This adds an equivalent for Rust.
However, instead of using a Rust type aliases, this PR uses the New Type
Idiom. There are two main advantages to using the New Type idiom:
compile-time value type validation and a bypass of the rust orphan rule
(see https://effective-rust.com/newtype.html).

The second advantage will be needed to implement model validation.
Likely this validation will come from an external trait.
Rust only allows adding external trait implementations to types that are
internal to the crate (type aliases do not count).

v6.0.0-next.3

Toggle v6.0.0-next.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: improve anonym messages (#2367)

v6.0.0-next.2

Toggle v6.0.0-next.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: remove deprecated interpreter options (#2361)

v6.0.0-next.1

Toggle v6.0.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix!: remove python deprecated option (#2363)

v5.10.2-next.1

Toggle v5.10.2-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ci not working for mac and block release (#2364)

v5.10.1

Toggle v5.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: multiple messages not generating models (#2352)

v5.10.0

Toggle v5.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add xsd support (#2350)

v5.9.0

Toggle v5.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: added avro schema map datatype (#2344)

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: added support for type fixed and bytes (#2345)