KEMBAR78
chore: release 2.2.0 by release-please[bot] · Pull Request #369 · googleapis/java-firestore · GitHub
Skip to content

Conversation

@release-please
Copy link
Contributor

@release-please release-please bot commented Sep 18, 2020

🤖 I have created a release *beep* *boop*

2.2.0 (2021-01-20)

Features

  • Add bundle proto building (#271) (994835c)
  • add bundle.proto from googleapis/googleapis (#407) (37da386)
  • add CollectionGroup#getPartitions(long) (#478) (bab064e)
  • add implicit ordering for startAt(DocumentReference) calls (#417) (aae6dc9)
  • add max/min throttling options to BulkWriterOptions (#400) (27a9397)
  • add success and error callbacks to BulkWriter (#483) (3c05037)
  • Implementation of Firestore Bundle Builder (#293) (fd5ef90)
  • Release bundles (#466) (3af065e)

Bug Fixes

  • add @BetaApi, make BulkWriter public, and refactor Executor (#497) (27ff9f6)
  • build: sample checkstyle violations (#457) (777ecab)
  • bulkWriter: writing to the same doc doesn't create a new batch (#394) (259ece8)
  • empty commit to trigger release-please (fcef0d3)
  • make BulkWriterOptions public (#502) (6ea05be)
  • retry Query streams (#426) (3513cd3)
  • retry transactions that fail with expired transaction IDs (#447) (5905438)
  • verify partition count before invoking GetPartition RPC (#418) (2054ae9)

Documentation

  • sample: normalize firestore sample's region tags (#453) (b529245)

Dependencies

  • remove explicit version for jackson (#479) (e2aecfe)
  • update dependency com.google.cloud:google-cloud-conformance-tests to v0.0.12 (#367) (2bdd846)
  • update dependency com.google.cloud:google-cloud-conformance-tests to v0.0.13 (#411) (e6157b5)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 (#383) (cb39ee8)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.2 (#403) (991dd81)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.12.1 (#425) (b897ffa)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.13.0 (#430) (0f8f218)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 (#446) (e241f8e)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.15.0 (#460) (b82fc35)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 (#481) (ae98824)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 (4ace93c)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.0 (#487) (e11e472)
  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.18.0 (#495) (f78720a)
  • update jackson dependencies to v2.11.3 (#396) (2e176e2)

This PR was generated with Release Please. See documentation.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 18, 2020
@codecov
Copy link

codecov bot commented Sep 18, 2020

Codecov Report

Merging #369 (590d59c) into master (fcef0d3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #369   +/-   ##
=========================================
  Coverage     74.09%   74.09%           
+ Complexity     1117     1108    -9     
=========================================
  Files            66       66           
  Lines          5883     5883           
  Branches        723      725    +2     
=========================================
  Hits           4359     4359           
  Misses         1296     1296           
  Partials        228      228           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcef0d3...590d59c. Read the comment docs.

@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/java-firestore API. label Sep 19, 2020
@release-please release-please bot force-pushed the release-v2.2.0 branch 4 times, most recently from 58623e2 to 51d27f5 Compare September 25, 2020 15:52
@release-please release-please bot requested a review from a team as a code owner September 25, 2020 15:52
@release-please release-please bot force-pushed the release-v2.2.0 branch 3 times, most recently from c861a3b to 2e6754c Compare October 1, 2020 22:18
@release-please release-please bot requested a review from a team October 1, 2020 22:18
@release-please release-please bot force-pushed the release-v2.2.0 branch 2 times, most recently from b54b7ad to 09fd331 Compare October 5, 2020 16:45
@release-please release-please bot requested a review from a team as a code owner October 5, 2020 16:45
@release-please release-please bot force-pushed the release-v2.2.0 branch 7 times, most recently from f5ce15f to 508f771 Compare October 12, 2020 21:06
@release-please release-please bot force-pushed the release-v2.2.0 branch 6 times, most recently from 1ff1eaf to 1ee45a0 Compare October 19, 2020 22:36
@release-please release-please bot force-pushed the release-v2.2.0 branch 3 times, most recently from 5517bd8 to c3f8493 Compare December 16, 2020 16:46
@release-please release-please bot force-pushed the release-v2.2.0 branch 4 times, most recently from c21f78e to c95802c Compare January 14, 2021 00:48
@release-please release-please bot force-pushed the release-v2.2.0 branch 3 times, most recently from c34f210 to 9247ec6 Compare January 15, 2021 19:48
@BenWhitehead BenWhitehead added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jan 20, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 20, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit f6ffc22 into master Jan 20, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-v2.2.0 branch January 20, 2021 20:10
@gcf-merge-on-green gcf-merge-on-green bot removed automerge Merge the pull request once unit tests and other checks pass. labels Jan 20, 2021
@yoshi-automation
Copy link
Contributor

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: firestore Issues related to the googleapis/java-firestore API. autorelease: published cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants