From 3d64fc0e6e839c7fe0b2924d2ab59102619996da Mon Sep 17 00:00:00 2001 From: evgeny Date: Mon, 7 Oct 2024 16:41:30 +0100 Subject: [PATCH] chore: update `CHANGELOG.md` --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953b13fb0..ca7a915db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [1.2.43](https://github.com/ably/ably-java/tree/v1.2.43) + +[Full Changelog](https://github.com/ably/ably-java/compare/v1.2.42...v1.2.43) + +**Implemented enhancements:** + +- Expand proxy support: Authenticated Proxy and Websockets \(`HTTP CONNECT` tunnel\) [\#120](https://github.com/ably/ably-java/issues/120) + +**Merged pull requests:** + +- feat: introduced retry rules for flaky android push tests [\#1036](https://github.com/ably/ably-java/pull/1036) ([ttypic](https://github.com/ttypic)) +- feat: OkHttp implementation for making HTTP calls and WebSocket connections [\#1035](https://github.com/ably/ably-java/pull/1035) ([ttypic](https://github.com/ttypic)) +- chore: update gradle wrapper [\#1034](https://github.com/ably/ably-java/pull/1034) ([ttypic](https://github.com/ttypic)) + ## [1.2.42](https://github.com/ably/ably-java/tree/v1.2.42) [Full Changelog](https://github.com/ably/ably-java/compare/v1.2.41...v1.2.42)