Skip to content

Commit f2183df

Browse files
chore(main): release 0.17.0 (#123)
🤖 I have created a release *beep* *boop* --- ## [0.17.0](0.16.2...0.17.0) (2026-02-25) ### ⚠ BREAKING CHANGES * Introduce new hyper related features `native-tls`, `hyper-rustls-native-roots`, `hyper-rustls-webpki-roots` * Use `launchdarkly-sdk-transport` instead of relying directly on hyper ### Features * Introduce new hyper related features `native-tls`, `hyper-rustls-native-roots`, `hyper-rustls-webpki-roots` ([7419d59](7419d59)) * Support http proxy through explicit config or environment variable detection ([7419d59](7419d59)) * Use `launchdarkly-sdk-transport` instead of relying directly on hyper ([7419d59](7419d59)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8243ce1 commit f2183df

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eventsource-client": "0.16.2"
2+
"eventsource-client": "0.17.0"
33
}

eventsource-client/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.17.0](https://github.com/launchdarkly/rust-eventsource-client/compare/0.16.2...0.17.0) (2026-02-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Introduce new hyper related features `native-tls`, `hyper-rustls-native-roots`, `hyper-rustls-webpki-roots`
11+
* Use `launchdarkly-sdk-transport` instead of relying directly on hyper
12+
13+
### Features
14+
15+
* Introduce new hyper related features `native-tls`, `hyper-rustls-native-roots`, `hyper-rustls-webpki-roots` ([7419d59](https://github.com/launchdarkly/rust-eventsource-client/commit/7419d59d4b5fe0da8768e96fa1d99a2a52ecc02f))
16+
* Support http proxy through explicit config or environment variable detection ([7419d59](https://github.com/launchdarkly/rust-eventsource-client/commit/7419d59d4b5fe0da8768e96fa1d99a2a52ecc02f))
17+
* Use `launchdarkly-sdk-transport` instead of relying directly on hyper ([7419d59](https://github.com/launchdarkly/rust-eventsource-client/commit/7419d59d4b5fe0da8768e96fa1d99a2a52ecc02f))
18+
519
## [0.16.2](https://github.com/launchdarkly/rust-eventsource-client/compare/0.16.1...0.16.2) (2026-02-11)
620

721

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventsource-client"
3-
version = "0.16.2"
3+
version = "0.17.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]

0 commit comments

Comments
 (0)