Skip to content

Releases: nats-io/nats-account-server

v1.0.2

23 Oct 19:56
be8c842
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

08 Feb 17:10
f73a123
Compare
Choose a tag to compare

What's Changed

  • [UPDATE] Update dockerfile by @wallyqs in #75
  • [FIX] fixes related to internal sign request subject by @aricart in #77
  • [UPDATE] update dependecies to current master in JWT to solve issue with public import with wildcards by @aricart in #78
  • [FEAT] instrumented the output to show actual port if 0 is specified and a random port is chosen by @aricart in #79
  • [FIX] staticcheck error S1017 by @dthuering in #80
  • [UPDATE] dependency updates by @kozlovic in #83
  • [FEAT] Added multiarch rules for docker by @variadico in #85
  • [DOC] Add usage note recommending the internal resolver by @ColinSullivan1 in #86
  • [FIX] removed lang entry in goreleaser as that seems to be an invaid setting by @aricart in #88
  • [DOC] Create dependencies.md [ci skip] by @gcolliso in #66
  • [DOC] Updated readme for replica mode (only works when primary is running D… by @LaurensVergote in #52
  • [DOC] Add note about building the server by @kozlovic in #84
  • [UPDATE] Moved to github actions by @aricart in #90

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

18 Mar 14:37
Compare
Choose a tag to compare

nats-account-server

IMPORTANT: This release removes support for nsc and read only directories

Note that nats-server 2.2.0 also supports an embedded account server that is accessible via nats.

[feat] added support so that nats-account-server can be installed with sc as a windows service.
[feat] added support for jwt V2.
[feat] added the ability to act as full nats based account resolver.
[feat] added command line option -operator <operator jwt path> to specify the operator jwt.
[fix] crash on non existing path.
[removed] support for direct nsc storage access. Use a dedicated storage directory and sync using nsc push instead.
[removed] support for read only storage. Use a dedicated storage directory and sync using nsc push instead.

Full Changelog

8a65ea4 updating go version in travis.yml
d233cfc Merge pull request #74 from nats-io/releaser
ba40463 Updating goreleaser
45fba73 Merge pull request #73 from nats-io/version
5575b91 Update version number to 1.0.0
6c9d4d2 Merge pull request #72 from nats-io/warn-ro
8105565 [Added] warning when using disabled read only feature
83f1ef1 Merge pull request #71 from nats-io/jwt-refresh
cd843ba Update jwt library and add errors when disabled features are used (-nsc)
8987eba Merge pull request #68 from appscodelabs/update-deps
b15023f Update dependencies
96c3f8f Merge pull request #65 from nats-io/fix-logger
56e44fc changed the creation to the JwtHandler to be explicit and requiring he logger to use.
bfb0233 Merge pull request #61 from nats-io/gcolliso-update-maintainers
fe86cbc Merge pull request #62 from nats-io/slimm_acc_srv
f0b9f05 Track pack and lookup subject name changes
9ff7633 Move dirstore to nats-server and use it there
5affb6e Implement sync via nats, add jwt cleanup code.
b46ebac Remove store error
575934d Refactoring server so it can be embedded.
67d630e Update MAINTAINERS.md
8fd8d24 Slimming down the account server
8f494b0 Merge pull request #60 from nats-io/jwt2
ca37204 Moving travis to go 1.13 and 1.14
6b19767 Adding jwtv1 unit tests
05f400f updated jwtv2
abb7934 jwt2 testbed
cf99bab Update README.md
383d1a6 Merge pull request #51 from nats-io/update_sasbury
2f0e203 Update sasbury email address
c0c1890 Merge pull request #49 from nats-io/service-fix
0d4239d Some updates
c5e6dcc changed name of event source as names with dashes don't seem to map correctly in windows
73254e2 FIX #48 - Added support so that nats-account-server can be installed with sc as a windows service (logging to syslog) Reworked the logger to reference the nats-server logger types rather than duplicate them.
8b90b90 Merge pull request #47 from nats-io/lint-fixes
99fcbf2 fixing linter warnings

Release v0.8.4

10 Dec 14:59
Compare
Choose a tag to compare
docker run synadia/nats-account-server:0.8.4

Changelog

6f8eb40 Merge branch 'release/v0.8.4'
d5d3199 Bump version
60a050b Merge pull request #46 from nats-io/skip-tls-default
1c4ef13 Update version
bc628a4 Remove default InsecureSkipVerify for TLS
ae2b2ee Merge pull request #45 from nats-io/update-certs
c93262f Add certs
541c77d added tests for / on primary url

Release v0.8.3

14 Nov 22:24
Compare
Choose a tag to compare
docker run synadia/nats-account-server:0.8.3

Changelog

44298e5 bumped version to 0.8.3
ca5e68f Added check, and test, that pub key in url matches the subject of the jwt fixes #41
22e1119 Fixed an issue where error was always in log statement but wasn't always non-nil
d6920bf Added message on nats connect succeeding Fixes #43

0.8.3

14 Nov 20:26
Compare
Choose a tag to compare

Added check, and test, that pub key in url matches the subject of the JWT
Fixed an issue with panic in replica startup under certain conditions
Added message on nats connect succeeded

Release v0.8.2

30 Aug 17:53
Compare
Choose a tag to compare

Changelog

e517062 Bump version to 0.8.2
e143acf Merge pull request #38 from nats-io/goreleaser
c667977 Added /healthz endpoint
367f12b Merge branch 'master' of https://github.com/nats-io/nats-account-server
bc58c16 updated readme about replication and jwt packs
7ec1725 Merge pull request #39 from nats-io/bug_fix
efd7d82 Fixed issue where error with config file was ignored. Also return 1 from exit instead of 0 on error Fixes #34
73388cb Updated JWT library and fixed reference to nsc for creds formatting
047ca1b Merge pull request #37 from nats-io/jwt_pack
4dd129c fixed out of place edits in jwt_pack branch
5db9356 First pass goreleaser config
533368e Added some tests for edge cases.
db5dd68 Added support for an initial JWT pack for replicas

Release v0.8.0

06 Aug 22:48
4a522c1
Compare
Choose a tag to compare

First release

docker run synadia/nats-account-server:0.8.0