Skip to content

Commit bd2fad7

Browse files
committed
version 1.1.2 and upgrade dependencies and update changelog
1 parent 9ccd81f commit bd2fad7

File tree

4 files changed

+206
-260
lines changed

4 files changed

+206
-260
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## v1.1.2 - tbd
9+
10+
### Added
11+
12+
- cds-plugin: fts feature toggles are detected and configured automatically (fixes #50).
13+
- cds-plugin: allow custom scope map callback for fts feature toggles (fixes #51).
14+
- cds-plugin: can configure unique name, i.e. which apps store the same toggles in redis, as part of cds configuration.
15+
16+
### Fixed
17+
18+
- cds-plugin: feature toggles will not initialize during cds build.
19+
- redis: proper usage of redis-client built-in reconnect capabilities.
20+
821
## v1.1.1 - 2023-12-05
922

1023
### Changed

docs/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.6)
4+
activesupport (6.1.7.7)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
zeitwerk (~> 2.3)
10-
addressable (2.8.5)
10+
addressable (2.8.6)
1111
public_suffix (>= 2.0.2, < 6.0)
1212
base64 (0.2.0)
1313
coffee-script (2.4.1)
@@ -16,8 +16,8 @@ GEM
1616
coffee-script-source (1.11.1)
1717
colorator (1.1.0)
1818
commonmarker (0.23.10)
19-
concurrent-ruby (1.2.2)
20-
dnsruby (1.70.0)
19+
concurrent-ruby (1.2.3)
20+
dnsruby (1.71.0)
2121
simpleidn (~> 0.2.1)
2222
em-websocket (0.5.3)
2323
eventmachine (>= 0.12.9)
@@ -26,7 +26,7 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.9.1)
29-
faraday (2.7.12)
29+
faraday (2.8.1)
3030
base64
3131
faraday-net_http (>= 2.0, < 3.1)
3232
ruby2_keywords (>= 0.0.4)
@@ -89,7 +89,7 @@ GEM
8989
activesupport (>= 2)
9090
nokogiri (>= 1.4)
9191
http_parser.rb (0.8.0)
92-
i18n (1.14.1)
92+
i18n (1.14.4)
9393
concurrent-ruby (~> 1.0)
9494
jekyll (3.9.3)
9595
addressable (~> 2.4)
@@ -209,7 +209,7 @@ GEM
209209
kramdown-parser-gfm (1.1.0)
210210
kramdown (~> 2.0)
211211
liquid (4.0.4)
212-
listen (3.8.0)
212+
listen (3.9.0)
213213
rb-fsevent (~> 0.10, >= 0.10.3)
214214
rb-inotify (~> 0.9, >= 0.9.10)
215215
mercenary (0.3.6)
@@ -218,7 +218,7 @@ GEM
218218
jekyll (>= 3.5, < 5.0)
219219
jekyll-feed (~> 0.9)
220220
jekyll-seo-tag (~> 2.1)
221-
minitest (5.20.0)
221+
minitest (5.22.3)
222222
nokogiri (1.13.10)
223223
mini_portile2 (~> 2.8.0)
224224
racc (~> 1.4)
@@ -258,7 +258,7 @@ GEM
258258
unf_ext
259259
unf_ext (0.0.9.1)
260260
unicode-display_width (1.8.0)
261-
zeitwerk (2.6.12)
261+
zeitwerk (2.6.13)
262262

263263
PLATFORMS
264264
ruby

0 commit comments

Comments
 (0)