Skip to content

Commit

Permalink
Update ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marty1885 authored Jun 18, 2024
1 parent 70f1f8f commit 80ff0a4
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,28 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.10.0-beta.2] - 2024-06-18

### Changes

* Proactively send buffered HTTP/2 data if send queue is too large
* Better tracking of in-flight streaming that needs data sending to improve round robbin latency

### Fixes

* Fix underflow un flow tracking when sending large body
* Fix calling callback multiple times if a stream received multiple RST_STREAM frame

## [1.10.0-beta.1] - 2024-06-02

## Fixes

* Fix bad request when request path is empty
* Fix bad encoding/decoding when the server requests HPACK buffer size change

## [1.10.0-beta.0] - 2024-05-25

## Changed
### Changed

* Add HTTP/2 Client

Expand Down Expand Up @@ -1694,6 +1713,10 @@ All notable changes to this project will be documented in this file.

[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.5...HEAD

[1.10.0-beta.2]: https://github.com/drogonframework/drogon/compare/v1.10.0-beta.1...v1.10.0-beta.2

[1.10.0-beta.1]: https://github.com/drogonframework/drogon/compare/v1.10.0-beta.0...v1.10.0-beta.1

[1.9.5]: https://github.com/an-tao/drogon/compare/v1.9.4...v1.9.5

[1.10.0-beta.0]: https://github.com/an-tao/drogon/compare/v1.9.4...1.10.0-beta.0
Expand Down

0 comments on commit 80ff0a4

Please sign in to comment.