Skip to content

Release 0.0.21

Compare
Choose a tag to compare
@ripienaar ripienaar released this 06 Jan 12:17
· 1534 commits to main since this release
0.0.21
b1b47a4

Enhancements

  • Relocate natscontext to the jsm.go package for ease of reuse
  • Add FreeBSD support to releases
  • Various UX fixes
  • Allow AckWait to be set in consumers
  • Relocate source code into nats subdirectory for more consistent builds when using Go tooling like go get
  • Allow stream max message size to be set as 1GB etc
  • Contexts can be validated using the nats context validate command, connection attempts can be done using each configuration using --connect in validate and show
  • Additional text templating to bodies and headers for pub and reply commands. Also adds {{.ID}} to generate unique strings
  • Ensure stream backup and restore is tested by CI