From a61e7ccc9395d0913bb8b4940b8e3dd292b53cb4 Mon Sep 17 00:00:00 2001 From: Alexander Zaslonov Date: Sun, 20 Sep 2026 20:23:32 -0700 Subject: [PATCH] chore: prepare public v1.0.3 release metadata --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080b23a..7da00ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 50c7805..9d48463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@azure-tools/apiops-cli", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@azure-tools/apiops-cli", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@azure/identity": "^4.13.1", diff --git a/package.json b/package.json index 6e48887..9fcd9b6 100644 --- a/package.json +++ b/package.json @@ -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",