-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: googleapis/java-dlp
base: v1.1.3
head repository: googleapis/java-dlp
compare: v1.1.4
- 11 commits
- 18 files changed
- 3 contributors
Commits on Apr 21, 2020
-
chore(deps): update dependency com.google.cloud:google-cloud-dlp to v…
…1.1.3 (#151) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-dlp](https://togithub.com/googleapis/java-dlp) | patch | `1.1.2` -> `1.1.3` | --- ### Release Notes <details> <summary>googleapis/java-dlp</summary> ### [`v1.1.3`](https://togithub.com/googleapis/java-dlp/blob/master/CHANGELOG.md#​113-httpswwwgithubcomgoogleapisjava-dlpcomparev112v113-2020-04-20) [Compare Source](https://togithub.com/googleapis/java-dlp/compare/v1.1.2...v1.1.3) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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#googleapis/java-dlp).
Configuration menu - View commit details
-
Copy full SHA for 4fc58a7 - Browse repository at this point
Copy the full SHA 4fc58a7View commit details -
chore: release 1.1.4-SNAPSHOT (#152)
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for e794691 - Browse repository at this point
Copy the full SHA e794691View commit details
Commits on Apr 23, 2020
-
chore(deps): update dependency com.google.cloud:libraries-bom to v5.2…
….0 (#158) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `5.1.0` -> `5.2.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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#googleapis/java-dlp).
Configuration menu - View commit details
-
Copy full SHA for 2936a19 - Browse repository at this point
Copy the full SHA 2936a19View commit details
Commits on Apr 24, 2020
-
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.Configuration menu - View commit details
-
Copy full SHA for 3e3a400 - Browse repository at this point
Copy the full SHA 3e3a400View commit details -
deps: update dependency io.grpc:grpc-bom to v1.29.0 (#157)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | minor | `1.28.1` -> `1.29.0` | --- ### Release Notes <details> <summary>grpc/grpc-java</summary> ### [`v1.29.0`](https://togithub.com/grpc/grpc-java/releases/v1.29.0) [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.28.1...v1.29.0) #### Behavioral Changes - core, grpclb: change policy selection strategy for Grpclb policy (move logic of querying SRV into Grpclb's own resolver) ([#​6723](https://togithub.com/grpc/grpc-java/issues/6723)). System property `io.grpc.internal.DnsNameResolverProvider.enable_grpclb` is eliminated, grpc-grpclb dependency implicitly enables querying SRV records since v1.24.2 #### New Features - core: `ServerInterceptors.useInputStreamMessages()` now preserves the `KnownLength` interface when wrapping InputStream ([#​6852](https://togithub.com/grpc/grpc-java/issues/6852)). This should prevent certain optimizations from being disabled when using useInputStreamMessages - core: `ServerInterceptors.useInputStreamMessages()` and `useMarshalledMessages()` now preserve the SchemaDescriptor, so the methods are now compatible with the reflection service ([#​6851](https://togithub.com/grpc/grpc-java/issues/6851)) #### Bug Fixes - core: Fix IllegalStateException if remote-specified decompressor is unknown ([#​6864](https://togithub.com/grpc/grpc-java/issues/6864)) - core: keep round_robin lb subchannel in TRANSIENT_FAILURE until becoming READY ([#​6657](https://togithub.com/grpc/grpc-java/issues/6657)). This avoids RPC being indefinitely queued when subchannels are bouncing back and forth between CONNECTING and TRANSIENT_FAILURE - netty: fixed a bug when grpc-netty and grpc-netty-shaded were both used, which could result in "ClassCastException: io.netty.util.AsciiString cannot be cast to io.grpc.netty.shaded.io.netty.util.AsciiString" ([#​6765](https://togithub.com/grpc/grpc-java/issues/6765)) - netty: Prevent thread interruption during server start from leaking socket ([#​6867](https://togithub.com/grpc/grpc-java/issues/6867)) - okhttp: fix incorrect connection-level flow control handling at beginning of connection ([#​6742](https://togithub.com/grpc/grpc-java/issues/6742)). This only impacted users of `OkHttpChannelBuilder.flowControlWindow()`, who seem to be few since this bug was not reported sooner - core: A Java 9+ ABI compatibility issue with java.nio.ByteBuffer is fixed ([#​6839](https://togithub.com/grpc/grpc-java/issues/6839)). This only impacted users manually compiling grpc-java with JDK 9+ and then using it as a library for applications that run with JDK 8- (e.g., on Android). This does not impact the pre-built JARs on Maven Central - core: fixed a bug in health check config propagation. ([#​6804](https://togithub.com/grpc/grpc-java/issues/6804)) - benchmarks: some netty benchmarks failed to start and are now fixed ([#​6877](https://togithub.com/grpc/grpc-java/issues/6877)). This was a regression introduced in v1.23.0 #### Documentation - Add Javadoc for grpc-services and grpc-grpclb to the grpc-all project. This increases the number of classes shown at <https://grpc.io/grpc-java/javadoc/> - examples: Add a JWT authentication example ([#​5915](https://togithub.com/grpc/grpc-java/issues/5915)) #### Dependencies - Bump guava to 28.2-android ([#​6772](https://togithub.com/grpc/grpc-java/issues/6772)) - Bump netty to 4.1.48.Final, bump tcnative to 2.0.30.Final ([#​6845](https://togithub.com/grpc/grpc-java/issues/6845)) - Bump truth version to 1.0.1 ([#​6754](https://togithub.com/grpc/grpc-java/issues/6754)) #### Compiling - android: add grpc-android into main build ([#​6793](https://togithub.com/grpc/grpc-java/issues/6793)). Compiling with `-PskipAndroid=false` (default) includes building grpc-android module, which requires Android SDK #### Acknowledgements [@​chrisschek](https://togithub.com/chrisschek) [@​elharo](https://togithub.com/elharo) Elliotte Rusty Harold [@​herbyderby](https://togithub.com/herbyderby) Chris Nokleberg [@​markb74](https://togithub.com/markb74) [@​ST-DDT](https://togithub.com/ST-DDT) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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#googleapis/java-dlp).
Configuration menu - View commit details
-
Copy full SHA for a237797 - Browse repository at this point
Copy the full SHA a237797View commit details
Commits on Apr 25, 2020
-
chore: regenerate README (#161)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2ee748ae-eb9e-490a-a920-256eb990adfc/targets
Configuration menu - View commit details
-
Copy full SHA for fa9ecfb - Browse repository at this point
Copy the full SHA fa9ecfbView commit details
Commits on Apr 27, 2020
-
deps: update dependency org.threeten:threetenbp to v1.4.4 (#159)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://togithub.com/ThreeTen/threetenbp)) | patch | `1.4.3` -> `1.4.4` | --- ### Release Notes <details> <summary>ThreeTen/threetenbp</summary> ### [`v1.4.4`](https://togithub.com/ThreeTen/threetenbp/releases/v1.4.4) [Compare Source](https://togithub.com/ThreeTen/threetenbp/compare/v1.4.3...v1.4.4) See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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#googleapis/java-dlp).
Configuration menu - View commit details
-
Copy full SHA for c42b4e0 - Browse repository at this point
Copy the full SHA c42b4e0View commit details
Commits on Apr 28, 2020
-
chore(deps): update dependency com.google.cloud:libraries-bom to v5.3…
….0 (#162) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `5.2.0` -> `5.3.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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#googleapis/java-dlp).
Configuration menu - View commit details
-
Copy full SHA for c226f0c - Browse repository at this point
Copy the full SHA c226f0cView commit details
Commits on Apr 29, 2020
-
chore: regenerate README (#163)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6f5d7f8b-8e06-474e-b3b8-e248dd7dd2e1/targets
Configuration menu - View commit details
-
Copy full SHA for 9da5fa1 - Browse repository at this point
Copy the full SHA 9da5fa1View commit details
Commits on May 1, 2020
-
fix: replace all retry configs removed during GAPIC config migration (#…
…165) PiperOrigin-RevId: 309415646 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri May 1 09:02:38 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: f78da0d54c78aa8f66d52a448db1f7ec0e0fd591 Source-Link: googleapis/googleapis@f78da0d
Configuration menu - View commit details
-
Copy full SHA for 02da00e - Browse repository at this point
Copy the full SHA 02da00eView commit details
Commits on May 4, 2020
-
🤖 I have created a release \*beep\* \*boop\* --- ### [1.1.4](https://www.github.com/googleapis/java-dlp/compare/v1.1.3...v1.1.4) (2020-05-01) ### Bug Fixes * replace all retry configs removed during GAPIC config migration ([#165](https://www.github.com/googleapis/java-dlp/issues/165)) ([02da00e](https://www.github.com/googleapis/java-dlp/commit/02da00e9410fb26a00148c5723afa55bffe4e1c3)) ### Dependencies * update dependency io.grpc:grpc-bom to v1.29.0 ([#157](https://www.github.com/googleapis/java-dlp/issues/157)) ([a237797](https://www.github.com/googleapis/java-dlp/commit/a237797960a893fd311f146900d4503ca8074fdc)) * update dependency org.threeten:threetenbp to v1.4.4 ([#159](https://www.github.com/googleapis/java-dlp/issues/159)) ([c42b4e0](https://www.github.com/googleapis/java-dlp/commit/c42b4e07acaeaf4948ae0b8ff434ac9178c951d9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Configuration menu - View commit details
-
Copy full SHA for d9f1305 - Browse repository at this point
Copy the full SHA d9f1305View commit details
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 v1.1.3...v1.1.4