- Fix deprecation in nimble_options.
- Fix crash in http2 pools when a message is received in disconnected state.
- Add
:max_idle_time
option for http1 pools - Optimize http2 connection closing.
- Use new lazy pools in NimblePool
- Additional
idle_time
measurements for all http1 connection telemetry
- Update all dependencies. This includes bug fixes for Mint.
- Add metadata to connection start telemetry in http/2 pools
- Add HTTP method to telemetry events
- BUGFIX - Include query parameters in HTTP/2 requests
- HTTP/2 support
- Streaming support for both http/1.1 and http/2 pools
- New api for building and making requests
- typespec fixes
- Response body now defaults to an empty string instead of nil
- Accepts a URI struct in request/3/4/5/6, Todd Resudek
- Fix
http_method()
typespec, Ryan Johnson
- Initial Release