| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
LGTM |
Sorry, something went wrong.
* updating 'PubSubExample' to latest api (#1808) * updating pubsub sample to latest api * Pubsub update (#1818) * Update GAPIC layer * Manual updates to support pubsub changes * Update spi classes (#1817) * Update README.md (#1825) [ci skip] * Add DURABLE_REDUCED_AVAILABILITY storage class (#1834) Otherwise we crash when servers return this value. * logging: make flush wait for writes (#1815) This PR still isn't completely correct, since it does not force any RPC to immediately be issued. However, flush should now correctly wait for RPCs representing prior calls to publish to complete and any failures to be reported to ErrorManager before returning. * use new PartitionKey implementation (#1841) bumping gax version to 0.8.0 for the new implementation. reflects googleapis/gapic-generator#1153 . * Release 0.11.0 * Updating version in README files. [ci skip] * Update version to 0.11.1-SNAPSHOT (#1843) * Added a missing @test annotation (#1842) * pubsub: make Subscriber use ApiService (#1824) Fixes #1761. * SPI: Adding @experimentalapi back to logging client classes (#1844) * Bumping NL, Translate to beta (#1848) * Release 0.11.1 * Updating version in README files. [ci skip] * Update version to 0.11.2-SNAPSHOT (#1852) * pubsub: remove obsolete doc references (#1823) This PR removes references to the deprecated code of the docs. The emulator section is rewritten. Fixes #1789. * adding functions to manage life cycle of resources in ITComputeTest (#1768) *adding functions to ITComputeTest, in order to make sure resources created during tests can be properly deleted even if tests fail or become timed out. * refactor and incorporate feedbacks * implement `add` function with compile-time type checking * add `remove` method to remove a resource from managed resources * use Id's as handles to resources * fix copyright header * rename class name * modify remove function, pass delete function to each add method * address comments * Add Speech v1. (#1858) * Make logging overrides the default channel provider (#1820) * Added more unit tests for SessionPool (#1862) * Rename Translate title to Translation [ci skip] (#1867) * Release 0.11.2 * Updating version in README files. [ci skip] * Update pom.xml version to 0.11.3-SNAPSHOT (#1870) * pubsub: acquire FlowController before releasing (#1831) * Revert "pubsub: acquire FlowController before releasing (#1831)" (#1872) This reverts commit 3717ac6. This change brings up another serious bug. If the number of messages we pull in one RPC is greater than the number size of the semaphore, we deadlock forever. Will redo this later. * pubsub: make deprecated methods package-private (#1861) add back mistakenly deleted test Fixes #1828. * pubsub: rename newBuilder to defaultBuilder (#1873) Fixes #1853. * GAE (Flex_Java/Flex_Custom/Flex_Compat/Std_Java8), GCE, GKE testing app for gcj (#1859) Appengine tests for #1752 * Replace a constant of type Set with ImmutableSet (#1876) * Language v1beta2 Release (#1878) * Language v1beta2 Release * Language v1 update * Regenerating SPI: use setEndpoint (#1879) Reflects googleapis/gapic-generator#1172. Updates #1835. * remove last use of setPort/setServiceAddress (#1880) Fixes #1835. * new code snippet for push subscription + cleanup of deprecated snippets (#1875) * cleaning up PubSubExample adding snippet for creating a subscription with a push endpoint * updating start, end tags for snippets, adding async pull snippet tag * Release 0.12.0 * Updating version in README files. [ci skip] * Update version to 0.12.1-SNAPSHOT (#1886) * Update version of google-auth-java to 0.6.1 (#1888) * Update version of google-auth-java to 0.6.1 Latest version of google-auth-java contains a fix for auth token refresh failures. * Remove harcoded auth dependencies * Don't use `UrlFetchTransport` in App Engine Flex environment (#1893) * Don't use `UrlFetchTransport` in App Engine Flex environment #1492 * Add annotations to specify GCP launch stage (#1889) The Google Cloud Platform launch stage (https://cloud.google.com/terms/launch-stages) is a signifier of the level of access and support that can be expected of a particular feature. These annotations will be used to clearly demarcate features as being in a state other than General Availability to help set user expectations accordingly. * Add Identity Access Management (IAM) to the Storage API (#1812) Adds support for bucket-level IAM (currently in limited alpha). More information about IAM in Google Cloud Storage can be found at https://cloud.google.com/storage/docs/access-control/iam
#1886) This pull request is generated with proto changes between [googleapis/googleapis@5342712](https://togithub.com/googleapis/googleapis/commit/5342712986262b93211b136eb4bd6fb79b3764af) (exclusive) and [googleapis/googleapis@b32495a](https://togithub.com/googleapis/googleapis/commit/b32495a713a68dd0dff90cf0b24021debfca048a) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 2.64.2 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update the libraries_bom version to 26.72.0 END_NESTED_COMMIT END_COMMIT_OVERRIDE
* "feat: enable grpc configurator for client-side tracing" * chore: generate libraries at Tue Jun 17 22:31:00 UTC 2025 * fix unit tests for max channel number * Remove max channel count configurations to fall back to gax-grpc max channel count * fix clirr difference error --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
googleapis#1886) This pull request is generated with proto changes between [googleapis/googleapis@5342712](https://togithub.com/googleapis/googleapis/commit/5342712986262b93211b136eb4bd6fb79b3764af) (exclusive) and [googleapis/googleapis@b32495a](https://togithub.com/googleapis/googleapis/commit/b32495a713a68dd0dff90cf0b24021debfca048a) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 2.64.2 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update the libraries_bom version to 26.72.0 END_NESTED_COMMIT END_COMMIT_OVERRIDE
* "feat: enable grpc configurator for client-side tracing" * chore: generate libraries at Tue Jun 17 22:31:00 UTC 2025 * fix unit tests for max channel number * Remove max channel count configurations to fall back to gax-grpc max channel count * fix clirr difference error --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
🤖 I have created a release *beep* *boop* --- ## [2.26.0](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.25.3...v2.26.0) (2025-01-11) ### Features * Support for spanner external host ([googleapis#1884](https://togithub.com/googleapis/java-spanner-jdbc/issues/1884)) ([71c0b81](https://togithub.com/googleapis/java-spanner-jdbc/commit/71c0b81c130f3b69f04b12b4e2c03b97933d028b)) ### Dependencies * Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.56.0 ([googleapis#1887](https://togithub.com/googleapis/java-spanner-jdbc/issues/1887)) ([4e122d6](https://togithub.com/googleapis/java-spanner-jdbc/commit/4e122d6bd8dabf5e8d5219549949d56397e29194)) * Update dependency com.google.cloud:google-cloud-spanner-bom to v6.85.0 ([googleapis#1889](https://togithub.com/googleapis/java-spanner-jdbc/issues/1889)) ([3cbf0b6](https://togithub.com/googleapis/java-spanner-jdbc/commit/3cbf0b699d1b2e9c8a5c6393f309d5c0f627688a)) * Update dependency com.google.cloud:google-cloud-trace to v2.56.0 ([googleapis#1888](https://togithub.com/googleapis/java-spanner-jdbc/issues/1888)) ([ca6dd76](https://togithub.com/googleapis/java-spanner-jdbc/commit/ca6dd7601ed8750b67a2e9983b671458a4285bcf)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.41.1 ([googleapis#1886](https://togithub.com/googleapis/java-spanner-jdbc/issues/1886)) ([4c6c59e](https://togithub.com/googleapis/java-spanner-jdbc/commit/4c6c59efbee96c416f9fc735da031c2a16262e39)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
#1886) * chore: Update generation configuration at Sat Oct 12 02:23:39 UTC 2024 * chore: Update generation configuration at Sun Oct 13 02:27:48 UTC 2024 * chore: Update generation configuration at Tue Oct 15 02:26:45 UTC 2024 * chore: Update generation configuration at Wed Oct 16 02:27:13 UTC 2024
| Back | FazBrowse Home | New Git URL |
No description provided.