Releases: quarkiverse/quarkus-google-cloud-services
2.13.0
This release is based on Quarkus 3.16 and contains small fixes and enhancements.
What's Changed
- 678: register Severity enum for reflection by @wabrit in #679
- docs: add wabrit as a contributor for code by @allcontributors in #680
- Bump io.quarkiverse:quarkiverse-parent from 17 to 18 by @dependabot in #683
- Bump org.testcontainers:gcloud from 1.20.1 to 1.20.2 by @dependabot in #682
- Issue 674 gcp logging spaninfo by @wabrit in #677
- Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by @dependabot in #687
- provide an extension mechanism for adding custom labels to gcp logs by @wabrit in #685
- Bump com.google.firebase:firebase-admin from 9.3.0 to 9.4.0 by @dependabot in #688
- Fix doc issue by @jfbenckhuijsen in #691
- Bump io.opentelemetry:opentelemetry-opencensus-shim from 1.42.1-alpha to 1.43.0-alpha by @dependabot in #689
- Split and Reuse the Release workflow by @gastaldi in #692
- Release workflow names are inverted by @gastaldi in #695
- Bump org.testcontainers:gcloud from 1.20.2 to 1.20.3 by @dependabot in #697
- Bump com.google.firebase:firebase-admin from 9.4.0 to 9.4.1 by @dependabot in #694
- Upgrade Quarkus to 3.16.0 by @loicmathieu in #699
- Release 2.13.0 by @loicmathieu in #701
New Contributors
Full Changelog: 2.12.1...2.13.0
2.12.1
What's Changed
- Publish back the integration-tests module. by @loicmathieu in #675
- Release 2.12.1 by @loicmathieu in #676
Full Changelog: 2.12.0...2.12.1
2.12.0
This release is based on Quarkus 3.15 and contains dependency upgrades and small doc and code enhancements.
What's Changed
- Fix doc issue by @jfbenckhuijsen in #656
- Fix doc issue by @jfbenckhuijsen in #657
- Add configuration property to force usage of emulator credentials. by @jfbenckhuijsen in #644
- Bump io.opentelemetry:opentelemetry-opencensus-shim from 1.41.0-alpha to 1.42.0-alpha by @dependabot in #662
- Bump io.opentelemetry:opentelemetry-opencensus-shim from 1.42.0-alpha to 1.42.1-alpha by @dependabot in #664
- Upgrade com.google.cloud:libraries-bom to 26.45.0 by @jamesnetherton in #667
- Bump org.threeten:threetenbp from 1.6.9 to 1.7.0 by @dependabot in #669
- Bump quarkus.version from 3.14.0 to 3.15.0 by @dependabot in #671
Full Changelog: 2.11.0...2.12.0
2.11.0
This release is based on Quarkus 3.14 and contains dependency upgrades and a change in how configurations are handled.
Warning: some configuration options for dev services have changed; please refer to the documentation for up-to-date configuration options.
What's Changed
- Bump org.testcontainers:gcloud from 1.20.0 to 1.20.1 by @dependabot in #643
- Commit all doc include changes by @gastaldi in #649
- Bump io.opentelemetry:opentelemetry-opencensus-shim from 1.40.0-alpha to 1.41.0-alpha by @dependabot in #647
- Bump io.quarkiverse:quarkiverse-parent from 16 to 17 by @dependabot in #651
- Switch to Config Mapping by @loicmathieu in #650
- Upgrade to Quarkus 3.14.0 and switch to the new doc infrastructure by @gsmet in #653
- Add configuration reference by @loicmathieu in #654
Full Changelog: 2.10.0...2.11.0
2.10.0
This release is based on Quarkus 3.13 and contains dependency upgrades only.
What's Changed
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.7 to 1.19.8 by @dependabot in #617
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.37.0-alpha to 1.38.0-alpha by @dependabot in #619
- build(deps): bump com.google.firebase:firebase-admin from 9.2.0 to 9.3.0 by @dependabot in #621
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by @dependabot in #625
- Bump io.opentelemetry:opentelemetry-opencensus-shim from 1.38.0-alpha to 1.39.0-alpha by @dependabot in #627
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #623
- Bump quarkus.version from 3.10.0 to 3.12.0 by @dependabot in #631
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in #635
- Bump io.opentelemetry:opentelemetry-opencensus-shim from 1.39.0-alpha to 1.40.0-alpha by @dependabot in #633
- chore: upgrade Google Cloud libraries to 26.43.0 by @loicmathieu in #637
- Bump org.testcontainers:gcloud from 1.19.8 to 1.20.0 by @dependabot in #638
- Bump quarkus.version from 3.12.0 to 3.13.0 by @dependabot in #641
Full Changelog: 2.9.0...2.10.0
2.9.0
This release is based on Quarkus 3.8.
It contains some minor enhancements and doc improvements.
What's Changed
- Update pubsub.adoc by @Hemantkumar-Chigadani in #599
- docs: add Hemantkumar-Chigadani as a contributor for code by @allcontributors in #600
- build(deps): bump org.threeten:threetenbp from 1.6.8 to 1.6.9 by @dependabot in #601
- EmulatorCredentials when running on dev services by @jfbenckhuijsen in #602
- Allow creating publishers/subscribers for from projects by @jfbenckhuijsen in #604
- build(deps): bump com.google.cloud:libraries-bom from 26.34.0 to 26.37.0 by @dependabot in #608
- build(deps): bump quarkus.version from 3.8.3 to 3.10.0 by @dependabot in #612
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.36.0-alpha to 1.37.0-alpha by @dependabot in #609
- Release 2.9.0 by @loicmathieu in #613
New Contributors
- @Hemantkumar-Chigadani made their first contribution in #599
- @jfbenckhuijsen made their first contribution in #602
Full Changelog: 2.8.0...2.9.0
2.8.0
This release is based on Quarkus 3.8.
One noticeable change is the new QuarkusPubSub
to simplify PubSub subscriber and publisher creation.
What's Changed
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.4 to 1.19.5 by @dependabot in #576
- build(deps): bump io.quarkiverse:quarkiverse-parent from 15 to 16 by @dependabot in #574
- QuarkusPubSub to simplify PubSub subscriber and publisher creation by @loicmathieu in #577
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.34.1-alpha to 1.35.0-alpha by @dependabot in #578
- build(deps): bump quarkus.version from 3.7.1 to 3.8.0 by @dependabot in #583
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.5 to 1.19.6 by @dependabot in #584
- Use credentials by @loicmathieu in #579
- Upgrade com.google.cloud:libraries-bom to 26.33.0 by @jamesnetherton in #585
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.6 to 1.19.7 by @dependabot in #589
- build(deps): bump com.google.cloud:libraries-bom from 26.33.0 to 26.34.0 by @dependabot in #591
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.35.0-alpha to 1.36.0-alpha by @dependabot in #593
- Upgrade to Quarkus 3.8.3 and replace graal-sdk with nativeimage lib by @loicmathieu in #596
Full Changelog: 2.7.0...2.8.0
2.7.0
This release is based on Quarkus 3.7.0 and moves the baseline Java version to 17.
It also includes some small changes and dependency updates.
What's Changed
- Allow configuring Firestore databaseId by @loicmathieu in #524
- build(deps): bump com.google.cloud:libraries-bom from 26.25.0 to 26.26.0 by @dependabot in #522
- build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.1.0 to 2.2.0 by @dependabot in #531
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.1 to 1.19.2 by @dependabot in #530
- build(deps): bump com.google.cloud:libraries-bom from 26.26.0 to 26.27.0 by @dependabot in #527
- Revert BigQuery native workarounds by @jamesnetherton in #535
- Bump build to JDK 17 by @gastaldi in #536
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.31.0-alpha to 1.32.0-alpha by @dependabot in #529
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.2 to 1.19.3 by @dependabot in #532
- build(deps): bump quarkus.version from 3.5.0 to 3.6.1 by @dependabot in #537
- build(deps): bump com.google.cloud:libraries-bom from 26.27.0 to 26.28.0 by @dependabot in #538
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.32.0-alpha to 1.33.0-alpha by @dependabot in #540
- Use the custom gRPC support in the logging extension by @loicmathieu in #541
- build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #551
- build(deps): bump com.google.cloud:libraries-bom from 26.28.0 to 26.29.0 by @dependabot in #545
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.33.0-alpha to 1.34.0-alpha by @dependabot in #553
- build(deps): bump io.perfmark:perfmark-api from 0.26.0 to 0.27.0 by @dependabot in #548
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.34.0-alpha to 1.34.1-alpha by @dependabot in #557
- Produce a BigQueryWriteClient by @loicmathieu in #558
- Update release workflow by @gastaldi in #564
- build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #563
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.3 to 1.19.4 by @dependabot in #565
- Fix/close by @loicmathieu in #569
- Migrate to Java 17 and Quarkus 3.7 by @loicmathieu in #568
- build(deps): bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #570
- Include docs module as a Maven module by @gastaldi in #572
Full Changelog: 2.6.0...2.7.0
2.6.0
This release is based on Quarkus 3.5.0 and contains dependency upgrades.
What's Changed
- build(deps-dev): bump org.testcontainers:gcloud from 1.19.0 to 1.19.1 by @dependabot in #513
- build(deps): bump com.google.cloud:libraries-bom from 26.23.0 to 26.24.0 by @dependabot in #514
- build(deps): bump com.google.cloud:libraries-bom from 26.24.0 to 26.25.0 by @dependabot in #519
- Upgrade to Quarkus 3.5.0 by @loicmathieu in #520
- build(deps-dev): bump io.opentelemetry:opentelemetry-opencensus-shim from 1.28.0-alpha to 1.31.0-alpha by @dependabot in #517
Full Changelog: 2.5.0...2.6.0
2.5.0
This release is based on Quarkus 3.4. It contains a new dev service for BigTable and several bugfixes and library updates.
What's Changed
- Fix a11y-base version to avoid dependency convergence issue by @loicmathieu in #495
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by @dependabot in #486
- Do not use CDI beans to read the SM by @loicmathieu in #499
- Do not use CDI beans to read the SM by @radcortez in #493
- build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0 by @dependabot in #497
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by @dependabot in #496
- Quarkus 3.4.0.CR1 by @loicmathieu in #500
- build(deps): bump quarkus.version from 3.4.0.CR1 to 3.4.0 by @dependabot in #501
- build(deps): bump com.google.cloud:libraries-bom from 26.22.0 to 26.23.0 by @dependabot in #503
- feature(devservices): added bigtable dev service by @zZHorizonZz in #504
- Do not use Google's HTTP client to get the default project ID by @snazy in #502
- Release 2.5.0 by @loicmathieu in #505
New Contributors
Full Changelog: 2.4.0...2.5.0