Skip to content

Commit fa90a28

Browse files
committed
version 1.2.2, upgrade dependencies, update CHANGELOG
1 parent 7236241 commit fa90a28

File tree

5 files changed

+194
-295
lines changed

5 files changed

+194
-295
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
<!-- order is REMOVED, CHANGED, ADDED, FIXED -->
99

10+
## v1.2.2 - 2024-11-14
11+
12+
### Changed
13+
14+
- the initialization log of the library will now show the unique name used. this name is used to derive both the redis
15+
storage key and pub/sub channel.
16+
17+
### Fixed
18+
19+
- internal naming cleanup and consistency work.
20+
1021
## v1.2.1 - 2024-09-30
1122

1223
### Changed

docs/Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1.2)
4+
activesupport (8.0.0)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,9 +13,11 @@ GEM
1213
minitest (>= 5.1)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1517
addressable (2.8.7)
1618
public_suffix (>= 2.0.2, < 7.0)
1719
base64 (0.2.0)
20+
benchmark (0.4.0)
1821
bigdecimal (3.1.8)
1922
coffee-script (2.4.1)
2023
coffee-script-source
@@ -221,7 +224,7 @@ GEM
221224
gemoji (>= 3, < 5)
222225
html-pipeline (~> 2.2)
223226
jekyll (>= 3.0, < 5.0)
224-
json (2.7.5)
227+
json (2.8.1)
225228
just-the-docs (0.10.0)
226229
jekyll (>= 3.8.5)
227230
jekyll-include-cache
@@ -242,7 +245,7 @@ GEM
242245
jekyll-feed (~> 0.9)
243246
jekyll-seo-tag (~> 2.1)
244247
minitest (5.25.1)
245-
net-http (0.4.1)
248+
net-http (0.5.0)
246249
uri
247250
nokogiri (1.16.7-aarch64-linux)
248251
racc (~> 1.4)
@@ -279,7 +282,7 @@ GEM
279282
sawyer (0.9.2)
280283
addressable (>= 2.3.5)
281284
faraday (>= 0.17.3, < 3)
282-
securerandom (0.3.1)
285+
securerandom (0.3.2)
283286
simpleidn (0.2.3)
284287
terminal-table (1.8.0)
285288
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -288,8 +291,8 @@ GEM
288291
tzinfo (2.0.6)
289292
concurrent-ruby (~> 1.0)
290293
unicode-display_width (1.8.0)
291-
uri (0.13.1)
292-
webrick (1.8.2)
294+
uri (1.0.1)
295+
webrick (1.9.0)
293296

294297
PLATFORMS
295298
aarch64-linux
@@ -315,4 +318,4 @@ RUBY VERSION
315318
ruby 3.3.5p100
316319

317320
BUNDLED WITH
318-
2.5.16
321+
2.5.22

example-cap-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@cap-js-community/feature-toggle-library": "*",
22-
"@sap/cds": "^8.3.1",
22+
"@sap/cds": "^8.4.1",
2323
"@sap/cds-mtxs": "^1.18.3",
2424
"express": "^4.21.1"
2525
},

0 commit comments

Comments
 (0)