Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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/api-common-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: googleapis/api-common-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.4
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 27, 2022

  1. chore(main): release 2.1.4-SNAPSHOT (#334)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    6a8a0a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Support delimiters(_-.~) as start or end characters for a segment. (#336

    )
    
    Support delimiters(_-.~) as start or end characters for a segment if the segment does not contain complex resource names.
    
    A segment can start with a delimiter, as long as there is no { right after it.
    A segment can end with a delimiter, as long as there is no } right before it.
    A segment like .{well}-{known} or {well}-{known}. is invalid.
    A segment like .well-known, .well-{known} or .-~{well-known} is considered a literal hence is valid.
    blakeli0 authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    309521b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

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

Commits on Feb 7, 2022

  1. fix: Support delimiters(_-.~) as start or end characters for a segment (

    #338)
    
    * fix: Support delimiters(_-.~) as start or end characters for a segment
    
    * Update versions.txt
    Neenu1995 authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b2eba9e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.1.4 (#339)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    11380dd View commit details
    Browse the repository at this point in the history
Loading