Releases: nats-io/go-nats-examples
0.1.0
0.0.50
Changelog
323d5d6 Merge pull request #23 from nats-io/travis-build-versions
33a1ac5 removed older versions of go for travis builds
d18f643 Merge pull request #22 from nats-io/nkey-support-tools
adb1d29 Added goreleaser configuration so releases has pre-compiled binaries for macOS, windows, linux
3984cce Updated versions of Go only
ce9cf88 Updated for new credentials usage
914e057 Removed build ignore from copied examples.
617d726 Updated examples to the latest version. Added stan sub and stan pub.
28cc29c Merge pull request #21 from nats-io/simplified_url
3e35c77 Use simplified URLs and update Conn.Drain() example
a41cb9e Merge pull request #20 from nats-io/wallyqs-patch-1
d2c4c32 Remove close on drain example
1a8cf7d Merge pull request #19 from nats-io/comments_for_code_coloring
faceb53 Use comments characters because of code coloring
63e0205 Merge pull request #18 from nats-io/add_not_applicable_examples
f9dd897 Added text file for non applicable tests
1fe168c Add Drain examples
19ca138 Merge pull request #17 from nats-io/wildcard_tester
0ecf9fe Add wildcard tester
7c84891 Merge pull request #16 from nats-io/add_sub_greater_than
ddcc653 Add subscribe on ">"
1a245c1 Merge pull request #15 from nats-io/slow_consumer
59ef9c6 Add slow consumer examples
f9404d2 Merge pull request #14 from nats-io/connection_events
a4c6ef9 Add connection events/status
fac2892 Merge pull request #13 from nats-io/add_subs
d3ba517 Add subscribe examples
7820a6d Merge pull request #12 from nats-io/add_pub
cbc54c7 Add publish/flush examples
a8f2b67 Merge pull request #11 from nats-io/add_connect_user_pwd
3e010db Added connect user/pass and token
4087b35 Merge pull request #10 from nats-io/add_tls
2cc8638 Add connect with TLS
c47f444 Merge pull request #9 from nats-io/add_connection_options_examples
2fc1719 Merge pull request #8 from nats-io/fix_test_names
df4f3d8 Fix test names
8dfb208 Add connect options
b2b794d Merge pull request #7 from nats-io/add_reconnect_examples
362ef76 Add reconnect examples
460af35 Add apache2 license
6f19b4a Fixed build badge and license in readme.
aee3a7e Merge pull request #6 from nats-io/options
b0771cc New option format
2b8c0d0 Added connect with options example.
5acf512 reformatted multiple server example to make it more readable
8067f0f fixed typos in examples
d14ace1 Added connect-multiple example
952210d Cleaned out vendor folder. Simplified travis to just vet and build the code
e5ccd70 Started working on doc examples. Organized tools into a subfolder.
f3461c0 still trying to do go list correctly.
630c3a4 added go list for real.
67ccea6 updated to use correct go list.
152521c added releases. first try.
334421c minor language edit.
bbaf325 Merge branch 'master' of github.com:nats-io/go-nats-examples
6c1ef7d added request-reply
ccc22af Update README.md
05c4d4d elaborated.
136f551 added pubsub pattern.
afff000 Expanding readme to make available publicly.
6720538 Merge pull request #3 from nats-io/linter
4bf60e4 [FIXED] Code updates from linter results. No functional changes.
6276eb9 Rename channel to subject.
0d22ceb Update README.md
e888cb3 Update README.md
21616dd example pattern.
1917374 removed build ignore. from .go files.
ef16e7a fixes issue #1.
8ab3963 Initial commit