@@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.6.0] - 2022-06-30
11
+
12
+ ### Added
13
+
14
+ - Experimental: nebula clients can be configured to act as relays for other nebula clients.
15
+ Primarily useful when stubborn NATs make a direct tunnel impossible. (#678 )
16
+
17
+ - Configuration option to report manually specified ` ip:port ` s to lighthouses. (#650 )
18
+
19
+ - Windows arm64 build. (#638 )
20
+
21
+ - ` punchy ` and most ` lighthouse ` config options now support hot reloading. (#649 )
22
+
23
+ ### Changed
24
+
25
+ - Build against go 1.18. (#656 )
26
+
27
+ - Promoted ` routines ` config from experimental to supported feature. (#702 )
28
+
29
+ - Dependencies updated. (#664 )
30
+
31
+ ### Fixed
32
+
33
+ - Packets destined for the same host that sent it will be returned on MacOS.
34
+ This matches the default behavior of other operating systems. (#501 )
35
+
36
+ - ` unsafe_route ` configuration will no longer crash on Windows. (#648 )
37
+
38
+ - A few panics that were introduced in 1.5.x. (#657 , #658 , #675 )
39
+
40
+ ### Security
41
+
42
+ - You can set ` listen.send_recv_error ` to control the conditions in which
43
+ ` recv_error ` messages are sent. Sending these messages can expose the fact
44
+ that Nebula is running on a host, but it speeds up re-handshaking. (#670 )
45
+
46
+ ### Removed
47
+
48
+ - ` x509 ` config stanza support has been removed. (#685 )
49
+
10
50
## [ 1.5.2] - 2021-12-14
11
51
12
52
### Added
@@ -345,7 +385,8 @@ created.)
345
385
346
386
- Initial public release.
347
387
348
- [ Unreleased ] : https://github.com/slackhq/nebula/compare/v1.5.2...HEAD
388
+ [ Unreleased ] : https://github.com/slackhq/nebula/compare/v1.6.0...HEAD
389
+ [ 1.6.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.6.0
349
390
[ 1.5.2 ] : https://github.com/slackhq/nebula/releases/tag/v1.5.2
350
391
[ 1.5.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.5.0
351
392
[ 1.4.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.4.0
0 commit comments