readme.md in protocol-http-0.29.0 vs readme.md in protocol-http-0.30.0

- old
+ new

@@ -16,10 +16,29 @@ - [Getting Started](https://socketry.github.io/protocol-http/guides/getting-started/index) - This guide explains how to use `protocol-http` for building abstract HTTP interfaces. - [Design Overview](https://socketry.github.io/protocol-http/guides/design-overview/index) - This guide explains the high level design of `protocol-http` in the context of wider design patterns that can be used to implement HTTP clients and servers. +## Releases + +Please see the [project releases](https://socketry.github.io/protocol-http/releases/index) for all releases. + +### Unreleased + + - [`Request[]` and `Response[]` Keyword Arguments](https://socketry.github.io/protocol-http/releases/index#request[]-and-response[]-keyword-arguments) + - [Interim Response Handling](https://socketry.github.io/protocol-http/releases/index#interim-response-handling) + +## See Also + + - [protocol-http1](https://github.com/socketry/protocol-http1) — HTTP/1 client/server implementation using this + interface. + - [protocol-http2](https://github.com/socketry/protocol-http2) — HTTP/2 client/server implementation using this + interface. + - [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client and server, supporting multiple HTTP + protocols & TLS. + - [async-websocket](https://github.com/socketry/async-websocket) — Asynchronous client and server WebSockets. + ## Contributing We welcome contributions to this project. 1. Fork it. @@ -33,15 +52,5 @@ In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed. ### Community Guidelines This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers. - -## See Also - - - [protocol-http1](https://github.com/socketry/protocol-http1) — HTTP/1 client/server implementation using this - interface. - - [protocol-http2](https://github.com/socketry/protocol-http2) — HTTP/2 client/server implementation using this - interface. - - [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client and server, supporting multiple HTTP - protocols & TLS. - - [async-websocket](https://github.com/socketry/async-websocket) — Asynchronous client and server WebSockets.