Skip to content

Commit 72a4000

Browse files
authored
v1.10.1 (#1575)
Update CHANGELOG for Nebula v1.10.1
1 parent ac3bd9c commit 72a4000

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.10.1] - 2026-01-16
11+
12+
See the [v1.10.1](https://github.com/slackhq/nebula/milestone/26?closed=1) milestone for a complete list of changes.
13+
14+
### Fixed
15+
16+
- Fix a bug where an unsafe route derived from the system route table could be lost on a config reload. (#1573)
17+
- Fix the PEM banner for ECDSA P256 public keys. (#1552)
18+
- Fix a regression on Windows from 1.9.x where nebula could fall back to a less performant UDP listener if
19+
non-critical ioctls failed. (#1568)
20+
- Fix a bug in handshake processing when a peer sends an unexpected public key. (#1566)
21+
22+
### Added
23+
24+
- Add a config option to control accepting `recv_error` packets which defaults to `always`. (#1569)
25+
26+
### Changed
27+
28+
- Various dependency updates. (#1541, #1549, #1550, #1557, #1558, #1560, #1561, #1570, #1571)
29+
1030
## [1.10.0] - 2025-12-04
1131

1232
See the [v1.10.0](https://github.com/slackhq/nebula/milestone/16?closed=1) milestone for a complete list of changes.
@@ -744,7 +764,8 @@ created.)
744764

745765
- Initial public release.
746766

747-
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.10.0...HEAD
767+
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.10.1...HEAD
768+
[1.10.1]: https://github.com/slackhq/nebula/releases/tag/v1.10.1
748769
[1.10.0]: https://github.com/slackhq/nebula/releases/tag/v1.10.0
749770
[1.9.7]: https://github.com/slackhq/nebula/releases/tag/v1.9.7
750771
[1.9.6]: https://github.com/slackhq/nebula/releases/tag/v1.9.6

0 commit comments

Comments
 (0)