Files
nats-server/test
Ivan Kozlovic 9e6f965913 [ADDED] LeafNode min_version new option
If set, a server configured to accept leafnode connections will
reject a remote server whose version is below that value. Note
that servers prior to v2.8.0 are not sending their version
in the CONNECT protocol, which means that anything below 2.8.0
would be rejected.

Configuration example:
```
leafnodes {
    port: 7422
    min_version: 2.8.0
}
```
The option is a string and can have the "v" prefix:
```
min_version: "v2.9.1"
```
Note that although suffix such as `-beta` would be accepted,
only the major, minor and update are used for the version comparison.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2022-04-06 18:40:33 -06:00
..
2021-02-10 11:15:23 -08:00
2018-01-15 15:27:18 -08:00
2020-02-19 13:19:08 -07:00
2021-11-15 17:23:08 -07:00
2019-12-12 11:58:24 -07:00
2021-11-15 17:23:08 -07:00
2020-05-29 17:56:45 -07:00
2019-08-26 09:34:17 -06:00
2020-06-30 18:14:30 -07:00
2022-02-04 13:32:18 -08:00