Skip to content

Tag release v1.0.0.pre.2

Pre-release
Pre-release

Choose a tag to compare

@awood45 awood45 released this 22 Jul 22:22
· 380 commits to main since this release
References: #3

* Feature - Aws::Record - Provides a low-level interface for the client `#query`
  and `#scan` methods. Query and Scan results are surfaces as an enumerable
  collection of `Aws::Record` items.

* Feature - Aws::Record - Support for adding global secondary indexes and local
  secondary indexes to your model classes. Built-in support for creating these
  indexes at table creation time.