Skip to content

Releases: mulesoft-anypoint/anypoint-client-go

idp/v1.0.0

08 Nov 14:13
0220327
Compare
Choose a tag to compare

IDP v1.0.0

Breaking

Updates the IDP module to follow latest Mulesoft changes.
Updates body and response object structure for all use cases of idp creation.

Contributors

@soufi

exchange_assets/v0.0.3

31 Oct 09:55
e011e07
Compare
Choose a tag to compare

Exchange Assets v0.0.3

Bug Fix

Updates Asset Tags data type from string to array for a better handling of those tags.

Contributors

@matthewdevenny

exchange_assets/v0.0.2

09 Oct 18:12
4fd0293
Compare
Choose a tag to compare

exchange_assets/v0.0.1

28 Aug 22:31
43aa46b
Compare
Choose a tag to compare

exchange_assets/v0.0.1

We are thrilled to announce the release of the Exchange Asset Go Client Library, version v0.0.1! This release marks the first stable version of the library, auto-generated from the OpenAPI 3.0 specification of the Mulesoft Exchange Assets API.

Features

  • Asset Management: Support for creating, searching, retrieving, updating, and deleting assets within your organization.
  • Multi-Environment Support: Easily switch between different Anypoint environments, including Cloudhub, EU Cloudhub, and Cloudhub GOV.
  • Bearer Authentication: Secure API interactions with built-in support for Bearer Authentication using JWT.
  • Comprehensive Querying: Extensive support for filtering and sorting assets using a wide range of query parameters.

Acknowledgments

A special shoutout to @matthewdevenny and @munozmi for their contributions in generating and refining this client library.


We hope this release helps you in managing your Mulesoft Exchange assets more efficiently. We look forward to your feedback and future contributions!

secretgroup_tlscontext/v0.1.1

22 Aug 05:30
2938378
Compare
Choose a tag to compare

Release Notes for secretgroup_tlscontext/v0.1.1

Overview

This is a Patch version to add correct GetSecretGroupTlsContexts operation.

Fix

  • updates response payload of GetSecretGroupTlsContexts operation.

Acknowledgements

We extend our heartfelt gratitude to the community and all the contributors who made this release possible. Your continuous feedback and contributions are invaluable and help us enhance our product consistently. Thank you for your support and dedication.

rtf/v0.1.0

22 Aug 05:36
2938378
Compare
Choose a tag to compare

Release Notes for rtf/v0.1.0

Overview

This is the first version of the Runtime Fabrics Golang Client module.

Features

  • List Fabrics in an organization
  • Get a specific Fabrics Instance details
  • Get Runtime Fabrics Helm Chart Repository details for you organization
  • Read Healthcheck data for a specific Fabrics instance
  • Read Fabrics environment associations
  • Create and manage a Fabrics instance
  • Create and manage a given Fabrics' associations

Acknowledgements

We extend our heartfelt gratitude to the community and all the contributors who made this release possible. Your continuous feedback and contributions are invaluable and help us enhance our product consistently. Thank you for your support and dedication.

application_manager_v2/v0.1.0

22 Aug 05:40
2938378
Compare
Choose a tag to compare

Release Notes for application_manager_v2/v0.1.0

Overview

This is the first version of the "Application Deployment V2" Golang client module. This client aims to provide tools to manage mule apps deployments on Runtime Fabrics and Cloudhub 2.0

Features

  • List Deployments on RTF and Cloudhub 2.0
  • Get a specific Deployment
  • Create and manage Deployments on RTF and Cloudhub 2.0

Acknowledgements

We extend our heartfelt gratitude to the community and all the contributors who made this release possible. Your continuous feedback and contributions are invaluable and help us enhance our product consistently. Thank you for your support and dedication.

connected_app/v1.1.1

10 Jun 08:43
08fc33f
Compare
Choose a tag to compare

Release Notes for connected_app/v1.1.1

Overview

This is a Patch version to add missing org_id attribute to responses.

Fix

  • Adds missing org_id attribute to responses

Acknowledgements

We extend our heartfelt gratitude to the community and all the contributors who made this release possible. Your continuous feedback and contributions are invaluable and help us enhance our product consistently. Thank you for your support and dedication.

connected_app/v1.1.0

10 Jun 08:13
78db926
Compare
Choose a tag to compare

Release Notes for connected_app/v1.1.0

Overview

We are excited to announce the release of connected_app/v1.1.0, which introduces a critical update to maintain compatibility with older versions of the connector. This update includes the addition of the "getConnectAppByIdOnly" route, addressing the need to retrieve connected apps without requiring the org_id.

Features

  • New Route: getConnectedAppByIdOnly
    • This new route allows users to fetch a connected app using only its ID, eliminating the need for the org_id. This ensures seamless retro-compatibility with previous versions of the connector.

Acknowledgements

We extend our heartfelt gratitude to the community and all the contributors who made this release possible. Your continuous feedback and contributions are invaluable and help us enhance our product consistently. Thank you for your support and dedication.

connected_app/v1.0.0

05 Feb 10:59
fb044fd
Compare
Choose a tag to compare

Release Notes for connected_app/v1.0.0

Overview

This release introduces significant enhancements to the connected_app Terraform module, focusing on the Anypoint platform's management of connected apps. The enhancements include improvements to the Go module, new search capabilities, and several breaking changes in resource creation and management.

Features

  • Go Module Enhancements: The underlying Go module has been upgraded for better performance and stability.
  • New Search Arguments: New arguments have been introduced to enable more refined and efficient searches for connected apps within the Anypoint platform.

Breaking Changes

  • Resource Management Overhaul: The way resources are created and managed has been restructured. This change is aimed at providing a more intuitive and efficient workflow but requires attention during the upgrade as it introduces breaking changes to the existing configurations.
  • Single Connected App Resource: The module now supports managing a single connected app resource, streamlining the process but requiring changes to existing multiple resource configurations.

Upgrade Guide

Due to the breaking changes introduced in this version, it is highly recommended to review your current configurations and test the changes in a controlled environment before upgrading. Follow the steps below for a smooth transition:

  1. Review the updated documentation: Ensure you understand the new features and the impact of the breaking changes on your current setup.
  2. Backup your current configurations: Always ensure you have a rollback plan.
  3. Test in a non-production environment: Apply the changes in a controlled environment first to catch any potential issues.
  4. Update your resource configurations: Adjust your Terraform configurations to align with the new resource management approach.
  5. Monitor after deployment: Once you deploy the changes, monitor the application closely to ensure everything operates as expected.

Acknowledgements

A huge thanks to the community and all contributors who made this release possible. Your feedback and contributions are invaluable and help us continuously improve.


For more detailed information, please refer to the connected_app documentation.

Thank you for using connected_app!