Skip to content

Releases: aws/aws-record-ruby

Release v2.13.3 - 2025-01-02

02 Jan 16:06
Compare
Choose a tag to compare

Tag release v2.13.3

References: #144, #146

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

Release v2.13.2 - 2024-08-21

21 Aug 20:13
Compare
Choose a tag to compare

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

18 Jul 18:02
Compare
Choose a tag to compare

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

17 Oct 21:15
Compare
Choose a tag to compare

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

28 Sep 20:14
Compare
Choose a tag to compare

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

02 Jun 18:02
Compare
Choose a tag to compare

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

17 Jan 21:54
Compare
Choose a tag to compare

Tag release v2.10.1

References: #128

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

Release v2.10.0 - 2023-01-13

13 Jan 16:34
Compare
Choose a tag to compare

Tag release v2.10.0

References: #122

  • Feature - Implement the BatchGetItem operation (#122)

Release v2.9.0 - 2022-11-16

16 Nov 17:54
Compare
Choose a tag to compare

Tag release v2.9.0

References: #80

  • Feature - Add support for inheritance. Aws Record models can now be extended using standard ruby inheritance (#80).

Release v2.8.0 - 2022-10-12

12 Oct 19:32
Compare
Choose a tag to compare
  • Feature - Add support for atomic counter (#114)