Skip to content

Commit

Permalink
version 1.2.2, upgrade dependencies, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Nov 13, 2024
1 parent 7236241 commit fa90a28
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 295 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## v1.2.2 - 2024-11-14

### Changed

- the initialization log of the library will now show the unique name used. this name is used to derive both the redis
storage key and pub/sub channel.

### Fixed

- internal naming cleanup and consistency work.

## v1.2.1 - 2024-09-30

### Changed
Expand Down
17 changes: 10 additions & 7 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -12,9 +13,11 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
coffee-script (2.4.1)
coffee-script-source
Expand Down Expand Up @@ -221,7 +224,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.5)
json (2.8.1)
just-the-docs (0.10.0)
jekyll (>= 3.8.5)
jekyll-include-cache
Expand All @@ -242,7 +245,7 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.25.1)
net-http (0.4.1)
net-http (0.5.0)
uri
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
Expand Down Expand Up @@ -279,7 +282,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
securerandom (0.3.2)
simpleidn (0.2.3)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand All @@ -288,8 +291,8 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.1)
webrick (1.8.2)
uri (1.0.1)
webrick (1.9.0)

PLATFORMS
aarch64-linux
Expand All @@ -315,4 +318,4 @@ RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.5.16
2.5.22
2 changes: 1 addition & 1 deletion example-cap-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@cap-js-community/feature-toggle-library": "*",
"@sap/cds": "^8.3.1",
"@sap/cds": "^8.4.1",
"@sap/cds-mtxs": "^1.18.3",
"express": "^4.21.1"
},
Expand Down
Loading

0 comments on commit fa90a28

Please sign in to comment.