Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to the APIOps CLI are documented in this file.
The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
This project uses [Semantic Versioning](https://semver.org/) with alpha pre-release tags.

## [1.0.3] - 2026-09-20

### Bug Fixes

- **Cross-service publishing** - strip source-service ARM IDs from PUT and PATCH payloads when publishing extracted resources to another APIM service ([#285](https://github.com/Azure/apiops-cli/pull/285))
- **Diagnostic logger references** - rebuild logger IDs against the target service, including workspace paths and environment-mapped names ([#285](https://github.com/Azure/apiops-cli/pull/285))
- **WSDL re-import** - remove external XSD import locations when their namespaces are available in inline schemas, allowing re-import without resolving those external URLs ([#285](https://github.com/Azure/apiops-cli/pull/285))

## [1.0.2] - 2026-09-11

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/apiops-cli",
"version": "1.0.2",
"version": "1.0.3",
"schemaVersion": "1",
"description": "CLI tool for Azure API Management configuration-as-code",
"type": "module",
Expand Down
Loading