Skip to content

Commit

Permalink
doc(CHANGELOG): v0.4.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 authored Nov 1, 2024
1 parent 2ab496b commit c8e3d52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.4.0 - 2024-11-01

### ✨ New Features

- Added support for [DescribeTable API](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DescribeTable.html) with `!pqxd_describe_table`, the meta-table.

### ⚡️ Performance

- Fixed a problem where Scanner.Scan was running with `rows.Next`.
This is expected to improve performance.

### 📚 Documentation

- Few fixes in the example codes

## 0.3.0 - 2024-10-29

### ✨ New Features
Expand Down

0 comments on commit c8e3d52

Please sign in to comment.