Sourced from github.com/minio/highwayhash's releases.
Version v1.0.3
Added support for ARM SVE instructions, resulting in performance improvements over existing NEON implementation.
030a8b3
Disable SVE2 support until tested on real hardware (not just
emulator)b2d40df
Fix build on non-ARM architecturesff81315
Update function for SVE2a48b3f2
Add separate test case for Update function3346a58
ARM SVE code for update method6a9c19b
Update ARM performance on Graviton31304c10
> Warning: 1 issue was detected with this workflow: git checkout
HEAD^2 is no...b6f6ef7
Upgrade CI versions1a96f28
Bump golang.org/x/sys from 0.0.0-20190130150945-aca44879d564 to
0.1.09cb37b8
Fix build tags for newer Go.Sourced from github.com/prometheus/common's releases.
v0.57.0
What's Changed
- feat: new promslog and promslog/flag packages to wrap log/slog by
@tjhopin prometheus/common#677New Contributors
@tjhopmade their first contribution in prometheus/common#677Full Changelog: https://github.com/prometheus/common/compare/v0.56.0...v0.57.0
v0.56.0
What's Changed
- Don't always fetch a OAuth2 token, if the secret from a file didn't change by
@multaniin prometheus/common#647- remove dependency to github.com/prometheus/client_golang by
@iliusin prometheus/common#662- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by
@dependabotin prometheus/common#661- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#664- Revert #576 and add deprecation notice by
@SuperQin prometheus/common#665- Bump golang.org/x/net from 0.26.0 to 0.27.0 by
@dependabotin prometheus/common#667- use basic string in IsValidLegacyMetricName by
@ywwgin prometheus/common#668- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#672- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#674- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by
@dependabotin prometheus/common#671- sigv4: support nil body by
@roidelapluiein prometheus/common#673- Fix overflows of untyped int constants on 32-bit by
@dswarbrickin prometheus/common#675- Update client_golang by
@SuperQin prometheus/common#676- Update golangci lint by
@roidelapluiein prometheus/common#679- expfmt: Add UTF-8 syntax support in text_parse.go by
@fedetorres93in prometheus/common#670- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#681- fix(utf8): provide a method for explicitly checking label names for legacy validity by
@ywwgin prometheus/common#682New Contributors
@multanimade their first contribution in prometheus/common#647@iliusmade their first contribution in prometheus/common#662@dswarbrickmade their first contribution in prometheus/common#675@fedetorres93made their first contribution in prometheus/common#670Full Changelog: https://github.com/prometheus/common/compare/v0.55.0...v0.56.0
9bbc9cb
Merge pull request #677
from tjhop/feat/add-promslog-pkg6ea2584
feat: new promslog and promslog/flag packages to wrap log/slog6623230
Provide a method for explicitly checking label names for legacy
validity. (#682)19d0796
Merge pull request #681
from prometheus/repo_sync29a2d2c
Update common Prometheus files8968b6c
expfmt: Add UTF-8 syntax support in text_parse.go (#670)cd4bcc0
Update golangci lint (#679)2cac84e
Update client_golang (#676)79c0459
Merge pull request #675
from dswarbrick/fix-32bit-overflows008d7b8
Fix overflows of untyped int constants on 32-bit54abbed
Release v1.39.0 (#221)Sourced from slackapi/slack-github-action's releases.
Slack Send V1.27.0
What's changed
This release introduces an optional
payload-delimiterparameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.- name: Send a custom flattened payload uses: slackapi/slack-github-action@v1.27.0 + with: + payload-delimiter: "_" env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}Setting this value to an underscore (
_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using
_as the delimiter:Input:
{ "apples": "tree", "bananas": { "truthiness": true } }Output:
{ "apples": "tree", "bananas_truthiness": "true" }Notice that
bananas_truthinessis also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!Changes
In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: https://github.com/slackapi/slack-github-action/compare/v1.26.0...v1.27.0
🎁 Enhancements
... (truncated)
37ebaef
Automatic compilation5d1fb07
chore(release): tag version 1.27.03bc0671
chore(deps): bump axios to 1.7.5 (#332)b452451
feat: make the payload delimiter configurable for workflow webhook
triggers (...c50e848
build(deps-dev): bump mocha from 10.5.2 to 10.7.0 (#328)e4a9c4b
build(deps): bump @slack/web-api from 7.2.0 to 7.3.2 (#327)9a7f0fa
build(deps-dev): bump chai from 4.4.1 to 4.5.0 (#326)73b7062
build(deps-dev): bump eslint-plugin-jsdoc from 48.5.0 to 48.10.2 (#325)3d5207b
build(deps): bump https-proxy-agent from 7.0.4 to 7.0.5 (#320)4e15b6a
build(deps): bump @slack/web-api from 7.0.4 to 7.2.0 (#323)Sourced from bufbuild/buf-setup-action's releases.
v1.40.1
Release v1.40.1
v1.40.0
Release v1.40.0
2dbfb63
Release v1.40.1 (#223)51c5320
Release v1.40.0 (#222)Sourced from gonum.org/v1/gonum's releases.
v0.15.1
Release v0.15.1 is a bug fix release in the v0.15 branch.
Fixes since v0.15.0:
b6147192 stat/distuv: correct Gamma Mode() and LogProb(0)/Prob(0) for alpha <= 1 5bc3fec2 mat: fix dst matrix shape check in QR.RTo 354eb431 mat: calculate Q elements lazily when calling QR.At
v0.15.0
Release v0.15.0 is a minor release in the v0.15 branch.
Bug fixes/improvements since v0.14.0:
269815f0 spatial/curve: new package to constuct 2-, 3- and 4-D Hilbert curves b27ae13f lapack/gonum: add Dptcon 55edfc1d lapack/testlapack: add dlanst 3462e90a lapack/gonum: add Dptsv 44d84c93 lapack/gonum: add Dpttrs c4e3bfbe lapack/gonum: add Dpttrf fa306f21 lapack/gonum: handle NaN and Inf input to Dgecon db43f45c graph/path: do not keep duplicate paths in YenKShortestPaths 5e05b179 lapack/gonum: fix accumulation in Dlassq 606793d4 stat/distmv: add EigenSym interface ff24a548 stat/distmv: add special case in NormalRandCov for mat.EigenSym 83fd3a6d mat: add RawValues and RawQ to EigenSym 999e48d0 mat: make EigenSym satisfy Matrix 71ca02b7 mat: delegate to SolveTo method in *Dense.Solve f560d5cb stat/distmv: add NormalRandCov b2722176 mat: make LQ satisfy Matrix 78bc3a48 mat: add VecDense.Permute 6e2f5c58 lapack/gonum: require exact length of tau in QR routines bd767ae5 mat: don't panic in Dims on zero Cholesky types 45b74210 mat: make QR satisfy Matrix aef3c5f3 mat: make LU satisfy Matrix 2d1137f1 mat: add LU.RowPivots and deprecate LU.Pivot ef75f4dd mat: return U and ColumnPivots from PivotedCholesky 5f74663e mat: add Dense.PermuteRows and PermuteCols ff3e3209 lapack/lapack64: add Geqp3 and clean up docs 7df15c33 lapack/gonum: clean up Dgghrd and its test f0a57a45 lapack/gonum: add Dgghrd and its test 7bed099d lapack/gonum: clean up Dlanhs and its test aa92aa08 spatial/kdtree: update value in place in NKeeper.Keep
v0.14.0
Release v0.14.0 is a minor release in the v0.14 branch.
API breaking changes:
9e7bb936 graph/path: allow cost-based Yen shortest path calculation
... (truncated)
bdcda9a
graph: use slices package for sorting and reversing slicesa9b228e
A+C: add Tristan Nicholls1f29d7b
mat: calculate Q elements lazily when calling QR.Atf1a62e1
mat: fix dst matrix shape check in QR.RTo4cb1c6f
ci,mod: update to go1.230c62273
A+C: add Dirk Müller0efa284
A+C: add Tom Paynef48364e
interp: increase speed of findSegment1dd194f
stat/distuv: correct Gamma Mode doc comment35bb474
stat/distuv: correct Gamma Mode() and LogProb(0)/Prob(0) for alpha <=
12881ede
Release v1.41.0 (#224)a8b4a18
Release v1.42.0 (#225)Sourced from docker/build-push-action's releases.
v6.8.0
- Bump
@docker/actions-toolkitfrom 0.37.1 to 0.38.0 in docker/build-push-action#1230Full Changelog: https://github.com/docker/build-push-action/compare/v6.7.0...v6.8.0
32945a3
Merge pull request #1230
from docker/dependabot/npm_and_yarn/docker/actions-t...e0fe9cf
chore: update generated content8f1ff6b
chore(deps): Bump @docker/actions-toolkit from 0.37.1 to
0.38.0Sourced from github.com/go-git/go-git/v5's releases.
v5.12.0
What's Changed
- git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by
@moranCohen26in go-git/go-git#994- git: Signer: fix usage of crypto.Signer interface by
@wlynchin go-git/go-git#1029- git: Remote, fetch, adds the prune option. by
@juliensin go-git/go-git#366- git: Add crypto.Signer option to CommitOptions. by
@wlynchin go-git/go-git#996- git: Worktree checkout tag hash id (#959) by
@aymanbagabasin go-git/go-git#966- git: Worktree, Don't panic on empty or root path when checking if it is valid by
@tim775in go-git/go-git#1042- git: Add commit validation for Reset by
@pjbgfin go-git/go-git#1048- git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by
@onee-onlyin go-git/go-git#1045- git: Implement Merge function with initial
FastForwardMergesupport by@pjbgfin go-git/go-git#1044- plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by
@onee-onlyin go-git/go-git#1036- plumbing: no panic in printStats function. Fixes #177 by
@nodivbyzeroin go-git/go-git#971- plumbing: object, Optimize logging with file. by
@onee-onlyin go-git/go-git#1046- plumbing: object, check legitimacy in (*Tree).Encode by
@niukuoin go-git/go-git#967- plumbing: format/gitattributes, close file in ReadAttributesFile by
@prskrin go-git/go-git#1018- plumbing: check setAuth error. Fixes #185 by
@nodivbyzeroin go-git/go-git#969- plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by
@Jerry-yzin go-git/go-git#987- utils: merkletrie, calculate filesystem node's hash lazily. by
@candid82in go-git/go-git#825- utils: update comment in node.go's Hash() by
@codablockin go-git/go-git#992- _example: fix 404 link and added ssh-agent clone link by
@grinish21in go-git/go-git#1022- _example: checkout-branch example by
@dlambdain go-git/go-git#446- _example: example for git clone using ssh-agent by
@pjbgfin go-git/go-git#998New Contributors
@candid82made their first contribution in go-git/go-git#825@codablockmade their first contribution in go-git/go-git#992@Jerry-yzmade their first contribution in go-git/go-git#987@wlynchmade their first contribution in go-git/go-git#996@moranCohen26made their first contribution in go-git/go-git#994@grinish21made their first contribution in go-git/go-git#1022@prskrmade their first contribution in go-git/go-git#1018@dlambdamade their first contribution in go-git/go-git#446@juliensmade their first contribution in go-git/go-git#366@onee-onlymade their first contribution in go-git/go-git#1036@tim775made their first contribution in go-git/go-git#1042@niukuomade their first contribution in go-git/go-git#967@avoidalonemade their first contribution in go-git/go-git#1047Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0
302ddde
Merge pull request #1060
from go-git/dependabot/go_modules/github.com/gliderl...6bba34d
build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36
Merge pull request #937
from matejrisek/feature/rename-short-fields7959a42
Merge pull request #1052
from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7
build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6f
Merge pull request #1048
from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047
from avoidalone/mastere6c3e58
Merge pull request #1044
from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971
from nodivbyzero/fix-177-diff-print-file-statsSourced from github.com/sasha-s/go-deadlock's releases.
v0.3.3
What's Changed
- Add missing sync.NewCond wrapper by
@ncwin sasha-s/go-deadlock#22- fixed the comment of Opts.DeadlockTimeout in deadlock.go by
@h3n4lin sasha-s/go-deadlock#23- deadlock: Add TryLock wrappers by
@jrajahalmein sasha-s/go-deadlock#30- Reuse timers with sync.Pool by
@millfortin sasha-s/go-deadlock#31New Contributors
@ncwmade their first contribution in sasha-s/go-deadlock#22@h3n4lmade their first contribution in sasha-s/go-deadlock#23@jrajahalmemade their first contribution in sasha-s/go-deadlock#30@millfortmade their first contribution in sasha-s/go-deadlock#31Full Changelog: https://github.com/sasha-s/go-deadlock/compare/v0.3.1...v0.3.3
464d343
update github workflows to test on go 1.23564b73d
update goided6f7f6
Reuse timers with sync.Pool (#31)20e556a
deadlock: Add TryLock wrappers (#30)5afde13
fixed the comment of Opts.DeadlockTimeout in deadlock.go (#23)f58e139
Add missing sync.NewCond wrapper (#22)4a6d8f3
Create go.ymle8cdaa4
update go versions in CI1182f78
Update Readme.md82c26c5
migrate to travis-ci.comSourced from github.com/lib/pq's releases.
v1.10.9
- Fixes backwards incompat bug with 1.13.
- Fixes pgpass issue
2a217b9
add version check for go 1.15 (#1123)d8d93a3
fix handle pgpass (#1120)c10fcfe
remove stray debugging code96e73eb
conn: Implement driver.Validator, SessionResetter for cancelation922c00e
Update codeql-analysis.ymla2a3173
Update test.yml3a6282f
Reduced the complexity of handlePgpass (#1101)133ac67
Improved the performance of CopyIn and CopyInSchema and added
BufferQuoteIden...Sourced from github.com/prometheus/common's releases.
v0.59.1
What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by
@fedetorres93in prometheus/common#691Full Changelog: https://github.com/prometheus/common/compare/v0.59.0...v0.59.1
v0.59.0
What's Changed
- expfmt: Add WithEscapingScheme to help construct Formats by
@ywwgin prometheus/common#688- Change the default escape method to UnderscoreEscaping by
@ywwgin prometheus/common#690Full Changelog: https://github.com/prometheus/common/compare/v0.58.0...v0.59.0
v0.58.0
What's Changed
- docs: mention new promslog package in package list in README by
@tjhopin prometheus/common#683- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by
@dependabotin prometheus/common#684- Bump golang.org/x/net from 0.27.0 to 0.28.0 by
@dependabotin prometheus/common#685- Remove secret file existence check in Validate for headers by
@roidelapluiein prometheus/common#687Full Changelog: https://github.com/prometheus/common/compare/v0.57.0...v0.58.0
be8a747
fix(utf8): Fix multiple metric name inside braces validation (#691)bf4843e
Merge pull request #690
from ywwg/owilliams/default-escaping01da226
Change the default escape method to UnderscoreEscaping4f8e8f4
expfmt: Add WithEscapingScheme to help construct Formats (#688)b1880d0
Merge pull request #687
from roidelapluie/checkheader334963d
Change the logic for SetDirectoryd64a747
Remove secret file existence check in Validate for headers06c2425
Bump golang.org/x/net from 0.27.0 to 0.28.0 (#685)4606c0a
Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#684)d98411b
Merge pull request #683
from tjhop/docs/promslog-READMESourced from github.com/adlio/schema's releases.
v1.3.6
What's Changed
- Bump golang.org/x/net from 0.10.0 to 0.23.0 by
@dependabotin adlio/schema#30Full Changelog: https://github.com/adlio/schema/compare/v1.3.5...v1.3.6
v1.3.5
What's Changed
- Fix embedded migrations example by
@kalafutin adlio/schema#24- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by
@dependabotin adlio/schema#27- Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by
@dependabotin adlio/schema#26- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by
@dependabotin adlio/schema#28- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by
@dependabotin adlio/schema#29Full Changelog: https://github.com/adlio/schema/compare/v1.3.4...v1.3.5
v1.3.4
What's Changed
- Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0 by
@dependabotin adlio/schema#18- Update golangci-lint by
@adlioin adlio/schema#22- Bump golang.org/x/crypto from 0.0.0-20201016220609-9e8e0b390897 to 0.1.0 by
@dependabotin adlio/schema#19- Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible by
@dependabotin adlio/schema#21- Bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 by
@dependabotin adlio/schema#20Full Changelog: https://github.com/adlio/schema/compare/v1.3.3...v1.3.4
3dd37bb
Merge pull request #30 from
adlio/dependabot/go_modules/golang.org/x/net-0.23.0898b2da
Bump golang.org/x/net from 0.10.0 to 0.23.03d4bda6
Merge pull request #29 from
adlio/dependabot/go_modules/github.com/docker/doc...6cab430
Merge pull request #28 from
adlio/dependabot/go_modules/github.com/opencontai...60e7bc5
Bump github.com/docker/docker1084587
Bump github.com/opencontainers/runc from 1.1.5 to 1.1.121b012c9
Merge pull request #26 from
adlio/dependabot/go_modules/github.com/docker/doc...2330eec
Merge pull request #27 from
adlio/dependabot/go_modules/golang.org/x/crypto-0...99d0e6c
Adjust CircleCI config64f5676
Bump golang.org/x/crypto from 0.1.0 to 0.17.0Sourced from github.com/go-kit/kit's releases.
v0.13.0
Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.
What's Changed
- Remove unused code by
@sashamelentyevin go-kit/kit#1188- Use errors.Is for error handling by
@sashamelentyevin go-kit/kit#1187- Fix docs by
@sashamelentyevin go-kit/kit#1198- Refactor metrics/cloudwatch by
@sina-develin go-kit/kit#1202- README: add chaseSpace/kit, closes #1027 by
@peterbourgonin go-kit/kit#1052- feat: move from
streadway/amqptorabbitmq-amqp091-goby@Juneezeein go-kit/kit#1210- feat(http): make interceptingWriter reimplement common interfaces by
@Reasnoin go-kit/kit#1212- Fixes Framework Beego URL by
@vpereira01in go-kit/kit#1219- Fixed instancer loop logic that was causing Consul to get spammed by
@jkratz55in go-kit/kit#1215- go.mod | go.sum: update dependencies for prometheus client_golang by
@vcruzmjin go-kit/kit#1225- ci: add go 1.18 by
@sashamelentyevin go-kit/kit#1233- Update README.md by
@cxtruong70in go-kit/kit#1239- ci: add go 1.19 by
@sashamelentyevin go-kit/kit#1245- go.mod | go.sum: Update nats-io/jwt/v2 & nats-io/nats-server/v2 dependencies to fix CVE-2021-3127 & CVE-2022-24450 by
@denopinkin go-kit/kit#1237- Update link pointing to protobuf generator by
@sagikazarmarkin go-kit/kit#1248- Update github.com/hashicorp/serf and github.com/hashicorp/consul/api to fix CVE-2019-19794 by
@francogellerin go-kit/kit#1250- Replace microgen with the maintained fork by
@ShayNehmad-RecoLabsin go-kit/kit#1254- Remove dead link to code generator from README by
@heymatthewin go-kit/kit#1256- README: update codegen link to truss by
@matthewhartstongein go-kit/kit#1262New Contributors
@sashamelentyevmade their first contribution in go-kit/kit#1188@sina-develmade their first contribution in go-kit/kit#1202@Juneezeemade their first contribution in go-kit/kit#1210@Reasnomade their first contribution in go-kit/kit#1212@vpereira01made their first contribution in go-kit/kit#1219@jkratz55made their first contribution in go-kit/kit#1215@vcruzmjmade their first contribution in go-kit/kit#1225@cxtruong70made their first contribution in go-kit/kit#1239@denopinkmade their first contribution in go-kit/kit#1237@francogellermade their first contribution in go-kit/kit#1250@ShayNehmad-RecoLabsmade their first contribution in go-kit/kit#1254@heymatthewmade their first contribution in go-kit/kit#1256@matthewhartstongemade their first contribution in go-kit/kit#1262Full Changelog: https://github.com/go-kit/kit/compare/v0.12.0...v0.13.0
dfe43fa
README: update codegen link to truss (#1262)7f14cb4
Remove dead link to code generator from README (#1256)e923d5d
Replace microgen with the maintained fork (#1254)a7ba4fa
Update github.com/hashicorp/serf and github.com/hashicorp/consul/api (#1250)04090c3
Update link pointing to protobuf generator (#1248)62c81a0
Update nats-io/jwt/v2 & nats-io/nats-server/v2 dependencies to fix
CVE-2021-3...0cd2b27
Merge pull request #1245 from
sashamelentyev/patch-135bf401
ci: add go 1.1950c3826
Update README.md (#1239)44ed829
ci: add go 1.18 (#1233)Sourced from github.com/prometheus/client_golang's releases.
v1.20.4
- [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
v1.20.3
- [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
v1.20.2
- [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
Sourced from github.com/prometheus/client_golang's changelog.
Unreleased
- [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623
1.20.3 / 2024-09-05
- [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
1.20.2 / 2024-08-23
- [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596
05fcde9
Merge pull request #1623
from krajorama/data-race-in-histogram-write209f4c0
Add changelog1e398cc
native histogram: Fix race between Write and addExemplaref2f87e
Merge pull request #1620
from prometheus/arthursens/prepare-1.20.3937ac63
Add changelog entry for 1.20.36e9914d
Merge pull request #1608
from krajorama/index-out-of-range-native-histogram-e...d6b8c89
Update comments with more explanations504566f
Use simplified solution from #1609
for the data racedc8e9a4
fix: native histogram: Simplify and fix addExemplardc819ce
Use a trivial solution to #1605Sourced from google.golang.org/grpc's releases.
Release 1.67.0
Bug Fixes
- ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#7364)
- Special Thanks:
@atollenaBehavior Changes
- In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable
GRPC_ENFORCE_ALPN_ENABLEDtofalse(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)Release 1.66.2
Dependencies
- Remove unintentional dependency on the
testingpackage (#7579)- Remove unintentional dependency on the
flatepackage (#7595)
- Special Thanks:
@ash2kBug Fixes
6f50403
Change version to 1.67.0 (#7604)3c3a025
mem: replace flate.Reader reference (#7595)
(#7637)3ffb98b
.*: fix revive lints redefines-builtin-id (#7552)5666049
vet: enforce revive linter (#7589)c6ad07f
protoc: regenerate protos (#7590)70f19ee
credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (#7535)92111dc
xds: keep ads flow control local to xdsclient/transport package (#7578)535bdce
estats: remove dependency on testing package (#7579)0f03c74
.*: fix revive lint issues unused-parameter (#7580)6147c81
stats/opentelemetry: Optimize slice allocations (#7525)Sourced from bufbuild/buf-setup-action's releases.
v1.44.0
Release v1.44.0
v1.43.0
Release v1.43.0
e7628ee
Release v1.44.0 (#227)62ee926
Release v1.43.0 (#226)Sourced from docker/build-push-action's releases.
v6.9.0
- Bump
@docker/actions-toolkitfrom 0.38.0 to 0.39.0 in docker/build-push-action#1234- Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232
Full Changelog: https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.0
4f58ea7
Merge pull request #1234
from docker/dependabot/npm_and_yarn/docker/actions-t...49b5ea6
chore: update generated content13c9fdd
chore(deps): Bump @docker/actions-toolkit from 0.38.0 to
0.39.0e44afff
Merge pull request #1232
from docker/dependabot/npm_and_yarn/path-to-regexp-6...67ebad3
chore(deps): Bump path-to-regexp from 6.2.2 to 6.3.0Sourced from docker/setup-buildx-action's releases.
v3.7.1
- Switch back to
uuidpackage by@crazy-maxin docker/setup-buildx-action#369Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.7.0...v3.7.1
v3.7.0
- Always set
buildkitd-flagsif opt-in by@crazy-maxin docker/setup-buildx-action#363- Remove
uuidpackage and switch tocryptoby@crazy-maxin docker/setup-buildx-action#366- Bump
@docker/actions-toolkitfrom 0.35.0 to 0.39.0 in docker/setup-buildx-action#362- Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/setup-buildx-action#354
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.6.1...v3.7.0
c47758b
Merge pull request #369
from crazy-max/revert-crypto8fea382
chore: update generated content2874e98
switch back to uuid package8026d2b
Merge pull request #362
from docker/dependabot/npm_and_yarn/docker/actions-to...e51aab5
chore: update generated contentfd7390e
build(deps): bump @docker/actions-toolkit from 0.35.0 to
0.39.0910a304
Merge pull request #366
from crazy-max/remove-uuid3623ee4
chore: update generated contente0e5ecf
remove uuid package and switch to crypto5334dd0
Merge pull request #363
from crazy-max/set-buildkitd-flags-optinSourced from github.com/prometheus/client_golang's releases.
v1.20.5 / 2024-10-15
We decided to revert the
testutilchange that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutilpackage/module with more flexible and safer APIs.Thanks to
@dashpole@dgrisonnet@kakkoyun@ArthurSens@vesari@logicalhan@krajorama@bwplotkawho helped in this patch release! 🤗Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
Sourced from github.com/prometheus/client_golang's changelog.
1.20.5 / 2024-10-15
- [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.
adef4cc
go.mod: update golang.org/x dependenciesa0819fb
sha3: fix cSHAKE initialization for extremely large N and or S42ee18b
ssh: return ServerAuthError after too many auth failures9e92970
bn256: add missing symbols in comment08d8572
secp256k1: Prepare v4.3.0.fe9a28c
secp256k1: No allocs in slow scalar base mult path.2104419
wire: Fix typo in comment.b9d8d49
wire: add p2p mixing messages25adf60
secp256k1: Add scalar base mult variant benchmarks.2ee2ebe
secp256k1: Add TinyGo support.c6322d5
docker: Update image to golang:1.22.1-alpine3.19.20dedca
server: Update required minimum protocol version.eb3de8e
docs: Update README.md to required Go 1.21/1.22.fedbaf9
build: Test against Go 1.22.Sourced from github.com/prometheus/common's releases.
v0.60.1
What's Changed
- promslog: Only log basename, not full path by
@roidelapluiein prometheus/common#705- Reload certificates even when no CA is used by
@roidelapluiein prometheus/common#707- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#701Full Changelog: https://github.com/prometheus/common/compare/v0.60.0...v0.60.1
v0.60.0
What's Changed
- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#692- slog: expose io.Writer by
@jkroepkein prometheus/common#694- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#695- promslog: use UTC timestamps for go-kit log style by
@dswarbrickin prometheus/common#696- feat: add
promslog.NewNopLogger()convenience func by@tjhopin prometheus/common#697- Bump golang.org/x/net from 0.28.0 to 0.29.0 by
@dependabotin prometheus/common#699- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by
@dependabotin prometheus/common#698- Update supported Go versions by
@SuperQin prometheus/common#700Full Changelog: https://github.com/prometheus/common/compare/v0.59.1...v0.60.0
653e0fa
Update common Prometheus files (#701)0d2e2e5
Reload certificates even when no CA is used (#707)a9d2e3f
Merge pull request #705
from roidelapluie/sourcefilefdc50c7
promslog: Only log basename, not full pathdae848d
Update supported Go versions (#700)63ff77e
Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#698)b7aa68c
Bump golang.org/x/net from 0.28.0 to 0.29.0 (#699)4e3a6fd
feat: add promslog.NewNopLogger() convenience func (#697)d66e745
promslog: use UTC timestamps for go-kit log style (#696)14bac55
Merge pull request #695
from prometheus/repo_sync6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on DarwinSourced from bufbuild/buf-setup-action's releases.
v1.47.2
Release v1.47.2
v1.47.1
Release v1.47.1
v1.47.0
Release v1.47.0
Sourced from google.golang.org/grpc's releases.
Release 1.68.0
Known Issues
- The recently added
grpc.NewClientfunction is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction ofNewClient. A fix is expected to be a part of grpc-go v1.70. (#7556)
Behavior Changes
- stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#7740)
- orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#7663)
- client:
ClientConn.Close()now closes transports simultaneously and waits for transports to be closed before returning. (#7666)- credentials: TLS credentials created via
NewTLSthat usetls.Config.GetConfigForClientwill now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClientoption. (#7709)Bug Fixes
- transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#7662)
- mem: reuse buffers more accurately by using slice capacity instead of length (#7702)
- Special Thanks:
@PapaCharlie- status: Fix regression caused by #6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#7724)
Dependencies
- Bump minimum supported Go version to
go1.22.7. (#7624)
acba4d3
Change version to 1.68.0 (#7743)5363dca
credentials: Apply defaults to TLS configs provided through
GetConfigForClien...056dc64
status: Fix status incompatibility introduced by #6919
and move non-regenerat...b79fb61
mem: use slice capacity instead of length, to determine whether to pool
buffe...54841ef
stats/opentelemetry/csm: Get mesh_id local label from
"CSM_MESH_ID" environme...ad81c20
pickfirstleaf: minor simplification to reconcileSubConnsLocked method
(#7731)b850ea5
transport : wait for goroutines to exit before transport closes (#7666)00b9e14
pickfirst: New pick first policy for dualstack (#7498)18a4eac
testutils: add couple of log statements to the restartable listener type
(#7716)fdc2ec2
xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)Sourced from docker/build-push-action's releases.
v6.10.0
- Add
callinput to set method for evaluating build by@crazy-maxin docker/build-push-action#1265- Bump
@actions/corefrom 1.10.1 to 1.11.1 in docker/build-push-action#1238- Bump
@docker/actions-toolkitfrom 0.39.0 to 0.46.0 in docker/build-push-action#1268- Bump cross-spawn from 7.0.3 to 7.0.6 in docker/build-push-action#1261
Full Changelog: https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0
48aba3b
Merge pull request #1268
from docker/dependabot/npm_and_yarn/docker/actions-t...678328c
chore: update generated contentcdf0a37
chore(deps): Bump @docker/actions-toolkit from 0.39.0 to
0.46.0d719b79
Merge pull request #1238
from docker/dependabot/npm_and_yarn/actions/core-1.11.1c333dfd
chore: update generated content6b56a4c
chore(deps): Bump @actions/core from 1.10.1 to 1.11.192fb0d7
Merge pull request #1259
from docker/dependabot/github_actions/codecov/codeco...40532c5
ci: fix deprecated input for codecov-action70dd953
Merge pull request #1267
from crazy-max/fix-allow41b4e80
Merge pull request #1261
from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6151027e
README: don't recommend go get334afa0
go.mod: update golang.org/x dependenciesd7f220d
quic: add LocalAddr and RemoteAddr to quic.Conn858db1a
http2: surface errors occurring very early in a client conn's
lifetime0aa844c
http2: support unencrypted HTTP/2 handoff from net/httpf35fec9
http2: detect hung client connections by confirming stream resetse883dae
README: don't recommend go get511cc3a
html: add Node.{Ancestors,ChildNodes,Descendants}()4783315
http2: limit 1xx based on size, do not limit when delivered5716b98
internal/socket: execute gofmt42b1186
http2: support ResponseController.EnableFullDuplexSourced from github.com/Masterminds/semver/v3's releases.
v3.3.1
What's Changed
- Fix for allowing some version that were invalid by
@mattfarinain Masterminds/semver#253Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1
1558ca3
Merge pull request #253
from mattfarina/fix-bad-versions252dd61
Fix for allowing some version that were invalidSourced from github.com/stretchr/testify's releases.
v1.10.0
What's Changed
Functional Changes
- Add PanicAssertionFunc by
@fahimbagarin stretchr/testify#1337- assert: deprecate CompareType by
@dolmenin stretchr/testify#1566- assert: make YAML dependency pluggable via build tags by
@dolmenin stretchr/testify#1579- assert: new assertion NotElementsMatch by
@hendrywirantoin stretchr/testify#1600- mock: in order mock calls by
@ReyOrtizin stretchr/testify#1637- Add assertion for NotErrorAs by
@palsivertsenin stretchr/testify#1129- Record Return Arguments of a Call by
@jayd3ein stretchr/testify#1636- assert.EqualExportedValues: accepts everything by
@redachlin stretchr/testify#1586Fixes
- assert: make tHelper a type alias by
@dolmenin stretchr/testify#1562- Do not get argument again unnecessarily in Arguments.Error() by
@TomWrightin stretchr/testify#820- Fix time.Time compare by
@myxoin stretchr/testify#1582- assert.Regexp: handle []byte array properly by
@kevinburkesegmentin stretchr/testify#1587- assert: collect.FailNow() should not panic by
@marshall-leein stretchr/testify#1481- mock: simplify implementation of FunctionalOptions by
@dolmenin stretchr/testify#1571- mock: caller information for unexpected method call by
@spirinin stretchr/testify#1644- suite: fix test failures by
@stevenhin stretchr/testify#1421- Fix issue #1662 (comparing infs should fail) by
@ybrustinin stretchr/testify#1663- NotSame should fail if args are not pointers #1661 by
@sikehishin stretchr/testify#1664- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by
@sikehishin stretchr/testify#1667- fix: compare functional option names for indirect calls by
@arjun-1in stretchr/testify#1626Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by
@dolmenin stretchr/testify#1565- mock: improve doc by
@dolmenin stretchr/testify#1570- mock: fix FunctionalOptions docs by
@sniryein stretchr/testify#1433- README: link out to the excellent testifylint by
@brackendawsonin stretchr/testify#1568- assert: fix typo in comment by
@JohnEndsonin stretchr/testify#1580- Correct the EventuallyWithT and EventuallyWithTf example by
@JonCrowtherin stretchr/testify#1588- CI: bump softprops/action-gh-release from 1 to 2 by
@dependabotin stretchr/testify#1575- mock: document more alternatives to deprecated AnythingOfTypeArgument by
@dolmenin stretchr/testify#1569- assert: Correctly document EqualValues behavior by
@brackendawsonin stretchr/testify#1593- fix: grammar in godoc by
@miparnisariin stretchr/testify#1607- .github/workflows: Run tests for Go 1.22 by
@HaraldNordgrenin stretchr/testify#1629- Document suite's lack of support for t.Parallel by
@brackendawsonin stretchr/testify#1645- assert: fix typos in comments by
@alexandearin stretchr/testify#1650- mock: fix doc comment for NotBefore by
@alexandearin stretchr/testify#1651- Generate better comments for require package by
@Neokilin stretchr/testify#1610- README: replace Testify V2 notice with
@dolmen's V2 manifesto by@hendrywirantoin stretchr/testify#1518New Contributors
@fahimbagarmade their first contribution in stretchr/testify#1337@TomWrightmade their first contribution in stretchr/testify#820@sniryemade their first contribution in stretchr/testify#1433@myxomade their first contribution in stretchr/testify#1582@JohnEndsonmade their first contribution in stretchr/testify#1580
... (truncated)
89cbdd9
Merge pull request #1626
from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667
from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in
CI118fb83
NotSame should fail if args are not pointers #1661
(#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663
from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518
from hendrywiranto/adjust-readme-remove-v2Sourced from docker/setup-buildx-action's releases.
v3.8.0
- Make cloud prefix optional to download buildx if driver is cloud by
@crazy-maxin docker/setup-buildx-action#390- Bump
@actions/corefrom 1.10.1 to 1.11.1 in docker/setup-buildx-action#370- Bump
@docker/actions-toolkitfrom 0.39.0 to 0.48.0 in docker/setup-buildx-action#389- Bump cross-spawn from 7.0.3 to 7.0.6 in docker/setup-buildx-action#382
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0
6524bf6
Merge pull request #390
from crazy-max/buildx-cloud-latest8d5e074
chore: update generated content7199e57
make cloud prefix optional to download buildx if driver is clouddb63cee
Merge pull request #381
from docker/dependabot/github_actions/codecov/codecov...043ebe1
Merge pull request #389
from docker/dependabot/npm_and_yarn/docker/actions-to...686da90
chore: update generated contenta3d7487
Merge pull request #382
from docker/dependabot/npm_and_yarn/cross-spawn-7.0.64dcdbce
build(deps): bump @docker/actions-toolkit from 0.39.0 to
0.48.01a8ac74
ci: fix deprecated input for codecov-actione827ebe
build(deps): bump cross-spawn from 7.0.3 to 7.0.61115d0a
Release v1.48.0 (#233)480b44a
Release v1.49.0 (#236)2ff90c6
Update license year range (#235)Sourced from docker/build-push-action's releases.
v6.11.0
- Handlebar
defaultContextsupport forbuild-contextsinput by@crazy-maxin docker/build-push-action#1283- Bump
@docker/actions-toolkitfrom 0.46.0 to 0.49.0 in docker/build-push-action#1281Full Changelog: https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0
b32b51a
Merge pull request #1281
from docker/dependabot/npm_and_yarn/docker/actions-t...594bf46
Merge pull request #1294
from crazy-max/fix-e2efd37bd5
ci(e2e): fix setup docker confige6478a2
chore: update generated content78785bd
chore(deps): Bump @docker/actions-toolkit from 0.46.0 to
0.49.0128779f
Merge pull request #1283
from crazy-max/named-context-handlebars7e09459
Merge pull request #1282
from crazy-max/remove-buildkit-556132ee877
Revert "init buildkit-5561 workflow"d1a4129
chore: update generated content49c623e
handlebar defaultContext support for build-contexts inputa47c93e
Release v1.50.0 (#238)Sourced from docker/build-push-action's releases.
v6.12.0
- Bump
@docker/actions-toolkitfrom 0.49.0 to 0.51.0 in docker/build-push-action#1300Full Changelog: https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0
67a2d40
Merge pull request #1300
from docker/dependabot/npm_and_yarn/docker/actions-t...0b1b1c9
chore: update generated contentb6a7c2c
chore(deps): Bump @docker/actions-toolkit from 0.49.0 to
0.51.031ca4e5
Merge pull request #1296
from crazy-max/bake-v6e613db9
update bake-action to v6Sourced from github.com/go-git/go-git/v5's releases.
v5.13.0
What's Changed
- build: bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 in /cli/go-git by
@dependabotin go-git/go-git#1065- build: bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabotin go-git/go-git#1068- build: bump golang.org/x/net from 0.23.0 to 0.24.0 by
@dependabotin go-git/go-git#1071- Properly support skipping of non-mandatory extensions by
@codablockin go-git/go-git#1066- git: Refine some codes in test and non-test. by
@onee-onlyin go-git/go-git#1077- plumbing: protocol/packp, client-side filter capability support by
@edigaryevin go-git/go-git#1000- build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-git by
@dependabotin go-git/go-git#1078- plumbing: fix sideband demux on flush by
@aymanbagabasin go-git/go-git#1084- storage: dotgit, head reference usually comes first by
@aymanbagabasin go-git/go-git#1085- build: bump golang.org/x/text from 0.14.0 to 0.15.0 by
@dependabotin go-git/go-git#1091- build: bump golang.org/x/crypto from 0.22.0 to 0.23.0 by
@dependabotin go-git/go-git#1094- build: bump golang.org/x/net from 0.24.0 to 0.25.0 by
@dependabotin go-git/go-git#1093- git: Added an example for Repository.Branches by
@johnmatthigginsin go-git/go-git#1088- git: worktree_commit, Modify checking empty commit. Fixes #723 by
@onee-onlyin go-git/go-git#1050- plumbing: transport/http, Wrap http errors to return reason. Fixes #1097 by
@ggambettiin go-git/go-git#1100- build: bump golang.org/x/sys from 0.20.0 to 0.21.0 by
@dependabotin go-git/go-git#1106- build: bump golang.org/x/text from 0.15.0 to 0.16.0 by
@dependabotin go-git/go-git#1107- Bumps Go versions and go-billy by
@pjbgfin go-git/go-git#1056- _examples: Fixed a dead link COMPATIBILITY.md by
@gecko655in go-git/go-git#1109- build: bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in /cli/go-git by
@dependabotin go-git/go-git#1115- build: bump github.com/elazarl/goproxy from v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb by
@hbelmiroin go-git/go-git#1124- build: bump golang.org/x/net from 0.25.0 to 0.26.0 by
@dependabotin go-git/go-git#1104- Add option approximating
git clean -xflag. by@msuozzoin go-git/go-git#995- Revert "Add option approximating
git clean -xflag." by@pjbgfin go-git/go-git#1129- Fix reference updated concurrently error for the filesystem storer by
@Javier-varezin go-git/go-git#1116- build: bump golang.org/x/net from 0.26.0 to 0.27.0 by
@dependabotin go-git/go-git#1134- utils: merkletrie, Align error message with upstream by
@pjbgfin go-git/go-git#1142- plumbing: transport/file, Change paths to absolute by
@pjbgfin go-git/go-git#1141- plumbing: gitignore, Fix loading of ignored .gitignore files. by
@Achilleshielin go-git/go-git#1114- build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0 by
@dependabotin go-git/go-git#1147- plumbing: transport/ssh, Add support for SSH
@cert-authority. by@Javier-varezin go-git/go-git#1157- build: run example tests during CI workflow by
@crazybolilloin go-git/go-git#1030- storage: filesystem, Fix object cache not working due to uninitialised objects being put into cache by
@SatelliteMindin go-git/go-git#1138- git: Fix fetching missing commits by
@AriehSchneierin go-git/go-git#1032- plumbing: format/packfile, remove duplicate checks in findMatch() by
@edigaryevin go-git/go-git#1152- git: worktree, Fix file reported as
Untrackedwhile it is committed by@rodrigocamin go-git/go-git#1023- build: bump golang.org/x/sys from 0.22.0 to 0.23.0 by
@dependabotin go-git/go-git#1160- plumbing: filemode, Remove check for setting size of .git/index file by
@nicholasSUSEin go-git/go-git#1159- build: bump golang.org/x/net from 0.27.0 to 0.28.0 by
@dependabotin go-git/go-git#1163- Fix some lint warning and increase stalebot to 180 days by
@pjbgfin go-git/go-git#1128- adjust path extracted from file: url on Windows by
@tomqwplin go-git/go-git#416- build: bump golang.org/x/sys from 0.23.0 to 0.24.0 by
@dependabotin go-git/go-git#1164- Add RestoreStaged to Worktree that mimics the behaviour of git restore --staged ... by
@ben-tbotlabsin go-git/go-git#493- plumbing: signature, support the same x509 signature formats as git by
@yoavamitin go-git/go-git#1169- fix: allow discovery of non bare repos in fsLoader by
@jakobmoellerdevin go-git/go-git#1170- build: bump golang.org/x/sys from 0.24.0 to 0.25.0 by
@dependabotin go-git/go-git#1178- build: bump golang.org/x/text from 0.17.0 to 0.18.0 by
@dependabotin go-git/go-git#1179- build: bump golang.org/x/net from 0.28.0 to 0.29.0 by
@dependabotin go-git/go-git#1184
... (truncated)
94bd4af
Merge pull request #1261
from BeChris/issue6808b7f5ba
Merge pull request #1262
from go-git/dependabot/go_modules/github.com/elazarl...41d80a0
build: bump github.com/elazarl/goproxy4998140
git: worktree_commit, sanitize author and commiter name and email before
crea...9049625
Merge pull request #1260
from go-git/dependabot/github_actions/github/codeql-...dae48b4
build: bump github/codeql-action from 3.27.9 to 3.28.07d6fbc2
Merge pull request #1220
from BeChris/accept_uppercase_hexa_in_pktline_length62a77b7
plumbing: Fix invalid reference name error while cloning branches
containing ...5e11196
plumbing: format/pktline, accept upercase hexadecimal value as pktline
length...65f5e1a
Merge pull request #1256
from go-git/dependabot/go_modules/golang-org-232a611e2d913fb63
singleflight: fix typo in singleflight_test.goSourced from google.golang.org/grpc's releases.
Release 1.69.2
Bug Fixes
- stats/experimental: add type aliases for symbols (
Metrics/etc) that were moved to the stats package (#7929).- client: set user-agent string to the correct version.
Release 1.69.0
Known Issues
- The recently added
grpc.NewClientfunction is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)New Features
- stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#7874)
- xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#7701)
- dns: Add support for link local IPv6 addresses (#7889)
- The new experimental
pickfirstLB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimentalpickfirstpolicy can be enabled by setting the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtotrue. (#7725, #7742)- balancer/pickfirst: Emit metrics from the
pick_firstload balancing policy (#7839)- grpc: export
MethodHandler, which is the type of an already-exported field inMethodDesc(#7796)
- Special Thanks:
@mohdjishinBug Fixes
- credentials/google: set scope for application default credentials (#7887)
- Special Thanks:
@halvards- xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#7851, #7853)
- examples: fix the debugging example, which was broken by a recent change (#7833)
Behavior Changes
- client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#7869)
- Special Thanks:
@isgj- balancer/weightedroundrobin: use the
pick_firstLB policy to manage connections (#7826)API Changes
- balancer: An internal method is added to the
balancer.SubConninterface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)Performance Improvements
- mem: implement a
ReadAll()method for more efficientio.Readerconsumption (#7653)
- Special Thanks:
@ash2k- mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#7702)
- Special Thanks:
@PapaCharlieDocumentation
- examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#7875)
Release 1.68.2
Dependencies
... (truncated)
b615b35
Change version to 1.69.2 (#7947)6b36a3e
experimental/stats: re-add type aliases for migration (#7929)
(#7941)4535c6d
Change version to 1.69.2-dev (#7928)b6e7c72
examples/features/csm_observability: Make CSM Observability example
server li...9355fbc
Change version to 1.69.1 (#7927)927a1e1
Change version to 1.69.1-dev (#7902)97d633a
Change version to 1.69.0 (#7901)317271b
pickfirst: Register a health listener when used as a leaf policy (#7832)5565631
balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (#7879)634497b
test: Split import paths for generated message and service code (#7891)Sourced from github.com/prometheus/common's releases.
v0.61.0
What's Changed
- Mark sigv4 deprecated by
@SuperQin prometheus/common#715- Provide a way to get UserAgent by
@mmorel-35in prometheus/common#716- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#714- Bump golang.org/x/net from 0.29.0 to 0.30.0 by
@dependabotin prometheus/common#712- chore: enable perfsprint linter by
@mmorel-35in prometheus/common#717- chore: use testify instead of testing.Fatal by
@mmorel-35in prometheus/common#718- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by
@dependabotin prometheus/common#711- setup dependabot for
github.com/prometheus/common/assetsby@mmorel-35in prometheus/common#719- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#721- Mark promlog deprecated by
@SuperQin prometheus/common#720- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#722- Allow custom user-agent definition by
@mmorel-35in prometheus/common#725- fix: values escaping bugs by
@ywwgin prometheus/common#727- fix(promslog): always use UTC for time by
@tjhopin prometheus/common#735- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets by
@dependabotin prometheus/common#729- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by
@dependabotin prometheus/common#730- promslog: always lowercase log level from CLI by
@jkroepkein prometheus/common#728- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#726- Bump golang.org/x/net from 0.30.0 to 0.32.0 by
@dependabotin prometheus/common#736- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
@dependabotin prometheus/common#731- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by
@dependabotin prometheus/common#732Full Changelog: https://github.com/prometheus/common/compare/v0.60.1...v0.61.0
7b484e9
Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#732)05e3c40
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#731)a0ef737
Bump golang.org/x/net from 0.30.0 to 0.32.0 (#736)f99f029
Update common Prometheus files (#726)b88f24c
promslog: always lowercase log level from CLI (#728)2c3c048
Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#730)ec7291f
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets (#729)145b50a
fix(promslog): always use UTC for time (#735)39a62f7
fix: values escaping bugs (#727)7ed4523
Allow custom user-agent definition (#725)Sourced from google.golang.org/grpc's releases.
Release 1.69.4
Bug Fixes
- rbac: fix support for :path header matchers, which would previously never successfully match (#7965).
Documentation
- examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#7945).
Release 1.69.3 was accidentally tagged on the master branch and will be deleted. Please update to 1.69.4 instead.
8da7ed1
go.mod: update golang.org/x dependencies2124140
all: make function and struct comments match the namese9d95ba
http2: do not surface errors from a conn's idle timer expiringc2be992
quic: remember which remote connection IDs have been retiredSourced from github.com/go-git/go-git/v5's releases.
v5.13.2
What's Changed
- plumbing: use the correct user agent string. Fixes #883 by
@uragiriiin go-git/go-git#1364- build: bump golang.org/x/sys from 0.28.0 to 0.29.0 in the golang-org group by
@dependabotin go-git/go-git#1365- build: bump the golang-org group with 2 updates by
@dependabotin go-git/go-git#1367- build: bump github.com/ProtonMail/go-crypto from 1.1.3 to 1.1.4 by
@dependabotin go-git/go-git#1368- build: bump github.com/go-git/go-billy/v5 from 5.6.1 to 5.6.2 by
@dependabotin go-git/go-git#1378- build: bump github/codeql-action from 3.28.0 to 3.28.1 by
@dependabotin go-git/go-git#1376- build: bump github.com/elazarl/goproxy from 1.2.3 to 1.4.0 by
@dependabotin go-git/go-git#1377- git: worktree, fix restoring dot slash files (backported to v5). Fixes #1176 by
@BeChrisin go-git/go-git#1361- build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2 by
@dependabotin go-git/go-git#1392- git: worktree_status, fix adding dot slash files to working tree (backported to v5). Fixes #1150 by
@BeChrisin go-git/go-git#1359- build: bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5 by
@dependabotin go-git/go-git#1383Full Changelog: https://github.com/go-git/go-git/compare/v5.13.1...v5.13.2
v5.13.1
What's Changed
- build: bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 by
@dependabotin go-git/go-git#1327- build: bump github.com/elazarl/goproxy from 1.2.1 to 1.2.2 by
@dependabotin go-git/go-git#1329- build: bump github.com/elazarl/goproxy from 1.2.2 to 1.2.3 by
@dependabotin go-git/go-git#1340- Revert "plumbing: transport/ssh, Add support for SSH
@cert-authority." by@pjbgfin #1346Full Changelog: https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1
2c68247
Merge pull request #1383
from go-git/dependabot/go_modules/github.com/ProtonM...d462c2e
Merge pull request #1359
from BeChris/issue1150-v532ac23a
Merge pull request #1392
from go-git/dependabot/go_modules/github.com/pjbgf/s...93e635a
build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2b2bb975
git: worktree_status, took into account code review remarks518ac88
git: worktree_status, fix adding dot slash files to working tree
(backported ...21b3150
build: bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5189e7e4
Merge pull request #1361
from BeChris/issue1176-v5654815a
Merge pull request #1377
from go-git/dependabot/go_modules/github.com/elazarl...91dbdb9
Merge pull request #1376
from go-git/dependabot/github_actions/github/codeql-...Sourced from github.com/prometheus/common's releases.
v0.62.0
⚠️ This releases switches internal global to
UTF8ValidationfromLegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️What's Changed
- Change default validation scheme to UTF8Validation by
@ywwgin prometheus/common#724- Remove deprecated promlog package by
@SuperQin prometheus/common#738- Remove deprecated sigv4 module by
@SuperQin prometheus/common#737- update links to openmetrics to reference the v1.0.0 release by
@dashpolein prometheus/common#740- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#742- Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by
@dependabotin prometheus/common#744- Bump golang.org/x/net from 0.32.0 to 0.33.0 by
@dependabotin prometheus/common#743- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#747- http_config: Allow customizing TLS config and settings. by
@bwplotkain prometheus/common#748New Contributors
@dashpolemade their first contribution in prometheus/common#740Full Changelog: https://github.com/prometheus/common/compare/v0.61.0...v0.62.0
280b0e7
http_config: Allow customizing TLS config and settings. (#748)aea8919
Update common Prometheus files (#747)8d916fa
Bump golang.org/x/net from 0.32.0 to 0.33.0 (#743)fe88605
Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#744)5d9961d
Update common Prometheus files (#742)0a89b98
Merge pull request #740
from dashpole/update_om_linkse3926e2
update links to openmetrics to reference the v1.0.0 released88ee1f
Remove deprecated sigv4 module (#737)c3fdb17
Remove deprecated promlog package (#738)cf5f48f
Change default validation scheme to UTF8Validation (#724)Sourced from docker/build-push-action's releases.
v6.13.0
- Bump
@docker/actions-toolkitfrom 0.51.0 to 0.53.0 in docker/build-push-action#1308Full Changelog: https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0
ca877d9
Merge pull request #1308
from docker/dependabot/npm_and_yarn/docker/actions-t...d2fe919
chore: update generated contentf0fc9ec
chore(deps): Bump @docker/actions-toolkit from 0.51.0 to
0.53.0Sourced from google.golang.org/grpc's releases.
Release 1.70.0
Behavior Changes
- client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#7905)
- Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.
New Features
- xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable
GRPC_EXPERIMENTAL_XDS_FALLBACKtofalse. (#7949)- experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#7980)
- These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.
Bug Fixes
- xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#8011)
Performance
- server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#7998)
- Special Thanks:
@lqsDocumentation
- examples/features/gracefulstop: add example to demonstrate server graceful stop. (#7865)
98a0092
Change version to 1.70.0 (#7984)bf380de
Cherrypick #7998,
#8011,
#8010
into 1.70.x (#8028)54b3eb9
experimental/credentials: Add credentials that don't enforce ALPN (#7980)
(#8...62b9185
clustetresolver: Copy endpoints.Addresses slice from DNS updates to
avoid dat...724f450
examples/features/csm_observability: use helloworld client and server
instead...e8d5feb
rbac: add method name to :path in headers (#7965)e912015
cleanup: Fix usages of non-constant format strings (#7959)681334a
cleanup: replace dial with newclient (#7943)063d352
internal/resolver: introduce a new resolver to handle target URI and
proxy ad...10c7e13
outlierdetection: Support health listener for ejection updates (#7908)Sourced from docker/setup-buildx-action's releases.
v3.9.0
- Bump
@docker/actions-toolkitfrom 0.48.0 to 0.54.0 in docker/setup-buildx-action#402 docker/setup-buildx-action#404Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0
f7ce87c
Merge pull request #404
from docker/dependabot/npm_and_yarn/docker/actions-to...aa1e2a0
chore: update generated content673e008
build(deps): bump @docker/actions-toolkit from 0.53.0 to
0.54.0ba31df4
Merge pull request #402
from docker/dependabot/npm_and_yarn/docker/actions-to...5475af1
chore: update generated contentacacad9
build(deps): bump @docker/actions-toolkit from 0.48.0 to
0.53.06a25f98
Merge pull request #396
from crazy-max/bake-v6ca1af17
update bake-action to v6Sourced from docker/build-push-action's releases.
v6.14.0
- Bump
@docker/actions-toolkitfrom 0.53.0 to 0.55.0 in docker/build-push-action#1324Full Changelog: https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0
0adf995
Merge pull request #1324
from docker/dependabot/npm_and_yarn/docker/actions-t...d88cd28
chore: update generated content3d09a6b
chore(deps): Bump @docker/actions-toolkit from 0.53.0 to
0.55.0Sourced from docker/setup-buildx-action's releases.
v3.10.0
- Bump
@docker/actions-toolkitfrom 0.54.0 to 0.56.0 in docker/setup-buildx-action#408Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0
b5ca514
Merge pull request #408
from docker/dependabot/npm_and_yarn/docker/actions-to...1418a4e
chore: update generated content93acf83
build(deps): bump @docker/actions-toolkit from 0.54.0 to
0.56.0Sourced from docker/build-push-action's releases.
v6.15.0
- Bump
@docker/actions-toolkitfrom 0.55.0 to 0.56.0 in docker/build-push-action#1330Full Changelog: https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0
471d1dc
Merge pull request #1330
from docker/dependabot/npm_and_yarn/docker/actions-t...b89ff0a
chore: update generated content1e3ae3a
chore(deps): Bump @docker/actions-toolkit from 0.55.0 to
0.56.0b16f42f
Merge pull request #1325
from crazy-max/buildx-edgedc0fea5
ci: update buildx to edge and buildkit to latestfe3591b
sync/errgroup: improve documentation for semaphore limit behaviorSourced from github.com/spf13/cobra's releases.
v1.9.1
🐛 Fixes
- Fix CompletionFunc implementation by
@ccoVeillein spf13/cobra#2234- Revert "Make detection for test-binary more universal (#2173)" by
@marckhouzamin spf13/cobra#2235Full Changelog: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
v1.9.0
✨ Features
- Allow linker to perform deadcode elimination for program using Cobra by
@aarzilliin spf13/cobra#1956- Add default completion command even if there are no other sub-commands by
@marckhouzamin spf13/cobra#1559- Add CompletionWithDesc helper by
@ccoVeillein spf13/cobra#2231🐛 Fixes
- Fix deprecation comment for Command.SetOutput by
@thaJeztahin spf13/cobra#2172- Replace deprecated ioutil usage by
@nirsin spf13/cobra#2181- Fix --version help and output for plugins by
@nirsin spf13/cobra#2180- Allow to reset the templates to the default by
@marckhouzamin spf13/cobra#2229🤖 Completions
- Make Powershell completion work in constrained mode by
@lstemplingerin spf13/cobra#2196- Improve detection for flags that accept multiple values by
@thaJeztahin spf13/cobra#2210- add CompletionFunc type to help with completions by
@ccoVeillein spf13/cobra#2220- Add similar whitespace escape logic to bash v2 completions than in other completions by
@kangastain spf13/cobra#1743- Print ActiveHelp for bash along other completions by
@marckhouzamin spf13/cobra#2076- fix(completions): Complete map flags multiple times by
@gabe565in spf13/cobra#2174- fix(bash): nounset unbound file filter variable on empty extension by
@scopin spf13/cobra#2228🧪 Testing
- Test also with go 1.23 by
@nirsin spf13/cobra#2182- Make detection for test-binary more universal by
@thaJeztahin spf13/cobra#2173✍🏼 Documentation
- docs: update README.md by
@eltociearin spf13/cobra#2197- Improve site formatting by
@nirsin spf13/cobra#2183- doc: add Conduit by
@raulbin spf13/cobra#2230- doc: azion project added to the list of CLIs that use cobra by
@maxwelbmin spf13/cobra#2198- Fix broken links in active_help.md by
@vuilin spf13/cobra#2202- chore: fix function name in comment by
@zhuhaicityin spf13/cobra#2216🔧 Dependency upgrades
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by
@thaJeztahin spf13/cobra#2206- Update to latest go-md2man by
@mikelolasagastiin spf13/cobra#2201
... (truncated)
40b5bc1
Revert "Make detection for test-binary more universal (#2173)"
(#2235)a97f9fd
fix CompletionFunc implementation (#2234)5f9c408
chore: Upgrade dependencies for v1.9.0 (#2233)24ada7f
Remove the default "completion" cmd if it is alone (#1559)680936a
New logo8cb30f9
feat: add CompletionWithDesc helper (#2231)17b6dca
doc: add Conduit (#2230)ab5cadc
Allow to reset the templates to the default (#2229)4ba5566
fix(bash): nounset unbound file filter variable on empty extension (#2228)41b26ec
Print ActiveHelp for bash along other completions (#2076)df97a48
go.mod: update golang.org/x dependencies2dab271
route: treat short sockaddr lengths as unspecifiedb914489
internal/http3: refactor in prep for sharing transport/server codeebd23f8
route: fix parsing network address of length zero938a9fb
internal/http3: add request/response body transfer145b2d7
internal/http3: add RoundTrip5bda71a
internal/http3: define connection and stream error types3c1185a
internal/http3: return error on mid-frame EOFa6c2c7f
http2, internal/httpcommon: factor out common request header logic for
h2/h3c72e89d
internal/http3: QPACK encoding and decodingf98d08e
secp256k1: Prepare v4.4.0.cb51153
mixing: Prepare v0.5.0.35c5572
crypto/rand: Prepare v1.0.1.1ddfc95
mixclient: Wait for runs to finish before closing clientb77edc3
mixclient: Wait for KEs from all attempted sessions921b7c3
docs: Update README.md to required Go 1.23/1.24.bcb663b
build: Test against Go 1.24.53648fb
build: Update golangci-lint to v1.64.5.ecc32f7
certgen: Use t.TempDir in tests.a746655
build: Update to latest action versions.Sourced from github.com/prometheus/client_golang's releases.
v1.21.0 / 2025-02-19
:warning: This release contains potential breaking change if you upgrade
github.com/prometheus/commonto 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changesmodel.NameValidationSchemeglobal variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems changemodel.NameValidationSchemeto oldmodel.LegacyValidationvalue in your projectinitfunction. :warning:
- [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
- [BUGFIX] prometheus: Fix
Desc.String()method for no labels case. #1687- [PERF] prometheus: Optimize popular
prometheus.BuildFQNamefunction; now up to 30% faster. #1665- [PERF] prometheus: Optimize
Inc,AddandObservecumulative metrics; now up to 50% faster under high concurrent contention. #1661- [CHANGE] Upgrade prometheus/common to 0.62.0 which changes
model.NameValidationSchemeglobal variable. #1712- [CHANGE] Add support for Go 1.23. #1602
- [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
- [FEATURE] api: Add ability to invoke
CloseIdleConnectionson api.Client usingapi.Client.(CloseIdler).CloseIdleConnections()casting. #1513- [FEATURE] promhttp: Add
promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamplesoption to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408- [FEATURE] prometheus: Add
NewConstNativeHistogramfunction. #1654
... (truncated)
Sourced from github.com/prometheus/client_golang's changelog.
1.21.0 / 2025-02-17
:warning: This release contains potential breaking change if you upgrade
github.com/prometheus/commonto 0.62+ together with client_golang. :warning:New common version changes
model.NameValidationSchemeglobal variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems changemodel.NameValidationSchemeto oldmodel.LegacyValidationvalue in your projectinitfunction.
- [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
- [BUGFIX] prometheus: Fix
Desc.String()method for no labels case. #1687- [ENHANCEMENT] prometheus: Optimize popular
prometheus.BuildFQNamefunction; now up to 30% faster. #1665- [ENHANCEMENT] prometheus: Optimize
Inc,AddandObservecumulative metrics; now up to 50% faster under high concurrent contention. #1661- [CHANGE] Upgrade prometheus/common to 0.62.0 which changes
model.NameValidationSchemeglobal variable. #1712- [CHANGE] Add support for Go 1.23. #1602
- [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
- [FEATURE] api: Add ability to invoke
CloseIdleConnectionson api.Client usingapi.Client.(CloseIdler).CloseIdleConnections()casting. #1513- [FEATURE] promhttp: Add
promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamplesoption to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408- [FEATURE] prometheus: Add
NewConstNativeHistogramfunction. #1654
eaf03ef
Cut 1.21.0 (#1737)f1f89dc
Cut 1.21.0-rc.0 (#1718)c923f7c
Revert "ci: daggerize test and lint pipelines (#1534)"
(#1717)1bcda80
process collector: Fixed pedantic registry failures on darwin with cgo.
(#1715)038b37a
tutorials/whatsup: Updated deps (#1716)56a2431
docs: Add RELEASE.md for the release process (#1690)cbd9526
Merge pull request #1713
from prometheus/dependabot/go_modules/tutorials/what...80b5a2a
build(deps): bump golang.org/x/net in /tutorials/whatsup1a822a8
Upgrade to prometheus/common 0.62.0 with breaking change (#1712)7b39d01
Update common Prometheus files (#1708)