Releases: mulesoft-anypoint/anypoint-client-go
idp/v1.0.0
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
exchange_assets/v0.0.3
Exchange Assets v0.0.3
Bug Fix
Updates Asset Tags data type from string to array for a better handling of those tags.
Contributors
exchange_assets/v0.0.2
Exchange Assets v0.0.2
Features
Adds the following service
GET /assets/{orgId}/{assetId}/{version}/asset
Contributors
exchange_assets/v0.0.1
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
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
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
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
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
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
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:
- Review the updated documentation: Ensure you understand the new features and the impact of the breaking changes on your current setup.
- Backup your current configurations: Always ensure you have a rollback plan.
- Test in a non-production environment: Apply the changes in a controlled environment first to catch any potential issues.
- Update your resource configurations: Adjust your Terraform configurations to align with the new resource management approach.
- 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!