# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.5.2](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.5.1...trillium-server-common-v0.5.2) - 2024-04-04 ### Added - *(server-common)* reexport all of ::url ## [0.5.1](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.5.0...trillium-server-common-v0.5.1) - 2024-04-03 ### Fixed - *(server-common)* pass through poll_read_vectored in binding ## [0.5.0](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.4.7...trillium-server-common-v0.5.0) - 2024-03-22 ### Added - propagate write_vectored calls in Binding - *(server-common)* [**breaking**] put Config in an Arc instead of cloning ### Other - clippy - Release only rustls - release ## [0.4.7](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.4.6...trillium-server-common-v0.4.7) - 2024-01-02 ### Other - Update test-harness requirement from 0.1.1 to 0.2.0 ## [0.4.6](https://github.com/trillium-rs/trillium/compare/trillium-server-common-v0.4.5...trillium-server-common-v0.4.6) - 2024-01-02 ### Other - update dependencies other than trillium-rustls - use trillium-http@v0.3.8 - use trillium-http@v0.3.7 - deps - bump trillium-http - upgrade deps - Fix documentation for `Connector::connect` - remove dependency carats