Releases: quarkiverse/quarkus-google-cloud-services
1.1.1
This is a bugfix only release.
What's Changed
- Fix default project ID handling by @loicmathieu in #286
- Bump native-image-support from 0.14.0 to 0.14.1 by @dependabot in #289
- fix: native image generation issue by @loicmathieu in #291
Full Changelog: 1.1.0...1.1.1
1.0.0
This release is based on Quarkus 2.7 and include a new documentation site: https://quarkiverse.github.io/quarkiverse-docs/quarkus-google-cloud-services/main/
Main Changes
- Add firestore host-override by @loicmathieu in #219
- Spanner emulator by @loicmathieu in #220
- Use emulator containers from testcontainers by @loicmathieu in #222
- Feat/pubsub emulator by @loicmathieu in #223
- Fix ContextNotActiveException with secret manager config source by @loicmathieu in #235
Full Changelog: 0.11.0...1.0.0
Release 0.11.0
This release contains depencies upgrade only.
This release is based on Quarkus 2.4.
Full Changelog: 0.10.0...0.11.0
Release 0.10.0
This release contains the following changes:
- Project ID properties is now optional.
- You can now inject a
CredentialsProvider
for services that did not accept aGoogleCredentials
.
This release is based on the latest version of the Google Cloud Library, dependabot has been integrated to it will be the case for all following releases.
This release is based on Quarkus 2.2.
Release 0.9.0
Release 0.8.0
This is the first release based on Quarkus 2.0.
The extensions are now part of the Quarkus Platform.
A new documentation site has been created.
List of changes for this release:
- possibility to load the base64 encoded authentication file #129 (thanks to @felipesabadini)
Release 0.8.0.CR1
Candidate Release for the 0.8.0 release train.
Based on Quarkus 2.0.0.CR3.
Release 0.7.0
This release includes bugfixes for the Secret Manager.
It is based on Quarkus 1.13.0.Final
Release 0.6.0
This release includes the following enhancements:
- #92: Allow Storage Host Configuration with Property to facilitate testing with Cloud Storage
- #89: Default projectid: no need to configure the project id if running in a Google Cloud managed environement or using gcloud default authentication.
It is based on Quarkus 1.13.0.Final