Skip to content

Releases: aws/aws-sessionstore-dynamodb-ruby

Release v3.0.1 - 2024-11-16

16 Nov 21:44
Compare
Choose a tag to compare

Tag release v3.0.1

References: #39, #40

  • Issue - Configuration now takes environment variables with precedence over YAML configuration.

  • Issue - Use ENV variables that are prefixed by AWS_.

Release v3.0.0 - 2024-10-29

29 Oct 16:23
Compare
Choose a tag to compare

Tag release v3.0.0

References: #36, #37, #38

  • Feature - Uses rack ~> 3 as the minimum.

  • Feature - Drop support for Ruby 2.5 and 2.6.

  • Feature - Support additional configuration options through ENV.

  • Feature - Moves error classes into the Errors module.

  • Issue - Set RackMiddleware's #find_session, #write_session, and #delete_session as public.

  • Issue - Validate Configuration has a secret key on RackMiddleware#initialize instead of on #find_session.

Release v2.2.0 - 2024-01-25

25 Jan 18:39
Compare
Choose a tag to compare

Tag release v2.2.0

References: #34

  • Feature - Drop support for Ruby 2.3 and 2.4.

  • Issue - Relax rack dependency to allow version 3. Adds rack-session to the gemspec.

Release v2.1.0 - 2023-06-02

02 Jun 17:51
Compare
Choose a tag to compare

Tag release v2.1.0

References: #31

  • Feature - Improve User-Agent tracking and bump minimum DynamoDB version.

Release v2.0.1 - 2020-11-16

16 Nov 21:27
Compare
Choose a tag to compare

Tag release v2.0.1

References: #27

  • Issue - Expose in and in .

  • Issue - V2 of this release was still loading SDK V1 credential keys. This removes support for client options specified in YAML configuration (behavior change). Instead, construct and use the option.

  • Issue - Expose :config in RackMiddleware and :config_file in Configuration.

  • Issue - V2 of this release was still loading SDK V1 credential keys. This removes support for client options specified in YAML configuration (behavior change). Instead, construct Aws::DynamoDB::Client and use the dynamo_db_client option.

Release v2.0.0 - 2020-11-11

11 Nov 20:12
Compare
Choose a tag to compare

Tag release v2.0.0

References: #13, #18, #19, #20, #23, #26

  • Remove Rails support (moved to the gem).

  • Use V3 of Ruby SDK

  • Fix a incompatibility from the V1 -> V2 upgrade in the garbage collector.

  • Remove Rails support (moved to the aws-sdk-rails gem).

  • Use V3 of Ruby SDK

  • Fix a dynamo_db.scan() incompatibility from the V1 -> V2 upgrade in the garbage collector.

Release v1.0.0 - 2017-08-14

14 Aug 20:46
Compare
Choose a tag to compare
  • Add AWS SDK for Ruby V2 support