Skip to content

Commit dfb2605

Browse files
committed
Release 1.2.0-alpha.20240628
1 parent 16a51ac commit dfb2605

11 files changed

+35
-13
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.2.0-alpha.20240628] - 2024-06-28
4+
5+
### Added
6+
- Pool mode sources can be set up to ignore some addresses returned by the pool
7+
- NTP sources use a random client port for every request sent
8+
- The metrics exporter will keep trying to startup while its network interface is not yet available
9+
10+
### Changed
11+
- Updated dependencies
12+
- ntp-udp and ntp-os-clock were replaced by timestamped-socket and clock-steering
13+
- Minor improvements to NTS keyset storage errors
14+
- Loop detection is handled globally instead of per source
15+
- The MSRV was raised to 1.70
16+
- The metrics exporter is better able to handle multiple simultaneous connections
17+
- Pendulum is now part of Trifecta Tech Foundation (copyright was updated)
18+
- Large parts of the daemon code have been refactored to simplify the code
19+
20+
### Fixed
21+
- Metrics would not synchronize if the metrics data was too large
22+
- ntpd-rs would ignore responses from servers implementing NTPv3
23+
324
## [1.1.3] - 2024-06-28
425

526
### Fixed
@@ -193,6 +214,7 @@ process.
193214
- Fixed a bug in peer dispersion calculation which resulted in overly
194215
pessimistic dispersion estimates.
195216

217+
[1.2.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.3...v1.2.0-alpha.20240628
196218
[1.1.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.2...v1.1.3
197219
[1.1.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.1...v1.1.2
198220
[1.1.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.0...v1.1.1

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212

1313
# Global settings for our crates
1414
[workspace.package]
15-
version = "1.1.3"
15+
version = "1.2.0-alpha.20240628"
1616
edition = "2021"
1717
license = "Apache-2.0 OR MIT"
1818
repository = "https://github.com/pendulum-project/ntpd-rs"
@@ -61,4 +61,4 @@ zeroize = "1.7"
6161

6262
# our own crates used as dependencies, same version as the workspace version
6363
# NOTE: keep this part at the bottom of the file, do not change this line
64-
ntp-proto = { version = "1.1.3", path = "./ntp-proto", features = ["__internal-api"] }
64+
ntp-proto = { version = "1.2.0-alpha.20240628", path = "./ntp-proto", features = ["__internal-api"] }

docs/man/ntp-ctl.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-CTL(8) ntpd-rs 1.1.3 | ntpd-rs
2+
title: NTP-CTL(8) ntpd-rs 1.2.0-alpha.20240628 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-daemon.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-DAEMON(8) ntpd-rs 1.1.3 | ntpd-rs
2+
title: NTP-DAEMON(8) ntpd-rs 1.2.0-alpha.20240628 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-metrics-exporter.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.1.3 | ntpd-rs
2+
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.2.0-alpha.20240628 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp.toml.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP.TOML(5) ntpd-rs 1.1.3 | ntpd-rs
2+
title: NTP.TOML(5) ntpd-rs 1.2.0-alpha.20240628 | ntpd-rs
33
--- -->
44

55
# NAME

docs/precompiled/man/ntp-ctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-CTL" "8" "" "ntpd-rs 1.1.3" "ntpd-rs"
17+
.TH "NTP-CTL" "8" "" "ntpd-rs 1.2.0-alpha.20240628" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-daemon.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.1.3" "ntpd-rs"
17+
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.2.0-alpha.20240628" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-metrics-exporter.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.1.3" "ntpd-rs"
17+
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.2.0-alpha.20240628" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp.toml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP.TOML" "5" "" "ntpd-rs 1.1.3" "ntpd-rs"
17+
.TH "NTP.TOML" "5" "" "ntpd-rs 1.2.0-alpha.20240628" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

0 commit comments

Comments
 (0)