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: prometheus/common
base: v0.26.0
Choose a base ref
...
head repository: prometheus/common
compare: v0.28.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 3, 2021

  1. Fix marshalling of URL wrapper with nil value.

    Added unit tests documenting unmarshalling.
    
    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Jun 3, 2021
    Copy the full SHA
    558a787 View commit details
    Browse the repository at this point in the history
  2. Update Go modules

    * Set Go minimum version to 1.13 to support `%w` in errors.
    * Bump all modules to the latest versions.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Jun 3, 2021
    Copy the full SHA
    7ec67cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from prometheus/superq/bump_mods

    Update Go modules
    SuperQ committed Jun 3, 2021
    Copy the full SHA
    6a45412 View commit details
    Browse the repository at this point in the history
  4. Remove deprecated log package

    This package has been deprecated since 2020-01-20.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Jun 3, 2021
    Copy the full SHA
    a184d5b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #303 from pstibrany/marshalling-url-wrapper-with-nil

    Fix marshalling of URL wrapper with nil value.
    roidelapluie committed Jun 3, 2021
    Copy the full SHA
    401cd58 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #306 from prometheus/superq/remove_old_log

    Remove deprecated log package
    SuperQ committed Jun 3, 2021
    Copy the full SHA
    6ef301f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. chore(deps): update client_golang

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 7, 2021
    Copy the full SHA
    86d36e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #307 from sagikazarmark/update-client-golang

    Update client_golang
    roidelapluie committed Jun 7, 2021
    Copy the full SHA
    9e276a1 View commit details
    Browse the repository at this point in the history