{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":525780255,"defaultBranch":"main","name":"java-spanner","ownerLogin":"harshachinta","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-08-17T12:25:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57220027?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716960804.0","currentOid":""},"activityList":{"items":[{"before":"e8f0cb3802feda66d490edddd7488c7dae3aa21c","after":"e7026933ad9903a302bb84c095c76b13353628dc","ref":"refs/heads/mux-private-setter","pushedAt":"2024-05-29T06:45:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gcf-owl-bot[bot]","name":null,"path":"/apps/gcf-owl-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/99011?s=80&v=4"},"commit":{"message":"🦉 Updates from OwlBot post-processor\n\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md","shortMessageHtmlLink":"🦉 Updates from OwlBot post-processor"}},{"before":"718881bba1ebc5f8a7b173fccd6bf751ddba8000","after":"e8f0cb3802feda66d490edddd7488c7dae3aa21c","ref":"refs/heads/mux-private-setter","pushedAt":"2024-05-29T05:53:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): add clirr","shortMessageHtmlLink":"chore(spanner): add clirr"}},{"before":"adee81b396c2004c261f2329d65e45114be0f9f9","after":"718881bba1ebc5f8a7b173fccd6bf751ddba8000","ref":"refs/heads/mux-private-setter","pushedAt":"2024-05-29T05:37:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): make multiplexedsession setter package private","shortMessageHtmlLink":"chore(spanner): make multiplexedsession setter package private"}},{"before":null,"after":"adee81b396c2004c261f2329d65e45114be0f9f9","ref":"refs/heads/mux-private-setter","pushedAt":"2024-05-29T05:33:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(main): release 6.68.0 (#3121)\n\nCo-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(main): release 6.68.0 (googleapis#3121)"}},{"before":"7e7c814045dc84aaa57e7c716b0221e6cb19bcd1","after":"ee9c7b9085dd923c0ffda2224b6a69f24576adb5","ref":"refs/heads/connection-proto-code-refactor","pushedAt":"2024-05-24T12:47:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): code refactoring","shortMessageHtmlLink":"chore(spanner): code refactoring"}},{"before":null,"after":"7e7c814045dc84aaa57e7c716b0221e6cb19bcd1","ref":"refs/heads/connection-proto-code-refactor","pushedAt":"2024-05-24T12:43:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"feat(spanner): add support for Proto Columns in Connection API (#3123)\n\n* feat: Support for Proto Messages & Enums (#2155)\r\n\r\n* feat: Importing Proto Changes\r\n\r\nCommit will be reverted, once PROTO changes are available publicly.\r\n\r\n* feat: Proto Message Implementation\r\n\r\n* feat: Adding support for enum\r\n\r\n* feat: Code refactoring\r\n\r\nAdding default implementation for newly added methods\r\nByteArray compatability changes for Proto Messages\r\n\r\n* docs: Adding Java docs for all the newly added methods.\r\n\r\n* test: Sample Proto & Generated classes for unit test\r\n\r\n* feat: Adding bytes/proto & int64/enum compatability\r\n\r\nAdding Additional check for ChecksumResultSet\r\n\r\n* test: Adding unit tests\r\n\r\n* test: Adding unit tests for ValueBinder.java\r\n\r\n* feat: refactoring to add support for getValue & other minor changes\r\n\r\n* feat: Minor refactoring\r\n\r\n1. Adding docs and formatting the code.\r\n2. Adding additional methods for enum and message which accepts descriptors.\r\n\r\n* feat: Adding bytes/message & int64/enum compatability in Value\r\n\r\n* refactor: Minor refactoring\r\n\r\n* feat: Adding Proto Array Implementation\r\n\r\n* test: Implementing unit tests for array of protos and enums\r\n\r\n* refactor: adding clirr ignores\r\n\r\n* feat: Adding support for enum as Primary Key\r\n\r\n* feat: Code Review Changes, minor refactoring and adding docs\r\n\r\n* feat: Addressing review comments\r\n\r\n-Modified Docs/Comments\r\n-Minor Refactoring\r\n\r\n* refactor: Using Column instead of column to avoid test failures\r\n\r\n* feat: Minor refactoring\r\n\r\n-code review comments\r\n-adding function docs\r\n\r\n* samples: Adding samples for updating & querying Proto messages & enums (#2211)\r\n\r\n* samples: Adding samples for updating & querying Proto messages & enums\r\n\r\n* style: linting\r\n\r\n* style: linting\r\n\r\n* docs: Adding function and class doc\r\n\r\n* test: Proto Column Integration tests (#2212)\r\n\r\n* test: Adding Integration tests for Proto Messages & Enums\r\n\r\n* test: Adding additional test for Parameterized Queries, Primary Keys & Invalid Wire type errors.\r\n\r\n* style: Formatting\r\n\r\n* style: Formatting\r\n\r\n* test: Updating instance and db name\r\n\r\n* test: Adding inter compatability check while writing data\r\n\r\n* Configured jitpack.yml to use OpenJDK 11 (#2218)\r\n\r\nCo-authored-by: Pavol Juhos \r\n\r\n* feat: add support for Proto Columns DDL (#2277)\r\n\r\n* feat: add code changes and tests for Proto columns DDL support\r\n\r\n* feat: add auto generated code\r\n\r\n* feat: code changes and tests for Proto columns DDL support\r\n\r\n* feat: add descriptors file\r\n\r\n* feat: code refactoring\r\n\r\n* feat: Integration tests and code refactoring\r\n\r\n* feat: code refactoring\r\n\r\n* feat: unit tests and clirr differences\r\n\r\n* feat: lint changes\r\n\r\n* feat: code refactor\r\n\r\n* feat: code refactoring\r\n\r\n* feat: code refactoring\r\n\r\n* feat: code refactoring\r\n\r\n* feat: add java docs to new methods\r\n\r\n* feat: lint formatting\r\n\r\n* feat: lint formatting changes\r\n\r\n* feat: lint formatting\r\n\r\n* feat: lint formatting\r\n\r\n* feat: test exception cases\r\n\r\n* feat: code refactoring\r\n\r\n* feat: add java docs and refactoring\r\n\r\n* feat: add java docs\r\n\r\n* feat: java docs refactor\r\n\r\n* feat: remove overload method setProtoDescriptors that accepts file path as input to avoid unexpected issues\r\n\r\n* feat: remove updateDdl method overload to update proto descriptor\r\n\r\n* teat: update pom file to run tests on cloud-devel region temporarily to validate main branch update\r\n\r\n* 🦉 Updates from OwlBot post-processor\r\n\r\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md\r\n\r\n* fix: revert host changes in pom.xml file\r\n\r\n* feat: add support for Proto Columns to Connection API\r\n\r\n* feat: add client side statement support for proto descriptor\r\n\r\n* feat: update existing unit tests to include proto descriptorss argument\r\n\r\n* feat: code refactor for client side statements\r\n\r\n* feat: add unit tests\r\n\r\n* feat: code refactoring for file path client statement\r\n\r\n* test: add integration test for DDL\r\n\r\n* fix: comment refactoring\r\n\r\n* feat: move proto descriptor file read logic to ConnectionImpl file to fix autogenerated client side statement tests\r\n\r\n* feat: add autogenerated test for new proto columns client side statements\r\n\r\n* feat: add unit tests to verify proto descriptor set via filepath\r\n\r\n* feat: add review comments\r\n\r\n* feat: add client side statement to show proto descriptors file path\r\n\r\n* fix: remove proto descriptors file extension validation\r\n\r\n* feat: comment refactor\r\n\r\n* feat: address review comments\r\n\r\n* feat: update tests and revert autogenerated code\r\n\r\n* chore: revert autogenerated coee\r\n\r\n* chore: revert autogenerated code\r\n\r\n* chore: revert autogenerated code\r\n\r\n* chore: lint format\r\n\r\n* 🦉 Updates from OwlBot post-processor\r\n\r\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md\r\n\r\n* chore: regenerate descriptors file\r\n\r\n* chore: update schema\r\n\r\n* chore: update base64 value for protodescriptor\r\n\r\n* chore: update copyright year\r\n\r\n---------\r\n\r\nCo-authored-by: Gaurav Purohit \r\nCo-authored-by: Pavol Juhos \r\nCo-authored-by: Owl Bot ","shortMessageHtmlLink":"feat(spanner): add support for Proto Columns in Connection API (googl…"}},{"before":"85bb7f3625cb779351927f2dba155022e29fddeb","after":"94eb11c0b88a93b67e2549e3fe4a8d4c03440c70","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-24T08:37:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: update copyright year","shortMessageHtmlLink":"chore: update copyright year"}},{"before":"b98b56e4217dfe45a7717047eae88ab5f43e39ba","after":"85bb7f3625cb779351927f2dba155022e29fddeb","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-24T05:19:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: update base64 value for protodescriptor","shortMessageHtmlLink":"chore: update base64 value for protodescriptor"}},{"before":"f7b5cf62d67f551ef5fa3c5bf3ae4a0106ac9f2e","after":"b98b56e4217dfe45a7717047eae88ab5f43e39ba","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T15:55:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: update schema","shortMessageHtmlLink":"chore: update schema"}},{"before":"771178ab91fa3d2e8d2afae51b89944e12034a26","after":"f7b5cf62d67f551ef5fa3c5bf3ae4a0106ac9f2e","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T15:33:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: regenerate descriptors file","shortMessageHtmlLink":"chore: regenerate descriptors file"}},{"before":"1f0d0068d5d8718be32a652927c618bfe6ac0521","after":"771178ab91fa3d2e8d2afae51b89944e12034a26","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T14:21:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gcf-owl-bot[bot]","name":null,"path":"/apps/gcf-owl-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/99011?s=80&v=4"},"commit":{"message":"🦉 Updates from OwlBot post-processor\n\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md","shortMessageHtmlLink":"🦉 Updates from OwlBot post-processor"}},{"before":"0e4361fae93cff5cb44f61dfe5b5f8e6d87fa864","after":"1f0d0068d5d8718be32a652927c618bfe6ac0521","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T14:12:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: lint format","shortMessageHtmlLink":"chore: lint format"}},{"before":"5e0bed1b65e744c731b6fe12e1d199175f7c5a00","after":"0e4361fae93cff5cb44f61dfe5b5f8e6d87fa864","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T14:03:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: revert autogenerated code","shortMessageHtmlLink":"chore: revert autogenerated code"}},{"before":"8468d9a3a1504547406013cdc0a4ee04fb6f6367","after":"5e0bed1b65e744c731b6fe12e1d199175f7c5a00","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T13:57:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: revert autogenerated code","shortMessageHtmlLink":"chore: revert autogenerated code"}},{"before":"3481cfe520531532b923238f68eca058d512eb4e","after":"8468d9a3a1504547406013cdc0a4ee04fb6f6367","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T13:53:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore: revert autogenerated coee","shortMessageHtmlLink":"chore: revert autogenerated coee"}},{"before":"ef6e043f895b1fd8edbc2cfe761a1a063f67606c","after":"3481cfe520531532b923238f68eca058d512eb4e","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T13:47:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"feat: update tests and revert autogenerated code","shortMessageHtmlLink":"feat: update tests and revert autogenerated code"}},{"before":"f1e3f3ac067181013706501fb3821d3993c7fa1c","after":"ef6e043f895b1fd8edbc2cfe761a1a063f67606c","ref":"refs/heads/jdbc-proto-column-feature","pushedAt":"2024-05-23T13:39:28.000Z","pushType":"push","commitsCount":431,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"Merge branch 'main' into jdbc-proto-column-feature","shortMessageHtmlLink":"Merge branch 'main' into jdbc-proto-column-feature"}},{"before":"ae5b345d37ae4e9b34637a554d050b5b65a1515f","after":"b410e1e1b42fdf0bfca59d5693c2ad7499856a39","ref":"refs/heads/proto_col_samples","pushedAt":"2024-05-20T15:46:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gcf-owl-bot[bot]","name":null,"path":"/apps/gcf-owl-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/99011?s=80&v=4"},"commit":{"message":"🦉 Updates from OwlBot post-processor\n\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md","shortMessageHtmlLink":"🦉 Updates from OwlBot post-processor"}},{"before":"3dc6add1a05ae01a30393aa92dd9a63f9476c789","after":"ae5b345d37ae4e9b34637a554d050b5b65a1515f","ref":"refs/heads/proto_col_samples","pushedAt":"2024-05-20T12:27:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"samples(spanner): update checkstyle config","shortMessageHtmlLink":"samples(spanner): update checkstyle config"}},{"before":"12e31e2fa4177bd6a942bf81cef8b174f136fd5d","after":"3dc6add1a05ae01a30393aa92dd9a63f9476c789","ref":"refs/heads/proto_col_samples","pushedAt":"2024-05-20T10:47:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"samples(spanner): update generated files","shortMessageHtmlLink":"samples(spanner): update generated files"}},{"before":"0807a3c2a81019287670f4799d87a82dadeb9b5d","after":"e65e659b890e656a9b7ed95d9f59cdf71e6eaf78","ref":"refs/heads/proto-files-regeneration-protoc","pushedAt":"2024-05-20T10:14:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): lint fix","shortMessageHtmlLink":"chore(spanner): lint fix"}},{"before":"49a53176c81d59582d8a4933da684fd064d12918","after":"0807a3c2a81019287670f4799d87a82dadeb9b5d","ref":"refs/heads/proto-files-regeneration-protoc","pushedAt":"2024-05-20T10:07:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): update proto file path and add README","shortMessageHtmlLink":"chore(spanner): update proto file path and add README"}},{"before":"65340043518f6f7c0d01a5f39826209879b59a62","after":"49a53176c81d59582d8a4933da684fd064d12918","ref":"refs/heads/proto-files-regeneration-protoc","pushedAt":"2024-05-20T10:03:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): update proto files to proto3 and remove allowlisting in test","shortMessageHtmlLink":"chore(spanner): update proto files to proto3 and remove allowlisting …"}},{"before":null,"after":"65340043518f6f7c0d01a5f39826209879b59a62","ref":"refs/heads/proto-files-regeneration-protoc","pushedAt":"2024-05-20T09:49:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): update instance id (#3109)","shortMessageHtmlLink":"chore(spanner): update instance id (googleapis#3109)"}},{"before":"e4ee19d2cbf6f2e8900a8cc33733cc7d7785653b","after":"12e31e2fa4177bd6a942bf81cef8b174f136fd5d","ref":"refs/heads/proto_col_samples","pushedAt":"2024-05-17T11:49:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"samples(spanner): add sample for Proto columns","shortMessageHtmlLink":"samples(spanner): add sample for Proto columns"}},{"before":"4ed2f070f6630b449d66f5986b0404948a53a4f3","after":"ca4758b443c2821c53971fed768d13765fc2d168","ref":"refs/heads/fix-samples-config","pushedAt":"2024-05-17T10:27:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): update instance id","shortMessageHtmlLink":"chore(spanner): update instance id"}},{"before":null,"after":"4ed2f070f6630b449d66f5986b0404948a53a4f3","ref":"refs/heads/fix-samples-config","pushedAt":"2024-05-17T10:20:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"build: skip InstanceAdmin test on cloud-devel to reduce flakiness (#3107)\n\n* build: skip InstanceAdmin test on cloud-devel to reduce flakiness\r\n\r\n* 🦉 Updates from OwlBot post-processor\r\n\r\nSee https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md\r\n\r\n---------\r\n\r\nCo-authored-by: Owl Bot ","shortMessageHtmlLink":"build: skip InstanceAdmin test on cloud-devel to reduce flakiness (go…"}},{"before":null,"after":"e4ee19d2cbf6f2e8900a8cc33733cc7d7785653b","ref":"refs/heads/proto_col_samples","pushedAt":"2024-05-09T04:57:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(main): release 6.66.1-SNAPSHOT (#3093)\n\n:robot: I have created a release *beep* *boop*\n---\n\n\n### Updating meta-information for bleeding-edge SNAPSHOT release.\n\n---\nThis PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).","shortMessageHtmlLink":"chore(main): release 6.66.1-SNAPSHOT (googleapis#3093)"}},{"before":"9c5a065bd1b3ce61ffa4ea61912016f37e99e1d0","after":"a12d2193c87ad4d4e3dc30fa911e6851507d2716","ref":"refs/heads/multiuse_readonly_benchmarking","pushedAt":"2024-05-08T04:45:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"chore(spanner): update dependency version","shortMessageHtmlLink":"chore(spanner): update dependency version"}},{"before":"0a30804becf362b09cd7a675398aa0b4e576d48f","after":"9c5a065bd1b3ce61ffa4ea61912016f37e99e1d0","ref":"refs/heads/multiuse_readonly_benchmarking","pushedAt":"2024-05-08T04:34:11.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"harshachinta","name":"Sri Harsha CH","path":"/harshachinta","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57220027?s=80&v=4"},"commit":{"message":"Merge branch 'main' into multiuse_readonly_benchmarking","shortMessageHtmlLink":"Merge branch 'main' into multiuse_readonly_benchmarking"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVpjBvgA","startCursor":null,"endCursor":null}},"title":"Activity · harshachinta/java-spanner"}