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

Conversation

@eli-darkly
Copy link
Contributor

[5.8.0] - 2019-04-06

Added:

  • Generated TypeDoc documentation for all types, properties, and methods is now available online at https://launchdarkly.github.io/node-server-sdk/. Currently this will only be for the latest released version.
  • It is now possible to specify any of the TLS configuration parameters supported by Node's https.request() in the client configuration, so that they will apply to all HTTPS requests made by the SDK. In your client options, add a property called tlsParams whose value is an object containing those parameters, e.g. tlsParams: { ca: 'my trusted CA certificate data' }.

Fixed:

  • Running the SDK unit tests is now simpler in that the Redis integration can be skipped. See CONTRIBUTING.md.

Note on future releases

The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now node-server-sdk rather than node-client. (Note that node-client-sdk also exists, which is the client-side Node SDK.)

The package name will also change. In the 5.8.0 release, it is still ldclient-node; in all future releases, it will be launchdarkly-node-server-sdk. No further updates to the ldclient-node package will be published after this release.

atrakh and others added 30 commits July 11, 2018 10:55
…hods-to-typescript-definitions

[ch20232] Add flag util methods to typescript definitions
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:cryptiles:20180710
[Snyk] Fix for 1 vulnerable dependencies
remove npm dependency on "crypto", use built-in version instead
treat HTTP 400 as a recoverable error
update doc comment for new waitForInitialization behavior
fix waitForInitialization to always resolve with a value
Update LDFeatureStore type definition for versioned data kind
add new version of allFlags() that captures more metadata
eli-darkly and others added 25 commits March 29, 2019 13:24
stringify built-in user attributes in events, and secondary key for evals
don't fail test if there's one extra file reload
add unit tests for polling and requestor
@eli-darkly eli-darkly requested a review from bwoskow-ld April 26, 2019 20:44
@eli-darkly eli-darkly merged commit 4a0f51c into master Apr 26, 2019
@eli-darkly eli-darkly deleted the 5.8.0 branch April 26, 2019 20:51
LaunchDarklyCI pushed a commit that referenced this pull request Oct 23, 2019
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.

9 participants