Derek Collison
889ba32cc1
Bump version for multi-user and authorization [ci skip]
2016-06-23 09:22:02 -07:00
Derek Collison
27ac524daf
version bump to next beta
2016-06-15 11:10:50 -07:00
Derek Collison
86e883ce7d
Down bump for bug fix release
2016-06-09 12:49:34 -07:00
Derek Collison
82f04baa12
Allow optional reporting of authorized user under connz
2016-05-15 10:07:37 -07:00
Derek Collison
95787732db
next working version
2016-05-11 16:17:58 -07:00
Derek Collison
3ff8ad706a
v0.8.0 release
2016-05-09 12:47:31 -07:00
Derek Collison
7b33905db5
beta2
2016-05-03 13:00:18 -07:00
Derek Collison
b3388db53f
Enable dynamic write buffers for client connections
2016-04-15 18:16:13 -07:00
Derek Collison
768f23b5b4
dynamic read buffers
2016-04-03 14:30:17 -07:00
Colin Sullivan
2baac47820
Address issues found by golint.
...
* No functional changes
* Did not address the ALL_CAPS issues
* Did not modify public APIs and field names.
2016-03-15 15:21:13 -06:00
Derek Collison
b34d6eac1e
ID prefix, print debug server ID on startup, bumped version
2016-02-24 09:38:28 -08:00
Derek Collison
8e5f925b87
Bumped version for nuid
2016-02-24 09:23:10 -08:00
Derek Collison
1f143a7b3e
beta tag was being overloaded with lots of changes, so bumped
2016-02-11 16:40:22 -08:00
Derek Collison
8393c3c994
Basic INFO for cluster auto-discovery, Addresses #126
2015-12-16 12:36:24 -08:00
Derek Collison
7046d54881
Release 0.7.2
2015-12-09 11:23:37 -08:00
Derek Collison
850da72adc
Added in TLS/Bcrypt documentation, bumped version
2015-12-03 12:43:00 -08:00
Derek Collison
3b64567f00
tls flags, proper timeouts
2015-11-22 14:43:16 -08:00
Derek Collison
1145d9c731
TLS beta
2015-11-08 14:40:29 -08:00
Derek Collison
fe3b8f2aa1
BufSize option, bump for go1.5.1, bump version
2015-09-18 07:41:33 -07:00
Derek Collison
968aec7b08
Update version to 0.6.6
2015-08-23 14:22:31 -07:00
Derek Collison
4253eb3ce7
beta tag
2015-08-22 12:07:10 -07:00
Derek Collison
6511455239
Updates to help including --routes
2015-08-07 22:13:40 -07:00
Derek Collison
13efacd3d8
bump version, release v0.6.2
2015-08-07 17:42:04 -07:00
Derek Collison
f7ea964f2e
Allow flag to connect to routes in clustered mode
2015-08-07 14:23:50 -07:00
Derek Collison
5a07dffb7b
Bumped version to beta tag
2015-06-25 13:52:18 -07:00
Derek Collison
08ec9da14e
Release 0.6.0
2015-06-16 16:49:48 -07:00
Derek Collison
bb3b8d2af2
move version to beta qualifier
2015-06-15 20:58:15 -07:00
Derek Collison
1c98a508f8
Bumped version
2015-04-09 09:13:52 -07:00
Derek Collison
05a3e658e2
Bumped version
2015-01-09 18:47:46 -08:00
Derek Collison
2a6dc7344f
Bumped version
2014-11-16 12:37:46 -08:00
Derek Collison
62c5c4d229
Release version 0.5.6
2014-09-10 16:21:54 -07:00
Derek Collison
13d256b8cc
Fix minor races, add in 1.3 to testing, bump version
2014-07-24 08:03:04 -07:00
Alex Toombs
20b08f5a33
Allow nats to choose a random port when given port -1.
...
* In order to allow nats to resolve a randomly-chosen port, we want to
sometimes give net.Listen a port of 0. However, a port of 0 in the
config resolve to a constant port. In order to avoid behavioral
changes, we define '-1' to be the default "choose random port"
number.
* Resolve ports can be retrievd using the server's Addr() method.
2014-06-05 19:48:42 -07:00
Derek Collison
e172f4bdf9
Fixed issue #29 with subscriptions leaking across routes on auto-unsubscribe
2014-04-30 14:18:42 -07:00
Derek Collison
ac975a9856
Bumped version
2014-04-25 12:27:40 -06:00
Derek Collison
7da1e87748
copyright hygiene
2014-02-06 19:34:12 -08:00
Derek Collison
edc49b7924
Fixes issues #21 and #22
2014-02-06 19:24:11 -08:00
Derek Collison
afb456e2ea
Bumped version
2014-01-07 18:37:06 -08:00
Derek Collison
eb5c550f10
Fixed slice panic on MSG_ARG split buffer
2013-12-12 13:11:37 -08:00
Derek Collison
4b3c8bc121
Bumped version
2013-12-10 12:51:30 -08:00
Derek Collison
da2a40a878
bumped version
2013-10-18 13:16:51 -07:00
Derek Collison
a50f5674df
Better version processing
2013-10-17 12:47:41 -07:00
Derek Collison
fe89d996f3
Bumped version
2013-10-16 10:58:30 -07:00
Derek Collison
f0d98db3c4
Handle errors over routes better
2013-10-16 10:46:03 -07:00
Derek Collison
2ebad0f182
Bumped version
2013-10-14 22:29:33 -07:00
Derek Collison
d21e2caf8c
golint updates
2013-10-13 09:52:51 -07:00
Derek Collison
7302d17c2e
Bumped version
2013-08-19 15:10:05 -07:00
Derek Collison
d322939b17
gofmt
2013-08-19 12:16:30 -07:00
Derek Collison
a2c6cc309d
bumped version
2013-08-19 12:14:48 -07:00
Derek Collison
8fa318738c
Attach /r/n to msg to avoid extra write. Fix auth checks
2013-08-19 12:14:29 -07:00