Skip to content

chore: release - #891

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-21T01-27-33Z
Open

chore: release#891
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-21T01-27-33Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • trillium-macros: 0.1.0 -> 0.2.0
  • trillium: 1.3.0 -> 1.4.0 (✓ API compatible changes)
  • trillium-webtransport: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • trillium-client: 0.9.6 -> 0.9.7
  • trillium-testing: 0.10.0 -> 0.10.1 (✓ API compatible changes)
  • trillium-quinn: 0.1.6 -> 0.1.7 (✓ API compatible changes)
  • trillium-http: 1.3.9 -> 1.3.10
  • trillium-api: 0.3.0 -> 0.3.1
  • trillium-server-common: 0.7.6 -> 0.7.7
  • trillium-smol: 0.6.3 -> 0.6.4
  • trillium-websockets: 0.8.2 -> 0.8.3
  • trillium-logger: 0.5.4 -> 0.5.5
  • trillium-async-std: 0.6.3 -> 0.6.4
  • trillium-tokio: 0.6.3 -> 0.6.4
  • trillium-rustls: 0.11.3 -> 0.11.4
  • trillium-native-tls: 0.6.3 -> 0.6.4
  • trillium-proxy: 0.8.1 -> 0.8.2
  • trillium-openssl: 0.2.1 -> 0.2.2
Changelog

trillium-macros

0.2.0 - 2026-06-23

Added

  • (http) http/2 support
  • normalization pass
  • (testing) rename TestHandler to TestServer and misc testing improvements
  • update all crates for new style of testing
  • [breaking] add h3 support to client
  • [breaking] introduce ServerConfig
  • [breaking] eliminate async_trait
  • add deprecation warnings to 0.2 branch in preparation for 0.3

Fixed

  • fix tests
  • fix deps

Other

  • use path base dev deps only
  • use workspace deps to avoid release mistakes
  • update changelogs to reflect 1.0.0 versions
  • update versions on main to reflect reality
  • release 1.0-rc.1 🌱
  • replace references to 0.3 with 1.0 in changelogs
  • update all changelogs to reflect current status
  • some manual clippy fixes
  • clippy auto fix
  • (deps) [breaking] update all deps
  • edition 2024
  • further improvements to format settings
  • add a rustfmt.toml and reformat
  • release
  • clippy
  • release
  • update dependencies other than trillium-rustls
  • Add test for derive(Transport)
  • Add (and document) macro for derive(Transport)
  • Tweak error message to reference "method" rather than "function"
  • Make error message mention trait-specific alternative annotations
  • Fix typo: s/erro/error/
  • README.md: Document derives for AsyncRead and AsyncWrite
  • README.md: Mention derives for AsyncRead and AsyncWrite too
  • README.md: Wrap #[handler] and FN_NAME in code blocks
  • deps
  • upgrade deps
  • Update futures-lite requirement from 1.13.0 to 2.0.0
  • deps
  • fmt
  • (cargo-release) version 0.0.4
  • for clippy
  • derive(AsyncRead, AsyncWrite)
  • use readme in crate
  • (cargo-release) version 0.0.3
  • use except
  • apparently override is a reserved keyword
  • skip → override
  • clippy
  • add skipping to trillium macros
  • syn 2: not the original syn
  • (cargo-release) version 0.0.2
  • improve macros docs
  • clippy
  • macros minor feature: add better generics support
  • use workspace trillium-testing and trillium
  • use map_or_else
  • initial commit of trillium-macros

trillium

1.4.0 - 2026-06-23

Added

  • remove httparse-based http/1.x parser

Other

trillium-webtransport

0.2.1 - 2026-06-23

Fixed

  • (webtransport) trillium-logger only needed to be a dev dep

Other

  • (http) deprecate role-specific header names on upgrade in preference
  • use path base dev deps only

trillium-client

[0.9.7] - 2026-06-23

Added

  • sse cargo feature: Conn::into_sse executes a request and interprets the response body as a
    text/event-stream, returning an EventStream — a Stream of Events parsed per the
    Server-Sent Events specification (multi-line data, event, id, retry, and comments;
    CR/LF/CRLF terminators). This is a single-response stream that ends when the connection closes;
    it does not implement EventSource-style automatic reconnection. On failure, into_sse returns
    an SseError that dereferences to the Conn (and converts back via From) so the response can
    be inspected. The feature pulls in no new external dependencies.

trillium-testing

[0.10.1] - 2026-06-05

Changed

  • TestServer requests are now never keepalive-pooled

trillium-quinn

0.1.7 - 2026-06-23

Added

  • (quinn) add with_transport_config for client and server

Added

  • QuicConfig::with_transport_config — override the quinn TransportConfig (flow-control windows,
    send fairness, congestion control, GSO) on a constructed config, composing with the from_*
    constructors.
  • ClientQuicConfig::with_transport_config — the client-side mirror of the above, for tuning the
    quinn TransportConfig on outbound HTTP/3 connections.

trillium-http

1.3.10 - 2026-06-23

Other

  • updated the following local packages: trillium-macros

trillium-api

0.3.1 - 2026-06-23

Other

  • updated the following local packages: trillium-macros

trillium-server-common

0.7.7 - 2026-06-23

Other

  • updated the following local packages: trillium, trillium-http

trillium-smol

0.6.4 - 2026-06-23

Other

  • updated the following local packages: trillium-macros, trillium-server-common

trillium-websockets

0.8.3 - 2026-06-23

Other

  • updated the following local packages: trillium-http

trillium-logger

0.5.5 - 2026-06-23

Other

  • updated the following local packages: trillium

trillium-async-std

0.6.4 - 2026-06-23

Other

  • updated the following local packages: trillium-macros, trillium-server-common

trillium-tokio

0.6.4 - 2026-06-23

Other

  • updated the following local packages: trillium-macros, trillium-server-common

trillium-rustls

0.11.4 - 2026-06-23

Other

  • updated the following local packages: trillium-server-common

trillium-native-tls

0.6.4 - 2026-06-23

Other

  • updated the following local packages: trillium-server-common

trillium-proxy

0.8.2 - 2026-06-23

Other

  • updated the following local packages: trillium-http

trillium-openssl

0.2.2 - 2026-06-23

Other

  • updated the following local packages: trillium-server-common


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-21T01-27-33Z branch 5 times, most recently from 9147e08 to 45bdba0 Compare June 22, 2026 00:03
@github-actions
github-actions Bot force-pushed the release-plz-2026-06-21T01-27-33Z branch from 45bdba0 to bf074d3 Compare June 23, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants