Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

prepare 5.6.7 release #255

Closed
wants to merge 1,032 commits into from
Closed

prepare 5.6.7 release #255

wants to merge 1,032 commits into from

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[5.6.7] - 2022-01-28

Fixed:

  • In feature flag rules using the before and after date operators, if two ISO-8601 string values were compared that represented the exact same absolute date in different time zones (such as 2000-01-01T08:00:00Z and 2000-01-01T00:00:00-08:00), the SDK wrongly treated them as unequal. This did not affect strings that represented different absolute dates, which were always compared correctly. The SDK now handles both cases correctly.
  • The com.launchdarkly.sdk.json serialization methods were sometimes omitting JSON object properties in cases where it would have been more correct to show the property with a null value. This mainly affected JSON data produced by LDClient.allFlagsState(), where the presence of a flag key with a null value would indicate that the flag existed but could not be evaluated due to an error, as opposed to the flag not existing.

eli-darkly added 30 commits May 22, 2020 20:00
# Conflicts:
#	.circleci/config.yml
#	CONTRIBUTING.md
eli-darkly and others added 25 commits October 12, 2021 15:00
always use US locale when parsing HTTP dates
don't try to send more diagnostic events after an unrecoverable HTTP error
ensure module-info file isn't copied into our jars during build
* test with Java 17 in CI

* also test in Java 17 for Windows

* fix choco install command
* fix suppression of nulls in JSON representations

* distinguish between situations where we do or do not want to suppress nulls
fix identify/track null user key check, also don't create index event for alias
…iment

fix setting of trackEvents/trackReason in allFlagsState data when there's an experiment
@eli-darkly eli-darkly closed this Jan 28, 2022
@eli-darkly eli-darkly deleted the release-5.6.7 branch January 28, 2022 23:16
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot restored the release-5.6.7 branch January 29, 2022 00:16
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-5.6.7 branch January 29, 2022 00:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.