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

Commit c01a51b

Browse files
Releasing version 2.0.0
1 parent 75073b3 commit c01a51b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the LaunchDarkly Node.js SDK Consul integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.0.0] - 2021-06-17
6+
The 2.0.0 release of `launchdarkly-node-server-sdk-consul` is for use with version 6.x of the LaunchDarkly server-side SDK for Node.js. It has the same functionality as the previous major version, but its dependencies, Node version compatibility, and internal API have been updated to match the 6.0.0 release of the SDK.
7+
8+
This version uses the same Consul client package as previous releases.
9+
10+
### Changed:
11+
- The minimum Node.js version is now 12.
12+
- The package no longer has a dependency on `winston`. It still allows you to configure a custom logger, but if you do not, it will use whatever logging configuration the SDK is using.
13+
514
## [1.0.5] - 2020-03-25
615
### Removed:
716
- The package dependencies mistakenly included `typedoc`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-node-server-sdk-consul",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"description": "Consul-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "consul_feature_store.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)