Skip to content

Release 1.2.0 (2026-02-24)

CI

  • add SonarCloud quality analysis to CI (#366)
  • add SonarCloud post-merge workflow (#367) Runs SonarCloud analysis on push to develop so the project dashboard reflects the latest merged code.

  • add Code Climate (Qlty) coverage upload (#369) Add codeclimate job to ci.yml and codeclimate.yml post-merge workflow for Qlty Cloud coverage tracking via OIDC.

  • assign unique REST API ports per integration test matrix entry (#372)

  • ci: assign unique REST API ports per integration test matrix entry

Features

  • run integration tests with same Python version matrix as unit tests (#370) 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.