Skip to content

Releases: aws/aws-sdk-ruby-record

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)

Release v2.6.0 - 2021-05-13

19 May 20:16
Compare
Choose a tag to compare

References #94

  • Feature - Add support for on-demand-billing for table migrations (#94)

Release v2.5.0 - 2020-10-13

13 Oct 19:49
Compare
Choose a tag to compare

Tag release v2.5.0

References: #106, #108

  • Feature - - Support queries yielding heterogeneous results using (#107)

  • Feature - Aws::Record::BuildableSearch - Support queries yielding heterogeneous results using multi_model_filter (#107)

Release v2.4.1 - (2020-05-29)

29 May 19:46
Compare
Choose a tag to compare

Tag release v2.4.1

References: #100, #104, #72, #95

  • Issue - Allow symbols for database_attribute_name
  • Issue - Correctly allow lambda/proc for default_value