Commit Graph

107 Commits

Author SHA1 Message Date
Derek Collison
955d8ee698 require 1.9 or above, bug fix in test 2018-06-04 17:45:05 -07:00
ainsley
504ae06ad6 Update to gnatsd/README.md fixing authorization section addressing issue #662 "_INBOX.>" permission
[ci skip]
2018-05-22 15:39:50 -05:00
ainsley
523bddd328 Update to gnatsd/README.md fixing authorization section addressing issue #662 "_INBOX.>" permission
[ci skip]
2018-05-22 14:41:04 -05:00
ainsley
e453d78f4a Update to gnatsd/README.md fixing authorization section addressing issue #662 "_INBOX.>" permission 2018-05-21 11:21:46 -05:00
ainsley
59ae788854 Update to Office Hours 2018-05-11 11:55:46 -05:00
Kevin Wang
8eb96feecb doc(readme): add license scan status 2018-03-26 13:48:03 -07:00
Ivan Kozlovic
fb972bd0fc Remove ssl_required references 2018-03-23 13:40:10 -06:00
Ivan Kozlovic
8cb7c18204 Prepare for release 1.1.0 2018-03-23 11:53:04 -06:00
Derek Collison
00901acc78 Update license to Apache 2 2018-03-15 22:31:07 -07:00
Chris Aniszczyk
0d511fc7bc Add reference to CNCF 2018-03-15 11:23:30 -07:00
Ivan Kozlovic
17f27ab90f Prepare for release v1.0.6
-Update Dockerfile Go version to 1.9.4
-Add ARM32v6 build of Docker image
2018-02-28 14:49:18 -07:00
Ivan Kozlovic
163ba3f6a7 Merge pull request #608 from nats-io/fix_issue_447
[ADDED] Client and Cluster Advertise. Issue #447
2018-02-26 09:12:58 -07:00
Ivan Kozlovic
acf4a31e4b Major updates + support for config reload of client/cluster advertise 2018-02-05 20:15:36 -07:00
Colin Sullivan
43330bfadd Remove zoom from office hours descrption. 2018-01-15 13:11:38 -07:00
Colin Sullivan
c197771b12 Update office hours link 2018-01-07 19:17:15 -07:00
Ivan Kozlovic
d90dc55879 Update README and version number for next release 2017-09-25 13:14:48 -06:00
Colin Sullivan
8f3439fb3e Add write_deadline configuration option [ci skip] 2017-09-18 12:39:57 -06:00
Sergey Sarbash
1ea25001a2 DOC: added a clarification about a token usage (#563)
* DOC: added a clarification about a token usage

* Minor edits, correction and example

- minor language edits
- corrected name of `util/mkpasswd.go` for all prior references to `util/mkpassword.go`
- gave example output from `util/mkpasswd.go` with comments referencing where to use pass vs bcrypt hash.
2017-08-28 11:13:45 -04:00
Peter Miron
050049c2c7 Merge pull request #556 from nats-io/doc-string-escape
Document string escape behavior [ci skip]
2017-08-16 12:16:36 -04:00
Peter Miron
5f8188f40a Update README.md
updated per Ivan's recommendation.
2017-08-16 12:15:25 -04:00
Colin Sullivan
6099eb9c36 Update office hours schedule [ci skip] 2017-08-14 10:35:10 -06:00
Colin Sullivan
dd59ba184f Document string escape behavior [ci skip] 2017-08-10 15:19:14 -06:00
Colin Sullivan
393bbb7c03 Add a community section and office hours. 2017-08-04 13:21:32 -06:00
Ivan Kozlovic
102b9ed3d4 Release 1.0.2
Essentially patch for Windows Docker Images.
2017-07-19 13:21:27 -06:00
Ivan Kozlovic
009362dd65 Prepare for next release 2017-07-12 09:57:32 -06:00
Tyler Treat
dd3ad77ea8 Replace reloaded varz field with config_load_time 2017-06-27 14:33:06 -05:00
Tyler Treat
de2f407680 Fix signal table in README 2017-06-27 13:56:03 -05:00
Tyler Treat
99015c4117 Allow specifying service name for Windows signaling 2017-06-27 12:42:48 -05:00
Tyler Treat
6eb20197a5 Add signaling and Windows service info to README 2017-06-27 12:26:17 -05:00
Tyler Treat
cc30af8ede Address code review feedback 2017-06-05 17:43:42 -05:00
Tyler Treat
cef5a703ea Add Development section to README
Add a note clarifying symlink behavior on Windows for developers.
2017-06-01 17:08:54 -05:00
Ivan Kozlovic
0cf8455a3a [ADDED] Support for token in configuration file
So far, it was only possible to use token from the command line.

Resolves #464
2017-03-30 11:23:07 -06:00
Waldemar Quevedo
19e6216cbc Remove -DV from non debugging sections in readme 2017-03-22 19:08:37 -07:00
Waldemar Quevedo
a4fc1b648b Fixups to readme
Add missing space before title
2017-03-22 16:54:18 -07:00
Peter Miron
4a82610a38 Updated to use MIT-specific license image. 2017-02-02 12:39:06 -05:00
Ivan Kozlovic
f1c513d7bf Removed last references to max_pending_size [ci skip] 2017-01-18 14:38:34 -07:00
Colin Sullivan
b133cda3cd Add curve preference option to configuration files.
* Add a preference to specify and order the curve preferences
* Add details tls help
* Deprecate old 1.4 cipher suite code
2016-12-27 15:41:48 -07:00
Ivan Kozlovic
614c435b08 Release v0.9.6 2016-12-15 15:38:15 -07:00
Christophe de Vienne
5bed783f44 Fix link to go-nats client REAME.md 2016-12-01 14:15:01 +01:00
Derek Collison
a9897f8fd7 Minor updates 2016-11-20 18:39:40 -08:00
Ivan Kozlovic
dcbf5d8d35 Bump to version v0.9.4 2016-08-18 09:27:43 -06:00
Ivan Kozlovic
62923be357 Bump version to 0.9.2 2016-08-08 14:56:28 -06:00
Colin Sullivan
ab962bf0dd Fix typo in tls parameter doc and readme. 2016-07-25 08:50:29 -06:00
Derek Collison
9a19e5a6c6 update broken coveralls badge image 2016-07-20 13:39:05 -07:00
Alberto Ricart
d022275087 [ci skip] Changes by Ivan and Alberto 2016-07-15 15:58:34 -05:00
Alberto Ricart
92b5a32586 Updated clustering description to show that full mesh is required. 2016-07-15 15:11:22 -05:00
lparis
dbeaad02a6 Updates to Clustering section 2016-06-30 21:13:36 -07:00
lparis
73a6b8ef62 Punctuation fix 2016-06-28 16:19:32 -07:00
lparis
065ea55467 Fixed typo 2016-06-28 12:20:25 -07:00
lparis
d0c315ae41 Updates to README; premissioning feature added 2016-06-27 14:29:22 -07:00