Skip to content

v2.8.1

Compare
Choose a tag to compare
@aricart aricart released this 18 Sep 16:33
· 56 commits to main since this release
d150ead

What's Changed

  • [FIX] importing of user jwt files regardless of whether they are decorated or not by @aricart in #572
  • [FIX] example for 'generete context' command by @boris-ilijic in #573
  • [FEAT] allow auth callout configuration to generate for any account by @aricart in #574
  • [FIX] panics related to uninitialized environment by @aricart in #583
  • [FEAT] Add vcsinfo to binary by @wallyqs in #576
  • [FIX] fixed import key --recurse flag name shown in the example - was listed as --recursive by @aricart in #587
  • [FIX] YAML Enginering: quote go-version string by @philpennock in #593
  • [FIX] clarified check added to edits of the system account which prevented editing due to JetStream default values in the flag - added a flag that sets the values for the jetstream setting (--js-disable) which sets the values to 0 by @aricart in #591
  • [FIX] Generating of description for entities in combination of json and write to file. by @Drakorgaur in #595
  • [TEST] added tests for #595 by @aricart in #596
  • [TEST] Fixed env tests checking for --all-dirs flag by @aricart in #592
  • [BUMP] updated JWT library to v2.5.0 by @aricart in #599
  • [REPO] Add issue forms by @bruth in #600
  • [REPO] Fix issue config discussions link by @bruth in #601
  • [FIX] include account token position when describing exports by @brianmcgee in #598
  • [FEAT] expose generate profile, this command is used by nats cli, but may be useful to others by @aricart in #603
  • [FIX] the --expiry and --start flags had a default value of 0, which meant no expiration - this would cause any previous values to be removed when setting other values on the JWT @aricart in #604
  • [CI] bumped go to 1.21.x by @aricart in #605
  • [CI] bumped jwt to 2.5.2 by @aricart in #606

New Contributors

Full Changelog: v2.8.0...v2.8.1