Releases: asyncapi/generator
Releases · asyncapi/generator
@asyncapi/[email protected]
Patch Changes
- Updated dependencies [df08ae7]
- @asyncapi/[email protected]
@asyncapi/[email protected]
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]
- @asyncapi/[email protected]
@asyncapi/[email protected]
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.
agCLI 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
- Updated dependencies [df08ae7]
- @asyncapi/[email protected]
@asyncapi/[email protected]
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]
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]
@asyncapi/[email protected]
Minor Changes
- 715c1d2: Centralize reusable README components for consistent template rendering across languages
@asyncapi/[email protected]
@asyncapi/[email protected]
@asyncapi/[email protected]
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]
@asyncapi/[email protected]
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.