5.44.7
(fix): Fix AsyncAPI v2 enum collision where multiple channels with identically
named query parameters (or headers/path params) that have different enum
values would overwrite each other. The v2 channel converter now passes
parameterNamePrefix (the channel path) to the ParameterConverter,
matching the v3 converter behavior.
5.44.6
(fix): Update CLI irVersion metadata from 66 to 67 so that FDR correctly
reports IR 67-compatible generator versions (e.g. CLI generator ≥ 0.2.0)
when resolving fern generator upgrade.
5.44.5
(chore): Rename the CLI generator Docker image from fernapi/fern-cli to
fernapi/fern-cli-generator.