Skip to content

Commit e67fc57

Browse files
prepare 2.0.0 release (#11)
1 parent 77762e1 commit e67fc57

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ workflows:
77
workflow:
88
jobs:
99
- go-test:
10-
name: Go 1.14
11-
docker-image: circleci/golang:1.14
10+
name: Go 1.15
11+
docker-image: circleci/golang:1.15
1212
with-coverage: true
1313
- go-test:
14-
name: Go 1.13
15-
docker-image: circleci/golang:1.13
14+
name: Go 1.14
15+
docker-image: circleci/golang:1.14
1616
- go-test-windows:
1717
name: Windows
1818
- benchmarks
@@ -97,7 +97,7 @@ jobs:
9797

9898
benchmarks:
9999
docker:
100-
- image: circleci/golang:1.14
100+
- image: circleci/golang:1.15
101101
environment:
102102
CIRCLE_ARTIFACTS: /tmp/circle-artifacts
103103

CHANGELOG.md

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

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

5-
## [2.0.0-beta.1] - 2020-07-01
6-
7-
Initial beta release of the 2.x major version that will be used with versions 5.0.0 and above of the LaunchDarkly Server-Side SDK for Go.
8-
9-
The main difference from 1.x is that it adds the `lduser` package, which provides the `User` and `UserBuilder` types that were formerly in the main package of the Go SDK repository. The user types have been broken out because they represent the standard user property schema used by the whole LaunchDarkly system, and can therefore be used outside of the SDK. Similarly, the new `ldreason` package contains `EvaluationDetail` and `EvaluationReason`, which are used in the SDK but are also part of the standard LaunchDarkly event schema.
10-
115
## [1.0.0] - 2020-02-03
126
Initial release. This will be used in versions 4.16.0 and above of the LaunchDarkly Server-Side SDK for Go.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
[![Circle CI](https://circleci.com/gh/launchdarkly/go-sdk-common.svg?style=shield)](https://circleci.com/gh/launchdarkly/go-sdk-common) [![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/gopkg.in/launchdarkly/go-sdk-common.v2)
44

5-
## This is a prerelease branch
6-
7-
The `v2` branch currently contains prerelease code to support development of Go SDK 5.0.0. For the source code of the latest release that is used by Go SDK 4.x, see the [`v1` branch](https://github.com/launchdarkly/go-sdk-common/tree/v1).
8-
95
## Overview
106

117
This repository contains packages and types that are shared between the [LaunchDarkly Go SDK](https://github.com/launchdarkly/go-server-sdk) and other LaunchDarkly Go components.
@@ -18,7 +14,7 @@ Also, unlike `go-server-sdk` this does not have `server` in the name, because no
1814

1915
## Supported Go versions
2016

21-
This version of the project has been tested with Go 1.13 through 1.14.
17+
This version of the project has been tested with Go 1.14 and higher.
2218

2319
## Learn more
2420

0 commit comments

Comments
 (0)