We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab452f commit c875c6fCopy full SHA for c875c6f
CHANGELOG.md
@@ -1,5 +1,15 @@
1
Change Log
2
----------
3
+## 2023.2.3 (2023-09-04)
4
+### Added
5
+- Query builder can now specify the operation type (scan, query, or auto for automatic selection of the appropriate operation)
6
+- Query builder can now specify the index name (or use 'auto' for automatic selection of the appropriate index)
7
+- Query builder can now specify the sort order when using a range key
8
+### Changed
9
+- Improved syntax for the `begins_with` and `contains` functions in the query builder
10
+### Fixed
11
+- Fixed the usage of the `IN` operator in the query builder
12
+
13
## 2023.2.2 (2023-08-23)
14
### Added
15
- The ability to save queries
0 commit comments