Skip to content

Tags: KhudaDad414/java-spring-template

Tags

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: work with cycle defendant properties (asyncapi#174)

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: wrap non required fields (asyncapi#173)

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for security schemes in Kafka config (asyncapi#158)

This commit adds support for the new security schemes introduced
in AsyncAPI 2.1.0, for code generated for Kafka servers.

When provided with AsyncAPI specification documents that describe
Kafka clusters requiring authentication, the generator will now
be able to generate the correct configuration for client code.

Signed-off-by: Dale Lane <[email protected]>

v0.23.3

Toggle v0.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update @asyncapi/generator-filters to 2.1.0 version

v0.23.2

Toggle v0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update @asyncapi/generator-filters to 2.0.0 version

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove \ from \\ in regex patterns for @pattern annotation (asyn…

…capi#134)

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: set ADD_TYPE_INFO_HEADERS to true and control it with new addTy…

…peInfoHeader param (asyncapi#138)

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: filter out properly null objects in oneOf and anyOf (asyncapi#109)

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: replace array with List and add type object processing (asyncap…

…i#100)

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support time zones for json time formats (asyncapi#96)