You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
### Added
9
+
## [4.0.0] - 2024-12-19
10
+
11
+
### Changes
12
+
- SIP TLS support, using [Rust](https://www.rust-lang.org/) and [Tokio-rustls](https://github.com/rustls/tokio-rustls)
13
+
- If no `cert.pem` or `key.pem` files are found, we automatically create them for you in the current working directory for a seemless start up experience
10
14
-`-N` option to revert to old C way with `select()` for TCP and UDP
11
15
- TCP, UDP now all powered by Rust and Tokio
12
16
- We now support TLS configuration loaded from config using [confy](https://crates.io/crates/confy)
13
17
- If a cert or key file is not found using `-t` or `-k` options, SentryPeer will
14
18
ask you if you'd like to create them - we use the very nice [rcgen](https://crates.io/crates/rcgen) for this
15
19
- New `-z`, -t` and `-k` options for SIP TLS support
16
20
- Command Line Interface (CLI) now powered by Rust using [clap-rs](https://github.com/clap-rs/clap)
17
-
- SIP TLS support, using [Rust](https://www.rust-lang.org/) and [Tokio-rustls](https://github.com/rustls/tokio-rustls)
18
21
- Environment variables `SENTRYPEER_CERT`, `SENTRYPEER_KEY` and `SENTRYPEER_TLS_LISTEN_ADDRESS`
19
-
- We now look for `cargo` and `rustc`, as we are porting parts of SentryPeer to Rust. New features will
20
-
be written in Rust
22
+
- We now look for `cargo` and `rustc`, as we are porting parts of SentryPeer to Rust. New features will be written in Rust
21
23
- SIP TLS support and other Rust-powered features will not be built if Rust is not detected.
0 commit comments