Skip to content

Commit f788556

Browse files
chore(changelog): update for v2.3.0
1 parent 39bb1b0 commit f788556

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

.github/release-pr/v2.3.0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Automated release prep for **v2.3.0**. CHANGELOG.md regenerated via git-changelog.
2+
3+
Merging promotes `develop` -> `main` with the changelog already in place.
4+
Afterwards, run the **release** workflow on `main` to build, publish, and tag v2.3.0.
5+
6+
---
7+
8+
<a name="v2.3.0"></a>
9+
10+
## [v2.3.0](https://github.com/swgoh-utils/comlink-python/compare/v2.2.0...v2.3.0) (2026-08-03)
11+
12+
### Features
13+
14+
- **cache:** cache game/localization versions from /metadata with configurable TTL (#117) ([d351759](https://github.com/swgoh-utils/comlink-python/commit/d35175900932c79e5836f383fb6b3ce8dd39f6d9))
15+
- **cache:** cache game/localization versions from /metadata with configurable TTL ([8cdd771](https://github.com/swgoh-utils/comlink-python/commit/8cdd7719619ac7b83ceb66c069825572e17d018a))
16+
17+
### Bug Fixes
18+
19+
- **hmac:** sign the bytes actually sent so empty-payload POSTs validate ([943fd7f](https://github.com/swgoh-utils/comlink-python/commit/943fd7ff490813a74ad50d7c4e4c35ef76b3e79d))
20+
- **tests:** call get_game_data with items= instead of the rejected request_segment ([60c19bf](https://github.com/swgoh-utils/comlink-python/commit/60c19bf390818d0610802a1cd3a3ca7f1cb59829))
21+
- **client:** send clientSpecs key expected by /metadata endpoint ([1909912](https://github.com/swgoh-utils/comlink-python/commit/1909912fc10b1deb822b816b46a0e7577da7e422))
22+
- **exceptions:** stop logging tracebacks from exception constructors ([f841fa8](https://github.com/swgoh-utils/comlink-python/commit/f841fa88bd64abc6a66326ee0654e367976733ce))
23+
24+
### Docs
25+
26+
- **changelog:** update for v2.2.0 ([7b917de](https://github.com/swgoh-utils/comlink-python/commit/7b917dea5ce146c2cce9bbd90b436ba010f01207))

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# CHANGELOG
22

33
<!-- insertion marker -->
4+
<a name="v2.3.0"></a>
5+
6+
## [v2.3.0](https://github.com/swgoh-utils/comlink-python/compare/v2.2.0...v2.3.0) (2026-08-03)
7+
8+
### Features
9+
10+
- **cache:** cache game/localization versions from /metadata with configurable TTL (#117) ([d351759](https://github.com/swgoh-utils/comlink-python/commit/d35175900932c79e5836f383fb6b3ce8dd39f6d9))
11+
- **cache:** cache game/localization versions from /metadata with configurable TTL ([8cdd771](https://github.com/swgoh-utils/comlink-python/commit/8cdd7719619ac7b83ceb66c069825572e17d018a))
12+
13+
### Bug Fixes
14+
15+
- **hmac:** sign the bytes actually sent so empty-payload POSTs validate ([943fd7f](https://github.com/swgoh-utils/comlink-python/commit/943fd7ff490813a74ad50d7c4e4c35ef76b3e79d))
16+
- **tests:** call get_game_data with items= instead of the rejected request_segment ([60c19bf](https://github.com/swgoh-utils/comlink-python/commit/60c19bf390818d0610802a1cd3a3ca7f1cb59829))
17+
- **client:** send clientSpecs key expected by /metadata endpoint ([1909912](https://github.com/swgoh-utils/comlink-python/commit/1909912fc10b1deb822b816b46a0e7577da7e422))
18+
- **exceptions:** stop logging tracebacks from exception constructors ([f841fa8](https://github.com/swgoh-utils/comlink-python/commit/f841fa88bd64abc6a66326ee0654e367976733ce))
19+
20+
### Docs
21+
22+
- **changelog:** update for v2.2.0 ([7b917de](https://github.com/swgoh-utils/comlink-python/commit/7b917dea5ce146c2cce9bbd90b436ba010f01207))
23+
424
<a name="v2.2.0"></a>
525

626
## [v2.2.0](https://github.com/swgoh-utils/comlink-python/compare/v2.1.0...v2.2.0) (2026-07-12)

0 commit comments

Comments
 (0)