Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 3.2.6 release #21

Merged
merged 108 commits into from
Mar 31, 2020
Merged

prepare 3.2.6 release #21

merged 108 commits into from
Mar 31, 2020

Conversation

LaunchDarklyCI
Copy link
Contributor

[3.2.6] - 2020-03-31

Fixed:

  • The default logging implementation (createConsoleLogger) could throw errors in Internet Explorer 11 if log output (of an enabled level) happened while the developer tools were not open. This is because in IE 11, the console object does not exist unless the tools are open. This has been fixed so the logger does not try to use console unless it currently has a value.

eli-darkly and others added 30 commits October 29, 2019 17:51
Update babel config to work in `test` without `useBuiltIns`
initial move of code from js-client-sdk-private
use spread operator instead of Object.assign
re-add deprecation comment on samplingInterval
eli-darkly and others added 26 commits February 11, 2020 13:47
# Conflicts:
#	src/EventSender.js
#	src/__tests__/EventSender-test.js
#	src/__tests__/configuration-test.js
# Conflicts:
#	package-lock.json
#	package.json
fix updating secure mode hash with identify()
don't omit streamInits.failed when it's false
clean up init state logic, prevent unhandled rejections
less strict matching of json content-type header
console logger must tolerate console object not always existing
@eli-darkly eli-darkly requested a review from bwoskow-ld March 31, 2020 18:22
@LaunchDarklyCI LaunchDarklyCI merged commit 24bb6a3 into master Mar 31, 2020
@LaunchDarklyCI LaunchDarklyCI deleted the release-3.2.6 branch March 31, 2020 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants