Skip to content

Releases: asyncapi/generator

@asyncapi/[email protected]

16 Dec 11:27
cc97a09

Choose a tag to compare

Patch Changes

@asyncapi/[email protected]

16 Dec 15:32
f9eae1d

Choose a tag to compare

Patch Changes

  • c5be81a: Enforce new helpers and components release to use latest versions in generator. Required because of the recent misconfiguration of releases and Trusted Publishing.
  • Updated dependencies [c5be81a]

@asyncapi/[email protected]

16 Dec 11:27
cc97a09

Choose a tag to compare

Major Changes

  • df08ae7: ### Breaking Changes

    • You must use Node.js 24.11 or higher, and NPM 11.5.1 or higher
    • Nunjucks renderer removed — React is now the sole rendering engine. No need to specify render engine in config anymore
    • Nunjucks filters package and its public filters removed; filter-based template APIs no longer available.
    • ag CLI is no longer available. It was announced some time ago that it would be deprecated, and users are encouraged to switch to the AsyncAPI CLI

    Migration Guides

Patch Changes

@asyncapi/[email protected]

16 Dec 15:32
f9eae1d

Choose a tag to compare

Patch Changes

  • c5be81a: Enforce new helpers and components release to use latest versions in generator. Required because of the recent misconfiguration of releases and Trusted Publishing.

@asyncapi/[email protected]

16 Dec 15:32
f9eae1d

Choose a tag to compare

Patch Changes

  • c5be81a: Enforce new helpers and components release to use latest versions in generator. Required because of the recent misconfiguration of releases and Trusted Publishing.
  • Updated dependencies [c5be81a]

@asyncapi/[email protected]

11 Dec 17:18
55b256a

Choose a tag to compare

Minor Changes

  • 715c1d2: Centralize reusable README components for consistent template rendering across languages

@asyncapi/[email protected]

04 Dec 07:16
7eb7fb2

Choose a tag to compare

Minor Changes

  • ced1404: Pushing of release #1747 that failed due to pipeline issues.

@asyncapi/[email protected]

04 Dec 07:16
7eb7fb2

Choose a tag to compare

Minor Changes

  • ced1404: Pushing of release #1747 that failed due to pipeline issues.

@asyncapi/[email protected]

12 Nov 14:36
1a5ad6c

Choose a tag to compare

Patch Changes

  • 91735c3: Fix invalid Java method name generation and properly handle multiple WebSocket handlers

    • Generate valid Java method names for WebSocket operation handlers with strange identifiers.
    • Produce distinct @OnTextMessage handler methods for each send operation and add safe default routing for unrecognized messages.
    • Update onClose/onOpen formatting.
  • Updated dependencies [91735c3]

@asyncapi/[email protected]

12 Nov 14:36
1a5ad6c

Choose a tag to compare

Patch Changes

  • 91735c3: Fix invalid Java method name generation and properly handle multiple WebSocket handlers

    • Generate valid Java method names for WebSocket operation handlers with strange identifiers.
    • Produce distinct @OnTextMessage handler methods for each send operation and add safe default routing for unrecognized messages.
    • Update onClose/onOpen formatting.