File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ Unreleased Changes
7
7
8
8
* Issue - Drop support for the ` :dynamodb_store ` configuration name.
9
9
10
+ 0.2.0 (2024-11-17)
11
+ ------------------
12
+
13
+ * Issue - Bump ` aws-sessionstore-dynamodb ` version to ` ~> 3 ` to fix private method calling.
14
+
10
15
0.1.0 (2024-11-16)
11
16
------------------
12
17
Original file line number Diff line number Diff line change 1
1
# ActionDispatch Session Storage with Amazon DynamoDB
2
2
3
- [ ![ Gem Version] ( https://badge.fury.io/rb/aws-actiondispatch-dynamodb-ruby .svg )] ( https://badge.fury.io/rb/aws-actiondispatch-dynamodb-ruby )
3
+ [ ![ Gem Version] ( https://badge.fury.io/rb/aws-actiondispatch-dynamodb.svg )] ( https://badge.fury.io/rb/aws-actiondispatch-dynamodb )
4
4
[ ![ Build Status] ( https://github.com/aws/aws-actiondispatch-dynamodb-ruby/workflows/CI/badge.svg )] ( https://github.com/aws/aws-actiondispatch-dynamodb-ruby/actions )
5
5
[ ![ Github forks] ( https://img.shields.io/github/forks/aws/aws-actiondispatch-dynamodb-ruby.svg )] ( https://github.com/aws/aws-actiondispatch-dynamodb-ruby/network )
6
6
[ ![ Github stars] ( https://img.shields.io/github/stars/aws/aws-actiondispatch-dynamodb-ruby.svg )] ( https://github.com/aws/aws-actiondispatch-dynamodb-ruby/stargazers )
@@ -161,4 +161,4 @@ changed prior to running the task either by changing the configuration in the
161
161
initializer, in ENV, or in the config YAML file. These options are documented in
162
162
the
163
163
[ GarbageCollector] ( https://docs.aws.amazon.com/sdk-for-ruby/aws-sessionstore-dynamodb/api/Aws/SessionStore/DynamoDB/GarbageCollector.html )
164
- class.
164
+ class.
Original file line number Diff line number Diff line change 1
- 0.1 .0
1
+ 0.2 .0
You can’t perform that action at this time.
0 commit comments