Skip to content
Permalink

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/google-auth-library-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Dec 19, 2018

  1. Bump next snapshot (#216)

    chingor13 authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    24164bf View commit details
    Browse the repository at this point in the history
  2. Improve log output when detecting GCE (#214)

    Improving the log output when unexpected exceptions occur while determining
    if the client is running on Google Compute Engine.
    
    Moving the stacktrace to be FINE output since stacktraces are alarming.
    
    Making the INFO level log message occur only once instead of potentially many times.
    
    Further improvements to #199 and #198
    lbergelson authored and chingor13 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    e311be7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Add kokoro job for publishing javadoc to GCS (#217)

    * Add kokoro job for publishing javadoc to GCS
    
    * Use string for Kokoro env var and default LINK_LATEST to true
    chingor13 authored Dec 28, 2018
    Configuration menu
    Copy the full SHA
    a1bbc4f View commit details
    Browse the repository at this point in the history
  2. Overload GoogleCredentials.createScoped with variadic arguments (#218)

    * Add variadic overload of GoogleCredentials.createScoped
    
    * Remove unused import
    chingor13 authored Dec 28, 2018
    Configuration menu
    Copy the full SHA
    9f40bc7 View commit details
    Browse the repository at this point in the history
  3. Tests: Enable a test that was missing the test annotation (#219)

    * Enable a test that was missing the test annotation
    
    * Remove debug statement
    chingor13 authored Dec 28, 2018
    Configuration menu
    Copy the full SHA
    48faeab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af3ae75 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

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

Commits on Jan 17, 2019

  1. Enable autorelease (#222)

    busunkim96 authored and chingor13 committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    1d44ecd View commit details
    Browse the repository at this point in the history
  2. Release v0.13.0 (#224)

    chingor13 authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    ee78958 View commit details
    Browse the repository at this point in the history
Loading