Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from dew-serverless/v1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
lizhineng authored Dec 14, 2023
2 parents b63aff9 + 301f9f9 commit 2fad333
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2023-12-14

### Added

- 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).

### Changed

- Build throughput reservations and table options on the fly (#21).

## [1.2.0] - 2023-12-13

### Added
Expand All @@ -29,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Where API to filter or apply condition update.
- Filter columns by data version.

[unreleased]: https://github.com/dew-serverless/tablestore-php/compare/v1.2.0...HEAD
[unreleased]: https://github.com/dew-serverless/tablestore-php/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/dew-serverless/tablestore-php/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/dew-serverless/tablestore-php/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/dew-serverless/tablestore-php/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/dew-serverless/tablestore-php/releases/tag/v1.0.0

0 comments on commit 2fad333

Please sign in to comment.