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