Releases: HubSpot/Horizon
Releases · HubSpot/Horizon
Horizon-0.5.1
What's Changed
- bump async-http-client to 3.0.4, netty to 4.2.7 by @jaredstehler in #63
- Add java docs to explain how the max connection settings are used by @amydentremont in #33
New Contributors
- @amydentremont made their first contribution in #33
Full Changelog: Horizon-0.5.0...Horizon-0.5.1
Horizon-0.5.0
What's Changed
- bump basepom to 63.4 by @jaredstehler in #59
- Upgrade async-http-client to v3 by @jaredstehler in #60
- add unix socket support by @erikhalperin in #61
New Contributors
- @erikhalperin made their first contribution in #61
Full Changelog: Horizon-0.3.3...Horizon-0.5.0
Horizon-0.3.3
What's Changed
- New Release: Horizon-0.3.2 by @hs-jenkins-bot in #55
- add optional dns resolver into http config by @olyazavr in #53
- add required pom name for publishing by @jaredstehler in #56
- fix pom sort by @jaredstehler in #57
New Contributors
Full Changelog: Horizon-0.3.2...Horizon-0.3.3
Horizon-0.3.2
What's Changed
- bump basepom to 63, add required pom metadata fields by @jaredstehler in #54
Full Changelog: Horizon-0.3.1...Horizon-0.3.2
Horizon-0.3.1
What's Changed
- New Release: Horizon-0.3.0 by @hs-jenkins-bot in #47
- bump basepom to 59.9 by @jaredstehler in #48
- bump basepom to 59.11 by @jaredstehler in #49
- upgrade basepom to 60 by @jaredstehler in #50
- bump basepom to 61.2 by @jaredstehler in #51
Full Changelog: Horizon-0.3.0...Horizon-0.3.1
Horizon-0.3.0
What's Changed
Breaking Change: This release changes the target JDK from 8 to 11.
- New Release: Horizon-0.2.1 by @hs-jenkins-bot in #45
- upgrade basepom, apply prettier formatting by @jaredstehler in #44
- bump basepom to 59.8 by @jaredstehler in #46
New Contributors
- @jaredstehler made their first contribution in #44
Full Changelog: Horizon-0.2.1...Horizon-0.3.0
Horizon-0.2.1
What's Changed
- Use shaded async-http-client by @jhaber in #31
- Add default header to clients indicating the client's request timeout value by @chrisayoub in #32
- Add support for configuring a proxy for http clients by @hsjbao in #35
- Expose client using socks proxy publicly by @hsjbao in #36
- Remove trailing spaces in empty line by @hsjbao in #37
- Pin build to JDK 11 by @stevie400 in #38
New Contributors
- @chrisayoub made their first contribution in #32
- @hsjbao made their first contribution in #35
- @stevie400 made their first contribution in #38
Full Changelog: Horizon-0.2.0...Horizon-0.2.1
Horizon-0.2.0
Includes #28 which is a big overhaul of the async client impl:
- Upgrade to org.asynchttpclient:async-http-client:2.8.1
- Upgrade to netty 4.1.33.Final, which is shaded into HorizonNing
- Unshades guava and the async-http-client library itself
- These methods are removed from
SSLConfig, replaced by a version that acceptsKeyManagerFactoryandTrustManagerFactory
Horizon-0.1.2
Add connection TTL option #26
Horizon-0.1.1
- Fixed a thread leak in the
NingAsyncHttpClientandNingHttpClient#22