Skip to content

Conversation

@release-please
Copy link
Contributor

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

Updating meta-information for bleeding-edge SNAPSHOT release.


This PR was generated with Release Please.

@release-please release-please bot requested review from a team as code owners November 16, 2020 09:01
@release-please release-please bot added the type: process A process-related concern. May include testing, release, or the like. label Nov 16, 2020
@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

  • samples/snapshot/pom.xml

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 16, 2020
Copy link
Collaborator

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamped release!

@yoshi-approver yoshi-approver 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 Nov 16, 2020
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Nov 16, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 9ff50fb into master Nov 16, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-v3.0.3-SNAPSHOT branch November 16, 2020 09:30
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 16, 2020
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/tools](https://togithub.com/golang/tools) | require | patch | `v0.1.3` -> `v0.1.4` |
| [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | minor | `v1.26.0` -> `v1.27.1` |

---

### Release Notes

<details>
<summary>golang/tools</summary>

### [`v0.1.4`](https://togithub.com/golang/tools/compare/v0.1.3...v0.1.4)

[Compare Source](https://togithub.com/golang/tools/compare/v0.1.3...v0.1.4)

</details>

<details>
<summary>protocolbuffers/protobuf-go</summary>

### [`v1.27.1`](https://togithub.com/protocolbuffers/protobuf-go/releases/v1.27.1)

[Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.27.0...v1.27.1)

Notable changes since [v1.27.0](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.27.0):

-   [CL/331149](https://golang.org/cl/331149): cmd/protoc-gen-go: fix generation of enum defaults

### [`v1.27.0`](https://togithub.com/protocolbuffers/protobuf-go/releases/v1.27.0)

[Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.26.0...v1.27.0)

-   [Overview](#v1.27-overview)
-   [Notable changes](#v1.27-notable-changes)
    -   [Reflectively ranging over a message](#v1.27-reflection-ranging)
-   [Upcoming breakage changes](#v1.27-breaking-changes)

#### Overview <a name="v1.27-overview"></a>

The release provides new functionality for iterating through a message using protobuf reflection. There are some minor changes to the code generator.

#### Notable changes <a name="v1.27-notable-changes"></a>

**New features:**

-   [CL/309669](https://golang.org/cl/309669): testing/protopack: add Message.UnmarshalAbductive

**Bug fixes:**

-   [CL/317430](https://golang.org/cl/317430): encoding/prototext: fix skipping of unknown fields
-   [CL/321529](https://golang.org/cl/321529): internal/impl: support typed nil source for Merge of aberrant messages

**Generator changes**

-   [CL/305574](https://golang.org/cl/305574): cmd/protoc-gen-go: remove generation of the ExtensionRangeArray method
-   [CL/319649](https://golang.org/cl/319649): cmd/protoc-gen-go: avoid referencing remote enum values by name
-   [CL/316949](https://golang.org/cl/316949): compiler/protogen: relax rules for valid import paths
-   [CL/306209](https://golang.org/cl/306209): cmd/protoc-gen-go: add protoc suffix

##### Reflectively ranging over a message <a name="v1.27-reflection-ranging"></a>

-   [CL/236540](https://golang.org/cl/236540): reflect: add protopath and protorange packages

The new [`reflect/protorange`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protorange) package supports recursively ranging through all populated fields of a message. There are many use cases for such a feature. See [the examples for inspiration](https://pkg.go.dev/google.golang.org/protobuf/reflect/protorange#pkg-examples).

#### Upcoming breakage changes <a name="v1.27-breaking-changes"></a>

This release removes generation of the `ExtensionRangeArray` method, as originally announced since the [v1.20.0 release on March 2nd, 2020](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.20.0#v1.20-breaking-changes). Our analysis of the [entire public module proxy](https://proxy.golang.org/) found no static usages of this method. This method is pseudo-internal to the implementation and we expect removal of it to have no material impact. If something is broken by this change, please file an issue and we can consider re-generating this method in a patch release.

There are no *new* upcoming breaking changes to announce in this release.

</details>

---

### Configuration

📅 **Schedule**: "before 3am on Monday" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/go-genproto).
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/java-spanner API. cla: yes This human has signed the Contributor License Agreement. type: process A process-related concern. May include testing, release, or the like.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants