From 50a6a3c7c4206e5bfee9a24c90fc7c67056b1f89 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Sat, 7 Jan 2023 03:59:25 +0000 Subject: [PATCH] Releasing version 4.1.1 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad44bc00..f723edc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [4.1.1] - 2023-01-06 +### Fixed: +- The fix for unnecessarily long-lived polling connections in the [3.2.2](https://github.com/launchdarkly/android-client-sdk/releases/tag/3.2.2) release was incomplete: rather than turning off the keep-alive behavior, it only reduced it from 10 minutes to 5 minutes. It should now close the connection immediately after each request as intended. + ## [3.5.1] - 2023-01-06 ### Fixed: - The fix for unnecessarily long-lived polling connections in the [3.2.2](https://github.com/launchdarkly/android-client-sdk/releases/tag/3.2.2) release was incomplete: rather than turning off the keep-alive behavior, it only reduced it from 10 minutes to 5 minutes. It should now close the connection immediately after each request as intended. diff --git a/gradle.properties b/gradle.properties index b9dce3bb..8a37e91e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -version=4.1.0 +version=4.1.1 sonatypeUsername= sonatypePassword=