Skip to content

Releases: aws/aws-record-ruby

Release v2.15.0 - 2026-04-20

Choose a tag to compare

@jterapin jterapin released this 20 Apr 19:53

Tag release v2.15.0

References: #151, #154, #156

  • Feature - Add ostruct as a dependency to support Ruby 4.0.

Release v2.14.0 - 2025-06-04

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 04 Jun 15:48

Tag release v2.14.0

References: #150

  • Feature - Drop Ruby runtime support for 2.5 and 2.6.

Release v2.13.4 - 2025-05-21

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 21 May 15:20

Tag release v2.13.4

References: #149

  • Issue - Use configured clients for batch reads in find_all.

Release v2.13.3 - 2025-01-02

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 02 Jan 16:06

Tag release v2.13.3

References: #144, #146

  • Issue - add attribute_names class/instance method. (#145)

Release v2.13.2 - 2024-08-21

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 21 Aug 20:13

Tag release v2.13.2

References: #141

  • Issue - Allow global_secondary_index to be defined in TableConfig without
    supplying capacity settings. (#140)

Release v2.13.1 - 2024-07-18

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 18 Jul 18:02

Tag release v2.13.1

References: #139

  • Issue - Do not try to hydrate undeclared attributes from storage on batch_read. (#139)

Release v2.13.0 - 2023-10-17

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 17 Oct 21:15

Tag release v2.13.0

References: #138

  • Feature - Allow custom update_expression to be passed through to the
    underlying client calls. (#137)

Release v2.12.0 - 2023-09-28

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 28 Sep 20:14

Tag release v2.12.0

References: #112, #133, #134, #135, #136

  • Feature - Allow put, update, and delete item options to be passed through to
    the underlying client calls.

  • Feature - Add an original_error accessor to Errors::ConditionalWriteFailed
    which contains the Aws::DynamoDB::Errors::ConditionalCheckFailedException
    error. If :return_values_on_condition_check_failure was provided to a put,
    update, or delete item call, this error will contain the item data that failed
    the condition check.

  • Issue - Fix default value for String/Numeric Sets to be unset. (#133)

  • Feature - Set required Ruby version to >= 2.3 (#134)

  • Issue - Run Rubocop on all files. (#135)

Release v2.11.0 - 2023-06-02

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 02 Jun 18:02

Tag release v2.11.0

References: #129, #132

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

Release v2.10.1 - 2023-01-17

Choose a tag to compare

@aws-sdk-ruby-automation aws-sdk-ruby-automation released this 17 Jan 21:54

Tag release v2.10.1

References: #128

  • Issue - Set Aws::Record::VERSION constant from the VERSION file