Skip to content

Commit d8cc735

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.1.0
1 parent 1b96d04 commit d8cc735

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## [7.1.0] - 2023-04-13
6+
### Added:
7+
- Support for Payload Filtering in streaming and polling modes. Payload Filtering is a beta feature that allows SDKs to download a subset of environment data, rather than full environments.
8+
59
## [7.0.4] - 2023-04-03
610
### Added:
711
- Added flag key to log message to ease debugging. (Thanks, [matt-dutchie](https://github.com/launchdarkly/ruby-server-sdk/pull/214)!)

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "7.0.4"
2+
VERSION = "7.1.0"
33
end

0 commit comments

Comments
 (0)