All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.0 - 2023-12-19
- Tablestore instance management API (#25).
- [INTERNAL] Static analysis workflow on Github Actions. (#26).
- [INTERNAL] Initialize Git attributes file. (#26).
1.3.0 - 2023-12-14
- Delete table API (#17).
- List table API (#18).
- Get table information API (#19).
- API to update an existing table (#20).
- Table existence check API (#22).
- [INTERNAL] Integration test on Github Actions (#23).
- Build throughput reservations and table options on the fly (#21).
1.2.0 - 2023-12-13
- Create table (#15).
1.1.0 - 2023-12-08
- Supports STS token (#12).
- Configure request options (#13).
1.0.0 - 2023-12-04
- Basic CRUD against the table.
- Column selection from the result by column names or column range.
- Where API to filter or apply condition update.
- Filter columns by data version.