This repository was archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: googleapis/java-common-protos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/java-common-protos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 7 files changed
- 3 contributors
Commits on May 12, 2021
-
chore: release 2.2.1-SNAPSHOT (#158)
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 6477c8e - Browse repository at this point
Copy the full SHA 6477c8eView commit details
Commits on May 13, 2021
-
build(java): remove codecov action (#161)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8a299e25-3744-4328-bc0c-455aa1894160/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@4f4b1b9
Configuration menu - View commit details
-
Copy full SHA for a0d3be5 - Browse repository at this point
Copy the full SHA a0d3be5View commit details
Commits on May 14, 2021
-
deps: update dependency com.google.protobuf:protobuf-bom to v3.17.0 (#…
…160) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.16.0` -> `3.17.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf</summary> ### [`v3.17.0`](https://togithub.com/protocolbuffers/protobuf/releases/v3.17.0) [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.16.0...v3.17.0) ### Protocol Compiler - Fix the generated source information for reserved values in Enums. ### C++ - Fix -Wunused-parameter in map<string, int> fields (fixes [#​8494](https://togithub.com/protocolbuffers/protobuf/issues/8494)) ([#​8500](https://togithub.com/protocolbuffers/protobuf/issues/8500)) - Use byteswap.h when building against musl libc ([#​8503](https://togithub.com/protocolbuffers/protobuf/issues/8503)) - Fix -Wundefined-inline error when using SharedCtor() or SharedDtor() ([#​8532](https://togithub.com/protocolbuffers/protobuf/issues/8532)) - Fix bug where `Descriptor::DebugString()` printed proto3 synthetic oneofs. - Provide stable versions of `SortAndUnique()`. - Make sure to cache proto3 optional message fields when they are cleared. - Expose UnsafeArena methods to Reflection. - Use std::string::empty() rather than std::string::size() > 0. ### Kotlin - Restrict extension setter and getter operators to non-nullable T. ### Java - updating GSON and Guava to more recent versions ([#​8524](https://togithub.com/protocolbuffers/protobuf/issues/8524)) - Reduce the time spent evaluating isExtensionNumber by storing the extension ranges in a TreeMap for faster queries. This is particularly relevant for protos which define a large number of extension ranges, for example when each tag is defined as an extension. - Fix java bytecode estimation logic for optional fields. - Optimize Descriptor.isExtensionNumber. ### Python - Add MethodDescriptor.CopyToProto() ([#​8327](https://togithub.com/protocolbuffers/protobuf/issues/8327)) - Remove unused python_protobuf.{cc,h} ([#​8513](https://togithub.com/protocolbuffers/protobuf/issues/8513)) - Start publishing python aarch64 manylinux wheels normally ([#​8530](https://togithub.com/protocolbuffers/protobuf/issues/8530)) - Fix constness issue detected by MSVC standard conforming mode ([#​8568](https://togithub.com/protocolbuffers/protobuf/issues/8568)) - Make JSON parsing match C++ and Java when multiple fields from the same oneof are present and all but one is null. ### Ruby - Add support for proto3 json_name in compiler and field definitions ([#​8356](https://togithub.com/protocolbuffers/protobuf/issues/8356)) - Fixed memory leak of Ruby arena objects. ([#​8461](https://togithub.com/protocolbuffers/protobuf/issues/8461)) - Fix source gem compilation ([#​8471](https://togithub.com/protocolbuffers/protobuf/issues/8471)) - Fix various exceptions in Ruby on 64-bit Windows ([#​8563](https://togithub.com/protocolbuffers/protobuf/issues/8563)) - Fix crash when calculating Message hash values on 64-bit Windows ([#​8565](https://togithub.com/protocolbuffers/protobuf/issues/8565)) ### Conformance Tests - Added a conformance test for the case of multiple fields from the same oneof. ### Other - Open sourcing kotlin protos ([#​8272](https://togithub.com/protocolbuffers/protobuf/issues/8272)) - Use a newer version of rules_proto, with the new rule `proto_descriptor_set` ([#​8469](https://togithub.com/protocolbuffers/protobuf/issues/8469)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/java-common-protos).
Configuration menu - View commit details
-
Copy full SHA for c0f7e07 - Browse repository at this point
Copy the full SHA c0f7e07View commit details -
🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.1](https://www.github.com/googleapis/java-common-protos/compare/v2.2.0...v2.2.1) (2021-05-14) ### Dependencies * update dependency com.google.protobuf:protobuf-bom to v3.17.0 ([#160](https://www.github.com/googleapis/java-common-protos/issues/160)) ([c0f7e07](https://www.github.com/googleapis/java-common-protos/commit/c0f7e074749aa962f7c0035d6c3f25d876403765)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 50a2d5e - Browse repository at this point
Copy the full SHA 50a2d5eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.2.1