Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/edlontech/quiver/compare/v0.1.3...v0.2.0) (2026-03-07)


### Features

* 101 upgrade mechanism with transport handoff ([ed75115](https://github.com/edlontech/quiver/commit/ed751159e5bc206c750e77e0629b3abd33bda3fe))
* proxy support with CONNECT tunneling ([8d3047d](https://github.com/edlontech/quiver/commit/8d3047d417a23e6538aae662833335fea932b35a))
* request body streaming for HTTP/1.1 and HTTP/2 ([c7504fd](https://github.com/edlontech/quiver/commit/c7504fd535636b1e1efd7351d7624be3eafd2582))


### Bug Fixes

* RFC Compliance Improvement ([acceb1d](https://github.com/edlontech/quiver/commit/acceb1def5c2bf6faf90b859efc22faef7c945ef))

## [0.1.3](https://github.com/edlontech/quiver/compare/v0.1.2...v0.1.3) (2026-03-06)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Quiver.MixProject do
app: :quiver,
description: description(),
package: package(),
version: "0.1.3",
version: "0.2.0",
elixir: "~> 1.19",
elixirc_paths: elixirc_paths(Mix.env()),
docs: docs(),
Expand Down