Sourced from go.opentelemetry.io/otel/metric's changelog.
[1.27.0/0.49.0/0.3.0] 2024-05-21
Added
- Add example for
go.opentelemetry.io/otel/exporters/stdout/stdoutlog
. (#5242)- Add
RecordFactory
ingo.opentelemetry.io/otel/sdk/log/logtest
to facilitate testing exporter and processor implementations. (#5258)- Add
RecordFactory
ingo.opentelemetry.io/otel/log/logtest
to facilitate testing bridge implementations. (#5263)- The count of dropped records from the
BatchProcessor
ingo.opentelemetry.io/otel/sdk/log
is logged. (#5276)- Add metrics in the
otel-collector
example. (#5283)- Add the synchronous gauge instrument to
go.opentelemetry.io/otel/metric
. (#5304)
- An
int64
orfloat64
synchronous gauge instrument can now be created from aMeter
.- All implementations of the API (
go.opentelemetry.io/otel/metric/noop
,go.opentelemetry.io/otel/sdk/metric
) are updated to support this instrument.- Add logs to
go.opentelemetry.io/otel/example/dice
. (#5349)Changed
- The
Shutdown
method ofExporter
ingo.opentelemetry.io/otel/exporters/stdout/stdouttrace
ignores the context cancellation and always returnsnil
. (#5189)- The
ForceFlush
andShutdown
methods of the exporter returned byNew
ingo.opentelemetry.io/otel/exporters/stdout/stdoutmetric
ignore the context cancellation and always returnnil
. (#5189)- Apply the value length limits to
Record
attributes ingo.opentelemetry.io/otel/sdk/log
. (#5230)- De-duplicate map attributes added to a
Record
ingo.opentelemetry.io/otel/sdk/log
. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlog
won't print timestamps whenWithoutTimestamps
option is set. (#5241)- The
go.opentelemetry.io/otel/exporters/stdout/stdoutlog
exporter won't printAttributeValueLengthLimit
andAttributeCountLimit
fields now, instead it prints theDroppedAttributes
field. (#5272)- Improved performance in the
Stringer
implementation ofgo.opentelemetry.io/otel/baggage.Member
by reducing the number of allocations. (#5286)- Set the start time for last-value aggregates in
go.opentelemetry.io/otel/sdk/metric
. (#5305)- The
Span
ingo.opentelemetry.io/otel/sdk/trace
will record links without span context if either non-emptyTraceState
or attributes are provided. (#5315)- Upgrade all dependencies of
go.opentelemetry.io/otel/semconv/v1.24.0
togo.opentelemetry.io/otel/semconv/v1.25.0
. (#5374)Fixed
- Comparison of unordered maps for
go.opentelemetry.io/otel/log.KeyValue
andgo.opentelemetry.io/otel/log.Value
. (#5306)- Fix the empty output of
go.opentelemetry.io/otel/log.Value
ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog
. (#5311)- Split the behavior of
Recorder
ingo.opentelemetry.io/otel/log/logtest
so it behaves as aLoggerProvider
only. (#5365)- Fix wrong package name of the error message when parsing endpoint URL in
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#5371)- Identify the
Logger
returned from the globalLoggerProvider
ingo.opentelemetry.io/otel/log/global
with its schema URL. (#5375)
5661ff0
Release v1.27.0/v0.49.0/v0.3.0 (#5392)0d3dddc
Fix exported instrument kind const value change (#5385)7aae7a8
chore(deps): update benchmark-action/github-action-benchmark action to
v1.20....8c3120f
chore(deps): update module google.golang.org/genproto/googleapis/api to
v0.0....d55658e
chore(deps): update codecov/codecov-action action to v4.4.1 (#5387)49c866f
fix(deps): update module github.com/golangci/golangci-lint to v1.58.2
(#5382)999c6a0
Update all semconv use to v1.25.0 (#5374)14441ae
Identify logger with schemaURL in global logger provider (#5375)ebd0ade
Split log/logtest into a recorder and a logger (#5365)0d1e77c
Fix package prefix of error in otlploghttp (#5371)Sourced from github.com/onsi/ginkgo/v2's releases.
v2.18.0
2.18.0
Features
- Add --slience-skips and --force-newlines [f010b65]
- fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
- Fix table entry context edge case [42013d6]
Maintenance
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.18.0
Features
- Add --slience-skips and --force-newlines [f010b65]
- fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
- Fix table entry context edge case [42013d6]
Maintenance
eb27ca8
v2.18.0f010b65
Add --slience-skips and --force-newlines42013d6
Fix table entry context edge case9e234ea
always rebuild and run ginkgo in makefile5ce8355
add --fail-on-empty to recommended CI flags in docs3ffbf8b
add makefiled80eebe
fail when no tests were run and --fail-on-empty was setfcf1fd7
Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406)8bb14fd
Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399)04bfad7
Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407)Sourced from aquasecurity/trivy-action's releases.
v0.21.0
What's Changed
- bump trivy version to v0.51.2 by
@Dr-DevOps
in aquasecurity/trivy-action#360New Contributors
@Dr-DevOps
made their first contribution in aquasecurity/trivy-action#360Full Changelog: https://github.com/aquasecurity/trivy-action/compare/0.20.0...0.21.0
fd25fed
bump trivy version to v0.51.2 (#360)8abec4c
Release 2024-05-2370e7095
Regenerated Clients0b2a340
Update partitions filec1eb2d9
Update endpoints model4c990d1
Update API modelc6c1626
s3: handle unrecognized values for Expires in responses (#2653)8209abb
Release 2024-05-2281ad168
Regenerated Clients5c92ae7
Update endpoints model6eeecd9
Update API modelSourced from github.com/goreleaser/goreleaser's releases.
v1.26.2
Changelog
Bug fixes
- b3d646069937d74c04623a4979c2e429b55a7439: fix(docs): version typo (#4878) (
@nullswan
)Dependency updates
- 73a22e56dd7577034fa2d3769862f9154532c661: chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#4876) (
@dependabot
[bot])- 1c66ce40d063ea13b66a4df20fbc1d734a9a232c: chore(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 (#4881) (
@dependabot
[bot])- 39d1f446f52bc5764db4c89bcbf5d6ef70b62575: chore(deps): bump cachix/install-nix-action from 26 to 27 (#4874) (
@dependabot
[bot])- 1d49b225c67d38008d44f3320ba0597e7bc83ce5: chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882) (
@dependabot
[bot])- fae464e2783c11958733929f1cd871db34aaf2e3: chore(deps): bump github.com/caarlos0/env/v11 from 11.0.0 to 11.0.1 (#4888) (
@dependabot
[bot])- de796eb4e5ac03eef993300861803de792799080: chore(deps): bump github.com/google/ko from 0.15.2 to 0.15.4 (#4885) (
@dependabot
[bot])- b4d768bf16160766cc04a5a5fcc288fd81de8c72: chore(deps): bump github.com/mattn/go-mastodon from 0.0.6 to 0.0.8 (#4872) (
@dependabot
[bot])- a82491afe446295c8756a2c5f46950a11d717aa0: chore(deps): bump github.com/slack-go/slack from 0.12.5 to 0.13.0 (#4871) (
@dependabot
[bot])- cf2c47a5895da1b0ce0de3620e8a8953d380b905: chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 (#4880) (
@dependabot
[bot])- 79caa9c28a394f1949ef2a82d9aa7252c1758ee9: chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 (#4883) (
@dependabot
[bot])- b534f07d5b2191e314862d94fccc8ce93a3461d5: chore(deps): bump golang from
c24516e
tof1fe698
(#4873) (@dependabot
[bot])- d7c23c168fa61d738cd6fba03a645071e174bba5: chore(deps): bump golang from
f1fe698
tob8ded51
(#4887) (@dependabot
[bot])Documentation updates
- 2023d4bcc6891b28b56a0c7b5b7481c4a0d68023: docs: fix winget default path (#4875) (
@lionello
)Build process updates
- f4cd8fc1561e288ce198c60105c8277fcc24de03: build: fix changelog not showing dependencies updates (
@caarlos0
)Other work
- 919b132e0de38ac253fe83f7b92560f1d95cda32: chore: auto-update generated files (
@actions-user
)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v1.26.1...v1.26.2
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them? You can sponsor, get a Pro License or contribute with code.
Where to go next?
d7c23c1
chore(deps): bump golang from f1fe698
to
b8ded51
(#4887)fae464e
chore(deps): bump github.com/caarlos0/env/v11 from 11.0.0 to 11.0.1 (#4888)f4cd8fc
build: fix changelog not showing dependencies updatesde796eb
chore(deps): bump github.com/google/ko from 0.15.2 to 0.15.4 (#4885)1c66ce4
chore(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 (#4881)1d49b22
chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882)79caa9c
chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 (#4883)cf2c47a
chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 (#4880)b3d6460
fix(docs): version typo (#4878)73a22e5
chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#4876)8abec4c
Release 2024-05-2370e7095
Regenerated Clients0b2a340
Update partitions filec1eb2d9
Update endpoints model4c990d1
Update API modelc6c1626
s3: handle unrecognized values for Expires in responses (#2653)8209abb
Release 2024-05-2281ad168
Regenerated Clients5c92ae7
Update endpoints model6eeecd9
Update API modelSourced from github.com/onsi/ginkgo/v2's releases.
v2.19.0
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
28fb5d6
v2.19.0e31f03a
fix another typo966a28c
Fix typos in label sets docscd231fd
Label sets allow for more expressive label filteringSourced from github.com/golangci/golangci-lint's releases.
v1.59.0
golangci-lint
is a free and open-source project built by volunteers.If you value it, consider supporting us, the maintainers and linter authors.
We appreciate it! :heart:
For key updates, see the changelog.
Changelog
- 4f5251d3 Support Sarif output (#4723)
- 73110df2 build(deps): bump github.com/Antonboom/testifylint from 1.2.0 to 1.3.0 (#4729)
- 62c83ccd build(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (#4746)
- 0cb14183 build(deps): bump github.com/go-critic/go-critic from 0.11.3 to 0.11.4 (#4738)
- e14ae4b7 build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#4745)
- 2059b18a build(deps): bump github.com/securego/gosec/v2 from 2.20.0 to 5f0084eb01a9 (#4748)
- be1bb6db build(deps): bump go-simpler.org/sloglint from 0.6.0 to 0.7.0 (#4718)
- 08deff42 feat: add warning about disabled and deprecated linters (level 2) (#4742)
- b99d5295 feat: allow the analysis of generated files (#4740)
- 867adaf9 feat: deprecate github-actions format (#4726)
- 4beae6a9 fix: remove errcheck defaults (#4734)
Sourced from github.com/golangci/golangci-lint's changelog.
v1.59.0
- Enhancements
- Add SARIF output format
- Allow the analysis of generated files (
issues.exclude-generated: disable
)- Updated linters
errcheck
: fix deprecation warninggo-critic
: from 0.11.3 to 0.11.4gosec
: from 2.20.0 to 5f0084eb01a9 (fix G601 and G113 performance issues)sloglint
: from 0.6.0 to 0.7.0 (new optionforbidden-keys
)testifylint
: from 1.2.0 to 1.3.0 (new checkernegative-positive
and new optiongo-require.ignore-http-handlers
)- Misc.
- ️️⚠️ Deprecate
github-action
output format- ️️⚠️ Deprecate
issues.exclude-generated-strict
option (replaced byissues.exclude-generated: strict
)- ️️⚠️ Add warning about disabled and deprecated linters (level 2)
2059b18
build(deps): bump github.com/securego/gosec/v2 from 2.20.0 to
5f0084eb01a9 (#...95ca3c3
dev: fix badges495321c
dev: improve issue chooser (#4747)62c83cc
build(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (#4746)e14ae4b
build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0
(#4745)010b4f8
chore: use global security policyb99d529
feat: allow the analysis of generated files (#4740)08deff4
feat: add warning about disabled and deprecated linters (level 2) (#4742)b9868e1
chore: add html to the JSONSchema (#4737)0cb1418
build(deps): bump github.com/go-critic/go-critic from 0.11.3 to 0.11.4
(#4738)8abec4c
Release 2024-05-2370e7095
Regenerated Clients0b2a340
Update partitions filec1eb2d9
Update endpoints model4c990d1
Update API modelc6c1626
s3: handle unrecognized values for Expires in responses (#2653)8209abb
Release 2024-05-2281ad168
Regenerated Clients5c92ae7
Update endpoints model6eeecd9
Update API model