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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.46.0
Choose a base ref
...
head repository: prometheus/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.48.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 4 contributors

Commits on Jan 23, 2024

  1. UTF-8 support in validation, and some parsers and formatters (#537)

    UTF-8 support in validation, and some parsers and formatters
    
    ---------
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bd0376d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Support empty OAuth2 inline secrets (#547)

    Signed-off-by: Daniel Hrabovcak <[email protected]>
    TheSpiritXIII authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a3bdb9e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. UTF-8 support in metric and label names

    Signed-off-by: Owen Williams <[email protected]>
    ywwg committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    319c62c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #570 from ywwg/owilliams/quoted-metric-name-02

    UTF8: Content negotiation (encoding side)
    beorn7 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    773d566 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Unexport Format strings

    With the addition of the escaping term, format strings now have many permutations and doing direct string comparisons of formats is not reliable.
    Instead, users should call FormatType and compare the result against the possible enum values.
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    05d7387 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request #576 from ywwg/owilliams/unexport

    Unexport Format strings
    beorn7 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bd41eb6 View commit details
    Browse the repository at this point in the history
Loading