Releases: Azure/apiops
Releases · Azure/apiops
APIOps Toolkit for Azure APIM v3.0.0
What's Changed
Starting with this release we changed the way the updates to the tool are delivered.
Old method (version < 3.0.0). Each time a new release was pushed you would have to:
- Download the updated code folder as well as the updated pipelines
- You would have to build the extractor and publisher pipelines and store them within your internal feed
New method (version >= 3.0.0)
- The binaries are now hosted for you on the public github repo as part of the release
- Utilizing the new version simply involves pointing the pipelines to the new version. No more rebuilding of binaries
- You only have to download the updated pipelines if they are updated.
- As part of the release we now push two different sets of pipelines. The Azure_DevOps.zip if you are a Azure Devops user and Github.zip if you are a Github user.
- We dropped the publish publisher and publish extractor pipelines as we now host the binaries for you. If you would rather host the binaries yourself you still have access to the source code which you can download and build yourself. We also now publish the compiled publisher and extractor binaries as part of the release so you can download these and host them internally if you want. The publish publisher and extractor pipelines are now legacy pipelines that can be found under the V.2.x release if you still need access to them.
Full Changelog: v.2.1.0...v3.0.0
APIOps Toolkit for Azure APIM v2.1.0
What's Changed
- Add api diagnostic by @guythetechie in #144
- Export API diagnostics by @guythetechie in #147
- Fix for long-running operations by @guythetechie in #148
- Logging enhancements by @guythetechie in #152
- Try to fix delete functionality by @aristosvo in #151
- Fix for #153 by @guythetechie in #155
Full Changelog: v.2.0.2...v.2.1.0
APIOps Toolkit for Azure APIM v2.0.1
What's Changed
- Bug fix for resource pagination by @guythetechie in #139
- Note added for azdo artifcat feed permission by @jayendranarumugam in #140
New Contributors
- @jayendranarumugam made their first contribution in #140
Full Changelog: v2.0.1...v.2.0.2
APIOps Toolkit for Azure APIM v2.0.1
What's Changed
- Rename ApiDisplayNames in docs to apiNames and make sure it is shown as yaml by @aristosvo in #138
- Updated the sample configuration file to reflect the fact that the name should be provided in the configuration.extractor.yaml
New Contributors
- @aristosvo made their first contribution in #138
Full Changelog: v2.0.0...v2.0.1
APIOps Toolkit for Azure APIM v2.0.0
PLEASE NOTE THAT THIS VERSION HAS SOME BREAKING CHANGES MAINLY AROUND THE REVAMPED CONFIGURATION SYSTEM AS WELL AS SWITCHING THE TOOL TO UTILIZE API NAMES INSTEAD OF DISPLAY NAMES WHEN EXTRACTING
What's Changed
- V2 by @guythetechie in #134
Detailed changes
- Tool now supports apis with non windows compliant characters in names
- Refactored configuration System to make it more dynamic. It now supports every property that is exposed by the restful api
- Added support to promote products and API tags across environments
- Added support for Group/products association. Please note that the groups will have to be created using an IaC tool like ARM, Bicep, or Terraform and won't be created by the apiops tool. We only apply the association
- Added support for Soap based apis
- Updated the sample artifacts folder to reflect the changes in v2
- Extractor and publisher updated to .net 7.
Full Changelog: v1.2.0...v2.0.0
APIOps Toolkit for Azure APIM v1.2.0
What's Changed
- Bump nokogiri from 1.13.6 to 1.13.9 in /docs by @dependabot in #114
- Feature Support extracting and publishing GraphQL API's by @colincmac in #116
Full Changelog: v1.1.1...v1.2.0
APIOps Toolkit for Azure APIM v1.1.1
Fixes and adds features to Backend publishing
Documentation update
Update the sample configuration override file to reflect updates in the backend publishing
Full Changelog: v1.1.0...v1.1.1
APIOps Toolkit for Azure APIM v1.1.0
APIOps Toolkit for Azure APIM v1.0.0
What's Changed
- Added support for backends and policy fragments
- Added support to pass a flag to the publisher to deploy configuration file only
- Added support for secrets in namedvalues
- Bump tzinfo from 1.2.9 to 1.2.10 in /docs by @dependabot in #87
Full Changelog: v0.4.1...v1.0.0
v0.4.1
Updated the docs and sample configuration file to include instructions on how to override key vault named value.
Full Changelog: v0.4.0...v0.4.1