-
Notifications
You must be signed in to change notification settings - Fork 361
Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. #833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| # Changelog | ||
|
|
||
| ## main / unreleased | ||
|
|
||
| ### What's Changed | ||
|
|
||
| * [ENHANCEMENT] Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. https://github.com/prometheus/common/pull/833 | ||
|
|
||
| ## v0.66.1 / 2025-09-05 | ||
|
|
||
| This release has no functional changes, it just drops the dependencies `github.com/grafana/regexp` and `go.uber.org/atomic` and replaces `gopkg.in/yaml.v2` with `go.yaml.in/yaml/v2` (a drop-in replacement). | ||
|
|
||
| ### What's Changed | ||
| * Revert "Use github.com/grafana/regexp instead of regexp" by @aknuds1 in https://github.com/prometheus/common/pull/835 | ||
| * Move to supported version of yaml parser by @dims in https://github.com/prometheus/common/pull/834 | ||
| * Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by @aknuds1 in https://github.com/prometheus/common/pull/838 | ||
|
|
||
| **Full Changelog**: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1 | ||
|
|
||
| ## v0.66.0 / 2025-09-02 | ||
|
|
||
| ### ⚠️ Breaking Changes ⚠️ | ||
|
|
||
| * A default-constructed TextParser will be invalid. It must have a valid `scheme` set, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset". | ||
|
|
||
| ### What's Changed | ||
| * model: add constants for type and unit labels. by @bwplotka in https://github.com/prometheus/common/pull/801 | ||
| * model.ValidationScheme: Support encoding as YAML by @aknuds1 in https://github.com/prometheus/common/pull/799 | ||
| * fix(promslog): always print time.Duration values as go duration strings by @tjhop in https://github.com/prometheus/common/pull/798 | ||
| * Add `ValidationScheme` methods `IsValidMetricName` and `IsValidLabelName` by @aknuds1 in https://github.com/prometheus/common/pull/806 | ||
| * Fix delimited proto not escaped correctly by @thampiotr in https://github.com/prometheus/common/pull/809 | ||
| * Decoder: Remove use of global name validation and add validation by @ywwg in https://github.com/prometheus/common/pull/808 | ||
| * ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by @juliusmh in https://github.com/prometheus/common/pull/807 | ||
| * expfmt: Add NewTextParser function by @aknuds1 in https://github.com/prometheus/common/pull/816 | ||
|
|
||
| * Enable the godot linter by @aknuds1 in https://github.com/prometheus/common/pull/821 | ||
| * Enable usestdlibvars linter by @aknuds1 in https://github.com/prometheus/common/pull/820 | ||
| * Enable unconvert linter by @aknuds1 in https://github.com/prometheus/common/pull/819 | ||
| * Enable the fatcontext linter by @aknuds1 in https://github.com/prometheus/common/pull/822 | ||
| * Enable gocritic linter by @aknuds1 in https://github.com/prometheus/common/pull/818 | ||
| * Use go.uber.org/atomic instead of sync/atomic by @aknuds1 in https://github.com/prometheus/common/pull/825 | ||
| * Enable revive rule unused-parameter by @aknuds1 in https://github.com/prometheus/common/pull/824 | ||
| * Enable revive rules by @aknuds1 in https://github.com/prometheus/common/pull/823 | ||
| * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/802 | ||
| * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/common/pull/803 | ||
| * Sync .golangci.yml with prometheus/prometheus by @aknuds1 in https://github.com/prometheus/common/pull/817 | ||
| * ci: update upload-actions by @ywwg in https://github.com/prometheus/common/pull/814 | ||
| * docs: fix typo in expfmt.Negotiate by @wmcram in https://github.com/prometheus/common/pull/813 | ||
| * build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/800 | ||
| * build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/810 | ||
| * build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by @dependabot[bot] in https://github.com/prometheus/common/pull/826 | ||
| * build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by @dependabot[bot] in https://github.com/prometheus/common/pull/830 | ||
| * build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/prometheus/common/pull/829 | ||
| * build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in https://github.com/prometheus/common/pull/827 | ||
|
|
||
| ### New Contributors | ||
| * @aknuds1 made their first contribution in https://github.com/prometheus/common/pull/799 | ||
| * @thampiotr made their first contribution in https://github.com/prometheus/common/pull/809 | ||
| * @wmcram made their first contribution in https://github.com/prometheus/common/pull/813 | ||
| * @juliusmh made their first contribution in https://github.com/prometheus/common/pull/807 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 0.66.1 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I think we don't want to do that. We shouldn't be pushing tags manually; GitHub UI is good enough for that, and it ensures we don't push tags unintentionally 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll clarify -- I just mean that the creation of the tag triggers releases, whether it's pushed or created by the UI