Skip to content

Tags: r0x0d/tonic

Tags

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v0.14.3 release (hyperium#2489)

# Changelog for v0.14.3

## Features

- Expose `tcp_keepalive_interval` and `tcp_keepalive_retries` options on
Server (hyperium#2472)
- Allow configuration of `max_local_error_reset_streams` on Server
(hyperium#2437)
- Put source error into the `Display` impl of `Status` (hyperium#2417)
- `Server::default()` now sets `TCP_NODELAY` to true (hyperium#2413)

## Bug Fixes

- Respect `max_message_size` when decompressing a message (hyperium#2484)
- Depend on http at least 1.1.0 (hyperium#2426)

## Documentation

- Fix documentation links for timeout configuration (hyperium#2483)
- Fix documentation typos and grammar issues in status.rs and
codec/mod.rs (hyperium#2468)
- Fix labels in `Display for Status` (hyperium#2414)
- Fix features docs in tonic-build and tonic-prost-build (hyperium#2434)
- Remove redundant word in tonic-build and tonic-prost-build README
(hyperium#2425)

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare v0.14.2 release (hyperium#2408)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare v0.14.1 release (hyperium#2379)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix clippy lints (hyperium#2351)

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Prepare `v0.13.1` release

Reviewers: 

Pull Request: hyperium#2266

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle stream error correctly (hyperium#2199)

Co-authored-by: Lucio Franco <[email protected]>

v0.12.3

Toggle v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare 0.12.3 release (hyperium#1899)

* chore: prepare 0.12.3 release

* bump versions to 0.12.3

* update changelog

---------

Co-authored-by: Lucio Franco <[email protected]>

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare 0.12.2 release (hyperium#1881)

Co-authored-by: tottoto <[email protected]>

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v0.12.1 (hyperium#1806)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v0.12.0 (hyperium#1740)

* chore: prepare v0.12.0 release

* add changelog

* fix version links

* update changelog

* update changelog to include prost update