Skip to content

Releases: Azure/apiops

APIOps Toolkit for Azure APIM v3.0.0

02 Dec 16:06

Choose a tag to compare

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

17 Nov 19:42

Choose a tag to compare

What's Changed

Full Changelog: v.2.0.2...v.2.1.0

APIOps Toolkit for Azure APIM v2.0.1

12 Nov 19:41
960228f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v.2.0.2

APIOps Toolkit for Azure APIM v2.0.1

11 Nov 14:18
22687c6

Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

APIOps Toolkit for Azure APIM v2.0.0

10 Nov 16:23
87d1eab

Choose a tag to compare

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

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

24 Oct 02:49

Choose a tag to compare

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

20 Oct 14:40

Choose a tag to compare

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

19 Oct 15:04
1f5e232

Choose a tag to compare

What's Changed

  • Fixes and adds features to Backend publishing by @devszr in #110

New Contributors

Full Changelog: v1.0.0...v1.1.0

APIOps Toolkit for Azure APIM v1.0.0

18 Oct 03:23

Choose a tag to compare

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

12 Jul 14:28

Choose a tag to compare

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