Skip to content

Releases: dew-serverless/tablestore-php

v1.4.0

19 Dec 04:52
ecf5ff2
Compare
Choose a tag to compare

Added

  • Tablestore instance management API (#25).
  • [INTERNAL] Static analysis workflow on Github Actions. (#26).
  • [INTERNAL] Initialize Git attributes file. (#26).

Full Changelog: v1.3.0...v1.4.0

v1.3.0

14 Dec 13:48
2fad333
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Dec 03:46
359f802
Compare
Choose a tag to compare

Added

  • Create table (#15).

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Dec 03:27
1858c52
Compare
Choose a tag to compare

Added

  • Supports STS token (#12).
  • Configure request options (#13).

v1.0.0

04 Dec 04:10
Compare
Choose a tag to compare

🚀 First release.

Added

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