From b7f13b536836a6136c37ec14c6f1ccd8f1047278 Mon Sep 17 00:00:00 2001 From: hdisppod Date: Mon, 17 Dec 2018 13:52:55 +0000 Subject: [PATCH] release-styx-1.0.0.beta3 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f82314738..8f448c3600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ + + +## [styx-1.0.0.beta3](https://github.com/HotelsDotCom/styx/compare/styx-styx-1.0.0.beta2...styx-1.0.0.beta3) (2018-12-17) + +### Pull Requests + +* Use Long to represent Content-Length size ([#357](https://github.com/HotelsDotCom/styx/issues/357)) +* Fix downlink flow control ([#356](https://github.com/HotelsDotCom/styx/issues/356)) +* Fix double counting of terminatedConnections metric ([#359](https://github.com/HotelsDotCom/styx/issues/359)) +* StyxHttpClient: add support for live requests ([#353](https://github.com/HotelsDotCom/styx/issues/353)) +* Version metric should be a string instead of an integer. ([#352](https://github.com/HotelsDotCom/styx/issues/352)) +* ByteStream replacement in live HTTP response. ([#349](https://github.com/HotelsDotCom/styx/issues/349)) +* Fix intermittently failing test. ([#350](https://github.com/HotelsDotCom/styx/issues/350)) +* An API for setting a custom HTTP response status and phrase. ([#348](https://github.com/HotelsDotCom/styx/issues/348)) +* Remove 'asCompletableFuture' method from Styx Eventual. ([#346](https://github.com/HotelsDotCom/styx/issues/346)) +* Remove deprecated "request-logging.enabled" option. ([#347](https://github.com/HotelsDotCom/styx/issues/347)) +* Remove git merge conflict markers from CHANGELOG ([#345](https://github.com/HotelsDotCom/styx/issues/345)) +* Deprecate Rx.Java from Connection.Factory. ([#344](https://github.com/HotelsDotCom/styx/issues/344)) +* Deprecate Rx.Java from ConnectionPool and its consumers ([#343](https://github.com/HotelsDotCom/styx/issues/343)) +* Additional metrics ([#342](https://github.com/HotelsDotCom/styx/issues/342)) +* Improve connection pool. ([#337](https://github.com/HotelsDotCom/styx/issues/337)) +* Refactor: Simplify StyxHostHttpClient ([#339](https://github.com/HotelsDotCom/styx/issues/339)) +* Add a feature flag to enable/disable request tracking feature. ([#341](https://github.com/HotelsDotCom/styx/issues/341)) +* Remove singleton dependency from request tracker unit tests. ([#340](https://github.com/HotelsDotCom/styx/issues/340)) +* Refactor StyxHostHttpClient ([#338](https://github.com/HotelsDotCom/styx/issues/338)) +* Removes `ongoingResponse` from HttpPipelineHandler log messages.([#336](https://github.com/HotelsDotCom/styx/issues/336)) +* Remove mutable state (connectionRef) from Transport class. ([#329](https://github.com/HotelsDotCom/styx/issues/329)) +* Update CHANGELOG.md and increment pom versions to 1.0-SNAPSHOT ([#332](https://github.com/HotelsDotCom/styx/issues/332)) + + ## [styx-styx-1.0.0.beta2](https://github.com/HotelsDotCom/styx/compare/styx-1.0.0.beta1...styx-styx-1.0.0.beta2) (2018-10-31)