Skip to content

Commit 105e0ec

Browse files
authored
v1.9.6 (#1434)
Update CHANGELOG for Nebula v1.9.6
1 parent 4870bb6 commit 105e0ec

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.6] - 2025-7-15
11+
12+
### Added
13+
14+
- Support dropping inactive tunnels. This is disabled by default in this release but can be enabled with `tunnels.drop_inactive`. See example config for more details. (#1413)
15+
16+
### Fixed
17+
18+
- Fix Darwin freeze due to presence of some Network Extensions (#1426)
19+
- Ensure the same relay tunnel is always used when multiple relay tunnels are present (#1422)
20+
- Fix Windows freeze due to ICMP error handling (#1412)
21+
- Fix relay migration panic (#1403)
22+
1023
## [1.9.5] - 2024-12-05
1124

1225
### Added
@@ -674,7 +687,8 @@ created.)
674687

675688
- Initial public release.
676689

677-
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.5...HEAD
690+
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.6...HEAD
691+
[1.9.6]: https://github.com/slackhq/nebula/releases/tag/v1.9.6
678692
[1.9.5]: https://github.com/slackhq/nebula/releases/tag/v1.9.5
679693
[1.9.4]: https://github.com/slackhq/nebula/releases/tag/v1.9.4
680694
[1.9.3]: https://github.com/slackhq/nebula/releases/tag/v1.9.3

0 commit comments

Comments
 (0)