Skip to content

Commit c875c6f

Browse files
author
github-actions
committed
Update CHANGELOG.md
1 parent 1ab452f commit c875c6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Change Log
22
----------
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+
313
## 2023.2.2 (2023-08-23)
414
### Added
515
- The ability to save queries

0 commit comments

Comments
 (0)