Skip to content

Releases: ConnectEverything/nats-by-example

NBE command line Interface fix to run on windows

18 Jul 16:08
9ce8fce
Compare
Choose a tag to compare

What's New

It's been quite a while since we've done a "release". A release is only necessary if there are changes to the nbe command line program. In this release there are 2 changes relevant to the command line.

  1. Bug fix for the nbe to run on windows having to do with how paths were setup in the composition of docker.
  2. Windows release asset zips now contain nbe.exe instead of nbe so it does not have to be renamed.

Also in the time since the last release, there have been many examples added and some minor improvements to the site. One major change is the removal of the C# .NET V1 examples since there is now a V2 client that is the preferred client for greenfield applications. You can still find the V1 examples in this repo and there are plenty of examples in the V1 client repo also.

Thanks!

Thank you to all the contributors. 11 individuals had their first contribution!

Examples added or updated.

Site, tooling and housekeeping

New Contributors

Full Changelog

v0.1.3...v0.1.4

Add support for Crystal and ARM64 arch

04 Feb 20:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

Eject command and .NET support

21 Dec 19:50
Compare
Choose a tag to compare
  • Support for .NET/C# examples
  • Add eject command to derive a standalone example in a directory

Various fixes and management commands

18 Jul 12:50
8b06aa7
Compare
Choose a tag to compare
  • Docker commands are handled a bit better
  • Integration with asciinema CLI for generating terminal captures

Initial release of nbe

14 Jul 19:35
ed79fb2
Compare
Choose a tag to compare

Check out the getting started section of the README.