Releases: ionos-cloud/sdk-go-bundle
Releases · ionos-cloud/sdk-go-bundle
shared/v0.1.10
What's Changed
- feat: added SafeStatusCode method by @rmocanu-ionos in #64
Full Changelog: shared/v0.1.9...shared/v0.1.10
shared/v0.1.9
What's Changed
- Fix typo in token authentication example by @RadmilaKovacic in #54
- feat: Add new product constant for PgSQL V2 by @adeatcu-ionos in #63
- fix: fileconfiguration equalfold for product and location by @cristiGuranIonos in #62
New Contributors
- @RadmilaKovacic made their first contribution in #54
Full Changelog: shared/v0.1.8...shared/v0.1.9
shared/v0.1.8
What's Changed
- feat: interfaces, resolve resources by name, tests by @avirtopeanu-ionos in #57
- poc for fileconfiguration failover by @cristiGuranIonos in #55
Full Changelog: shared/v0.1.7...shared/v0.1.8
shared/v0.1.7
What's Changed
- fix: add objectstorage init to NewConfigurationFromOptions by @cristiGuranIonos in #45
- chore: removed dataplatform by @rmocanu-ionos in #46
- fix: Fix vulnerability in 'issue-creation.yml' workflow by @adeatcu-ionos in #47
- feat: allow multiple values per key for DefaultQueryParams by @avirtopeanu-ionos in #49
- fix: do not attempt copying HTTPClient for older SDKs (v2) by @avirtopeanu-ionos in #51
- feat: add more funcs to retrieve product endpoints from config file by @glimberea in #52
- Refactor Configuration struct fields by @rmocanu-ionos in #53
New Contributors
- @rmocanu-ionos made their first contribution in #46
Full Changelog: shared/v0.1.6...shared/v0.1.7
shared/v0.1.6
What's Changed
- enhancement: don't panic if profile is nil on GetCurrentProfile by @avirtopeanu-ionos in #39
- enhancement: add omitempty to optional fileconfig fields by @avirtopeanu-ionos in #40
- fix: version marshal as 1.0 if 1 by @avirtopeanu-ionos in #41
- fix: bring config changes from master to v2 by @cristiGuranIonos in #42
- docs: how to use config file to readme by @glimberea in #44
- fix: add object storage to config creation, update go to 1.24 by @cristiGuranIonos in #43
Full Changelog: shared/v0.1.5...shared/v0.1.6
shared/v0.1.5
What's Changed
- feat: configfile support for v2 by @avirtopeanu-ionos in #37
Full Changelog: https://github.com/ionos-cloud/sdk-go-bundle/commits/shared/v0.1.5
shared/v0.1.4
What's Changed
- Enhancement: error when protocol scheme missing - master by @glimberea in #32
- Feat: add support for object storage by @glimberea in #33
Full Changelog: shared/v0.1.3...shared/v0.1.4
shared/v0.1.3
What's Changed
- fix: create client in config along with transport by @cristiGuranIonos in #30
Full Changelog: shared/v0.1.2...shared/v0.1.3
shared/v0.1.2
What's Changed
Add option to read configuration from file.
Full Changelog: https://github.com/ionos-cloud/sdk-go-bundle/commits/shared/v0.1.2
Logging v2.1.0
This release is equivalent to https://github.com/ionos-cloud/sdk-go-logging/releases/tag/v1.1.0
Overview
A new feature, Central Logging is now available.
Changed:
- Added new server URLs for Frankfurt, London, Paris, and Vitoria regions.
- Added a new tag Central for central logging.
- Added new endpoints under /central:
- PUT /central
- GET /central
- Added new schemas
- Added CentralLoggingResponse schema for central logging response details.
- Added CentralLoggingToggle schema for toggling central logging.
- Added DeletedMetadata and ProvisioningMetadata schemas for better state management of pipelines.
- Added DeletedPipeline and ProvisioningPipeline schemas for new pipeline states.
- Updated PipelineCreate schema.