Skip to content

Commit 1fc5a20

Browse files
committed
Bump version
1 parent 9c5d44f commit 1fc5a20

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.0] - 2023-12-05
6+
7+
### Features
8+
9+
- [**breaking**] Remove until & remove option from accept
10+
* BREAKING CHANGE: remove `until` from AsyncAccept trait. Use
11+
`StreamExt.take_until` on the TlsListener instead.
12+
* BREAKING CHANGE: `accept` fn on AsyncAccept trait no longer returns an
13+
Option
14+
* BREAKING CHANGE: `accept` fn on TlsListener no longer returns an Option
15+
16+
17+
### Upgrade
18+
19+
- [**breaking**] Update to hyper 1.0
20+
* BREAKING CHANGE: Removed hyper-h1 and hyper-h2 features
21+
22+
523
## [0.8.0] - 2023-10-19
624

725
This is a backwards incompatible release. The main change is that accepting a new connection now returns a tuple of the new connection, and the peer

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tls-listener"
33
description = "wrap incoming Stream of connections in TLS"
4-
version = "0.8.0"
4+
version = "0.9.0"
55
authors = ["Thayne McCombs <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"

0 commit comments

Comments
 (0)