File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.3.0] - 2026-05-12
11+
12+ ### Added
13+ - ** Search + Execute tools** — Query and execute any of 600+ TestOps API endpoints dynamically
14+ - ** Per-user authentication** — Users can authenticate with their own tokens in chat, no shared credentials needed
15+ - ** Session-based token configuration** — New ` configure_allure_token ` tool for chat-based auth setup with security warnings
16+ - ** Go 1.26 support** — Updated all tooling, CI/CD, and Docker builds to Go 1.26
17+
18+ ### Changed
19+ - ** ALLURE_TOKEN is now optional** — Shared server deployments no longer require pre-configured tokens
20+ - ** OpenAPI spec bundled** — Complete Allure TestOps API specification included in repo (spec/testops.json)
21+ - ** Improved documentation** — Added per-user vs shared server setup guides, lazy setup instructions
22+
23+ ### Improved
24+ - Authentication flexibility for different deployment scenarios
25+ - API coverage expanded from 55 explicit tools to 55 + dynamic search/execute for 600+ operations
26+ - Development experience with updated Go dependencies across the board
27+
1028## [ 1.2.1] - 2026-05-08
1129
1230### Added
You can’t perform that action at this time.
0 commit comments