We decided to revert the testutil change 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 testutil package/module with more flexible and safer APIs.
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4
[BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
AzurePipelinesCredential sets an additional OIDC request header so that it
receives a 401 instead of a 302 after presenting an invalid system access token
Allow logging of debugging headers for AzurePipelinesCredential and include
them in error messages
sdk/azidentity/v1.8.0-beta.3
1.8.0-beta.3 (2024-09-17)
Features Added
Added ObjectID type for ManagedIdentityCredentialOptions.ID
Other Changes
Removed redundant content from error messages
sdk/azidentity/v1.8.0-beta.2
1.8.0-beta.2 (2024-08-06)
Breaking Changes
NewManagedIdentityCredential now returns an error when a user-assigned identity
is specified on a platform whose managed identity API doesn't support that.
ManagedIdentityCredential.GetToken() formerly logged a warning in these cases.
Returning an error instead prevents the credential authenticating an unexpected
identity, causing a client to act with unexpected privileges. The affected
platforms are:
Azure Arc
Azure ML (when a resource ID is specified; client IDs are supported)
Cloud Shell
Service Fabric
Other Changes
If DefaultAzureCredential receives a non-JSON response when probing IMDS before
attempting to authenticate a managed identity, it continues to the next credential
in the chain instead of immediately returning an error.
sdk/messaging/azservicebus/v1.7.3
1.7.3 (2024-10-14)
Bugs Fixed
Apply fix from @bcho for overflows with retries. (PR#23562)
sdk/messaging/azservicebus/v1.7.2
1.7.2 (2024-09-11)
Bugs Fixed
... (truncated)
Commits
42def97 Add breaking changes to release notes (#21696)
#1339[]: zapslog: Drop HandlerOptions in favor of HandlerOption,
which uses the functional options pattern.
#1339[]: zapslog: Rename AddSource option to WithCaller.
Enhancements:
#1339[]: zapslog: Record stack traces for error logs or higher.
The new AddStackAt option changes this level.
Bug fixes:
#1344[], #1408[]: zapslog: Comply fully with slog.Handler contract.
This includes ignoring empty Attrs, inlining Groups with empty names,
and omitting groups with no attributes.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory:
2.14.0
2.16.0
1.20.3
1.20.5
1.14.0
1.16.0
1.7.0
1.8.0
0.2.0
0.3.0
Updates
github.com/go-resty/resty/v2
from 2.14.0 to 2.16.0Release notes
Sourced from github.com/go-resty/resty/v2's releases.
... (truncated)
Commits
feedf18
release: version bump and readme update for v2.16.0 (#907)1c4960b
Merge pull request #892 from go-resty/code-optimizationscf921ad
build: reduce test execution time94aeffb
refactor: optimize allocationa6a489b
feat: option to enable URL query params without encoding (#885)fc51b33
feat(enhancement): improve buildCurlRequest for unit test (#884)bea44b7
chore: for release v2.15.3 (#874)e11af35
fix: invalid memory address or nil pointer dereference in response logger (#872)231ca0e
release: version bump and readme update for v2.15.2 (#864)ce7695b
fix: do not use errors.Join, just use custom error approach (#863)Updates
github.com/prometheus/client_golang
from 1.20.3 to 1.20.5Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
48e12a1
Merge pull request #1645 from prometheus/cut-1204-pr1424504ad9b
Cut 1.20.5; update comments.584a7ce
Revert "testutil compareMetricFamilies: make less error-prone (#1424)"05fcde9
Merge pull request #1623 from krajorama/data-race-in-histogram-write209f4c0
Add changelog1e398cc
native histogram: Fix race between Write and addExemplarUpdates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.14.0 to 1.16.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
32f5e82
BearerTokenPolicy rewinds bodies before retrying (#23597)546e099
Sync eng/common directory with azure-sdk-tools for PR 9177 (#23591)068ef3d
Handle missing artifacts without exception (#23592)c6c9acc
Fix missing CloseAddressedIssues in gh event processor (#23593)07c1fcb
Set resource group env variable early so remove always works (#23594)1e3b3f1
Sync eng/common directory with azure-sdk-tools for PR 9147 (#23595)7a626d2
Allow the span kind to be set via StartSpanOptions (#23590)40dcd1b
fixing the compareHeaders sorting algorithm (#23545)7e59111
Sync .github/workflows directory with azure-sdk-tools for PR 9134 (#23589)b9db671
[Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0 (#23566)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.7.0 to 1.8.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
... (truncated)
Commits
42def97
Add breaking changes to release notes (#21696)112db83
Azcore v1.8.0 (#21694)204a3c4
Prep azcore v1.7.2 for release (#21506)89497f5
Add changelog entry for WASM fix (#21493)0414a4b
Transport dialer: setting nil for wasm build (#21451)b1db0be
Enable TLS renegotiation (#21182)Updates
go.uber.org/zap/exp
from 0.2.0 to 0.3.0Release notes
Sourced from go.uber.org/zap/exp's releases.
Commits
0ba452d
exp: Release v0.3.0 (#1465)ede8e18
ci: Test with Go 1.23 (#1464)d6b2d14
chore: fix function name (#1463)f87c7be
fix: fix slice init length (#1461)5786471
Addfunc DictObject
(#1460)3f27eb9
fix(test): correct assertion message (#1454)f95879b
build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools (#1453)f9b9f66
zaptest: add ability to filter observer logs by logger name (#1452)8dcd020
Fix typos (#1451)bd0cf04
build(deps): bump golangci/golangci-lint-action from 5 to 6 (#1435)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show