This repository was archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
prepare 6.0.0-rc.1 release #222
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update package name + fix some test stuff
…ulnerability with 'extend' (#140) * bump request to resolve a security vulnerability with extend * remove incorrect build step * update language
# Conflicts: # package-lock.json # package.json
update doc comment for track() with metricValue
# Conflicts: # CHANGELOG.md
fix ruleIndex in rule match reason
Migrate to ES2015 syntax and add linting
# Conflicts: # .circleci/config.yml
(6.0) allow feature store to be specified as a factory (so it can get our logger)
(6.0) update lots of dependencies
bwoskow-ld
approved these changes
Jun 15, 2021
eli-darkly
pushed a commit
that referenced
this pull request
Feb 19, 2022
…-source Implemented DataSource and added Typescript interface documentation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[6.0.0-rc.1] - 2021-06-15
This is a release candidate version corresponding to the current projected state of the 6.0.0 release. The final 6.0.0 release may include additional functionality or fixes.
The 6.0.0 major version release is for Node.js compatibility updates and simplifying the SDK's dependencies. Dropping support for obsolete Node.js versions makes it easier to maintain the SDK and keep its dependencies up to date. Simplifying dependencies reduces the size of the SDK bundle, and reduces potential compatibility problems in environments like AWS Lambda.
Added:
ld.basicLogger, allowing customization of the SDK's simple logging behavior without having to provide a fullLDLoggerimplementation.Changed:
Removed:
redispackage.ld.basicLoggerimplementation, which has the same behavior as the previous default Winston configuration. Note: If you are using thelaunchdarkly-node-server-sdk-dynamodborlaunchdarkly-node-server-consuldatabase integration packages, you should update them to the latest versions which have also had the Winston dependency removed.yaml. This package was only used for the optional file data source functionality. You can still use YAML data files with the file data source if you explicitly install theyamlpackage in your project; the SDK will automatically detect its presence.