Ivan Kozlovic
9cddf0fcdf
[FIXED] Windows Docker Image
...
The use of the `svc` API prevented the NATS Server to run as
a container on both nanoserver and windowsservercore Docker images.
An attempt was made to replace svc.Debug with normal server.Start()
if detected to be interactive, however, that did not work. The
fact of detecting if interactive or not already requires connecting
to the service controller apparently.
This change looks up for an environment variable (NATS_DOCKERIZED)
and if set to "1", will not make use of the `svc` package.
This environment variable will be set in the Docker image (in
nats-docker/windows/nanoserver/Dockerfile and windowsservercore/Dockerfile).
Resolves #543
2017-07-18 19:00:17 -06:00
Ivan Kozlovic
009362dd65
Prepare for next release
2017-07-12 09:57:32 -06:00
Tyler Treat
82f92e0939
Refactor signalling and add tests
2017-06-27 11:25:34 -05:00
Ivan Kozlovic
614c435b08
Release v0.9.6
2016-12-15 15:38:15 -07:00
Waldemar Quevedo
2a8aa96af4
Remove "max_pending_size" option
...
Previous implementations of the server checked the pending data size
being currently buffered for a client to detect slow consumers,
though this does not apply to latest version of the server so removing
it as a config option to avoid confusion as it is not implemented.
2016-11-22 20:07:39 -08:00
Derek Collison
9e92aaa2de
Version bump
2016-11-21 15:12:18 -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
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