Skip to content

Commit 12edb6f

Browse files
committed
chore: prepare release 1.2.1
1 parent d5c940d commit 12edb6f

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [1.2.1] - 2026-03-02
9+
10+
### Bug fixes
11+
12+
- reorder publish workflow to tag before registry publish (#392)
13+
- correct relative links to mapping-pipeline in api/ensure and api/sync (#400)
14+
- require name parameter for DELETE Q* methods (#415)
15+
- LTPA cookie extraction uses prefix matching for suffixed cookie names (#418)
16+
17+
### CI
18+
19+
- remove SonarCloud and Code Climate workflows (#378)
20+
- migrate to three-tier push/PR architecture (#380)
21+
- extract type-check into standalone ci: type-check job (#405)
22+
- add concurrency group to ci-push workflow (#426)
23+
24+
### Documentation
25+
26+
- replace stale script references with st-* commands (#377)
27+
- fix index page mismatches and restructure nav for LHS sidebar (#396)
28+
- merge ensure and sync documentation into single pages (#398)
29+
- add cross-repo documentation links to docs site (#420)
30+
31+
### Features
32+
33+
- auto-generate all MQSC command methods from mapping-data.json (#413)
34+
- add SyncConfig construction validation (#425)
35+
36+
### Refactoring
37+
38+
- rename abbreviated local variables to complete English words (#401)
39+
- rename obj_config to object_config in sync.py (#407)
40+
41+
### Testing
42+
43+
- include examples in code coverage metrics (#409)
44+
- add session state populated after command integration test (#423)
45+
846
## [1.2.0] - 2026-02-24
947

1048
### CI

releases/v1.2.1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# Release 1.2.0 (2026-02-24)
3+
4+
## CI
5+
6+
- **add SonarCloud quality analysis to CI (#366)**
7+
- **add SonarCloud post-merge workflow (#367)**
8+
Runs SonarCloud analysis on push to develop so the project dashboard reflects the latest merged code.
9+
10+
- **add Code Climate (Qlty) coverage upload (#369)**
11+
Add codeclimate job to ci.yml and codeclimate.yml post-merge workflow for Qlty Cloud coverage tracking via OIDC.
12+
13+
- **assign unique REST API ports per integration test matrix entry (#372)**
14+
* ci: assign unique REST API ports per integration test matrix entry
15+
16+
17+
## Features
18+
19+
- **run integration tests with same Python version matrix as unit tests (#370)**
20+
Integration tests now run against Python 3.12, 3.13, and 3.14 instead of only 3.14, matching the unit test matrix for consistent coverage.

0 commit comments

Comments
 (0)