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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.4] - 2026-09-25
Comment thread
azaslonov marked this conversation as resolved.

### Bug Fixes

- **Operation-filtered specifications** - apply the `operations` API sub-filter to extracted OpenAPI/Swagger specifications, removing excluded operations and empty paths while preserving shared definitions and scalar precision ([#296](https://github.com/Azure/apiops-cli/pull/296))
- **Version flag** - `apiops -v` now prints the CLI version, alongside `-V` and `--version` ([#298](https://github.com/Azure/apiops-cli/pull/298))
- **Identity setup prompts** - generated Copilot identity setup prompts ask for one value per question instead of combined `NAME=` templates ([#300](https://github.com/Azure/apiops-cli/pull/300))

### Docs & Testing

- **Identity setup guidance** - README describes the generated Copilot prompt file and manual setup guide for workflow identity setup ([#299](https://github.com/Azure/apiops-cli/pull/299))
- **Filtering guide** - document how operation filters apply to extracted specifications and their known limitations ([#296](https://github.com/Azure/apiops-cli/pull/296))

## [1.0.3] - 2026-09-20

### 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.3",
"version": "1.0.4",
"schemaVersion": "1",
"description": "CLI tool for Azure API Management configuration-as-code",
"type": "module",
Expand Down
Loading