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

Commit add73ce

Browse files
committed
Add CONTRIBUTING, update LICENSE, add CHANGELOG
1 parent f14ef7b commit add73ce

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change log
2+
3+
4+
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
5+
6+
## [2.0.0] - 2016-08-08
7+
### Added
8+
- Support for multivariate feature flags. New methods `boolVariation`, `jsonVariation` and `intVariation` and `doubleVariation` for multivariates.
9+
- Added `LDClientInterface`, an interface suitable for mocking `LDClient`.
10+
11+
### Changed
12+
- The `Feature` data model has been replaced with `FeatureFlag`. `FeatureFlag` is not generic.
13+
- The `allFlags` method now returns a `Map<String, JsonElement>` to support multivariate flags.
14+
15+
### Deprecated
16+
- The `toggle` call has been deprecated in favor of `boolVariation`.
17+
18+
### Removed
19+
- The `getFlag` call has been removed.
20+
- The `debugStreaming` configuration option has been removed.

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contributing to the LaunchDarkly SDK for Java
2+
================================================
3+
4+
We encourage pull-requests and other contributions from the community. We've also published an [SDK contributor's guide](http://docs.launchdarkly.com/v1.0/docs/sdk-contributors-guide) that provides a detailed explanation of how our SDKs work.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 Catamorphic, Co.
1+
Copyright 2016 Catamorphic, Co.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)