See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release).
This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.
OpenTelemetry 0.25.0 Release
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
Commits
21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release).
This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.
OpenTelemetry 0.25.0 Release
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
Commits
21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release).
This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.
OpenTelemetry 0.25.0 Release
See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).
opentelemetry-sdk v0.24.1 patch release
Refer to opentelemetry-sdk CHANGELOG for the changes.
open-telemetry/opentelemetry-rust#1410 Add experimental synchronous gauge. This is behind the feature flag, and can be enabled by enabling the feature otel_unstable for opentelemetry crate.
Modified AnyValue.Map to be backed by HashMap instead of custom OrderMap, which internally used IndexMap. There was no requirement to maintain the order of entries, so moving from IndexMap to HashMap offers slight performance gains, and avoids IndexMap dependency. This affects body and attributes of LogRecord. open-telemetry/opentelemetry-rust#1353
This is a new patch release of regex that fixes compilation on nightly
Rust when the unstable pattern crate feature is enabled. Users on nightly
Rust without this feature enabled are unaffected.
Bug fixes:
[BUG #1231](rust-lang/regex#1231):
Fix the Pattern trait implementation as a result of nightly API breakage.
1.11.0 (2024-09-29)
This is a new minor release of regex that brings in an update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by regex internally to the version 16 release.
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 rust-dependencies group with 10 updates in the / directory:
0.23.0
0.25.0
0.23.0
0.24.0
3.12.0
3.13.0
0.23.0
0.25.0
1.0.127
1.0.132
0.24.0
0.26.0
1.0.86
1.0.92
0.23.0
0.25.0
0.24.1
0.26.0
0.5.0
0.26.0
Updates
libcnb
from 0.23.0 to 0.25.0Changelog
Sourced from libcnb's changelog.
Commits
6c01e85
Prepare release v0.25.0 (#873)7f089eb
Add integration test support for Docker bind mounts (#871)a3174bc
Document inventory features in README (#868)de993a4
Prepare release v0.24.0 (#865)5f60d1d
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#866)f8dc601
Migrate inventory code (#861)ba5e823
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (#863)ac640c8
Fix doc comment typo (#858)Updates
libherokubuildpack
from 0.23.0 to 0.24.0Release notes
Sourced from libherokubuildpack's releases.
Changelog
Sourced from libherokubuildpack's changelog.
Commits
de993a4
Prepare release v0.24.0 (#865)5f60d1d
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#866)f8dc601
Migrate inventory code (#861)ba5e823
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (#863)ac640c8
Fix doc comment typo (#858)Updates
serde
from 1.0.210 to 1.0.214Release notes
Sourced from serde's releases.
Commits
4180621
Release 1.0.214210373b
Merge pull request #2568 from Mingun/into_deserializer-for-deserializers9cda015
Implement IntoDeserializer for all Deserializers in serde::de::value module58a8d22
Release 1.0.213ef0ed22
Merge pull request #2847 from dtolnay/newtypewith79925ac
Ignore dead_code warning in regression testb60e409
Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5
Add regression test for issue 284649e11ce
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5f
Release 1.0.212Updates
tempfile
from 3.12.0 to 3.13.0Changelog
Sourced from tempfile's changelog.
Commits
a354f8c
chore: release 3.13.0d21b602
chore: update depsd6600da
Add forwith_suffix
(#299)19280c5
Document current default permissions for tempdirs (#296)c5eac9f
fix: address clippy unnecessary deref lint in test (#294)Updates
thiserror
from 1.0.64 to 1.0.66Release notes
Sourced from thiserror's releases.
Commits
d1a8254
Release 1.0.66e2e9da3
Merge pull request #328 from dtolnay/peekend3d79a90
Use peek2(End) instead of fork/advance_toa9a6c98
Merge pull request #329 from dtolnay/up51a5e4c
Raise minimum compiler for test suite to rust 1.708fb92ff
Resolve uninlined_format_args pedantic clippy lint in build script0e2bef9
Raise required compiler to rust 1.61bb30f2e
Merge pull request #327 from dtolnay/literal5d3edf9
Improve error on malformed format attribute003a89f
Merge pull request #326 from dtolnay/sealedUpdates
libcnb-test
from 0.23.0 to 0.25.0Changelog
Sourced from libcnb-test's changelog.
Commits
6c01e85
Prepare release v0.25.0 (#873)7f089eb
Add integration test support for Docker bind mounts (#871)a3174bc
Document inventory features in README (#868)de993a4
Prepare release v0.24.0 (#865)5f60d1d
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#866)f8dc601
Migrate inventory code (#861)ba5e823
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (#863)ac640c8
Fix doc comment typo (#858)Updates
serde_json
from 1.0.127 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933c
Release 1.0.132f45b422
Merge pull request #1206 from dtolnay/hasnextf2082d2
Clearer order of comparisons0f54a1a
Handle early return sooner on eof in seq or map2a4cb44
Rearrange 'match peek'4cb90ce
Merge pull request #1205 from dtolnay/hasnextb71ccd2
Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9
Release 1.0.1310d084c5
Touch up PR 1135b4954a9
Merge pull request #1135 from swlynch99/map-deserializerUpdates
opentelemetry
from 0.24.0 to 0.26.0Release notes
Sourced from opentelemetry's releases.
Commits
21fc16c
Prepare 0.26.0 release, update Metrics API to Beta (#2160)167baf8
Minor cleanups in Metrics module (#2155)380a709
MeterProvider modified to not do shutdown if user has already shut down (#2156)81a95e3
Improve internal opentelemetry logging - directly using tracing mcros (#2152)8bdd189
For Delta Temporarlity, avoid exporting when no new measurements are made (#2...6ed2b43
Fix CI - Regenerate proto files, and selective msrv-patching (#2159)161929d
Use weaver for semantic convention codegen (#2098)0f15d21
Update doc comments (#2149)88023d9
Add tests for periodic reader from various RT combinations (#2147)c8136d9
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
anyhow
from 1.0.86 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntax6c52daa
Release 1.0.914986853
Merge pull request #388 from dtolnay/outdirf130b76
Clean up dep-info files from OUT_DIRa0b868a
Release 1.0.900f74169
Improve rendering of inline code in macros documentationUpdates
libcnb-data
from 0.23.0 to 0.25.0Changelog
Sourced from libcnb-data's changelog.
Commits
6c01e85
Prepare release v0.25.0 (#873)7f089eb
Add integration test support for Docker bind mounts (#871)a3174bc
Document inventory features in README (#868)de993a4
Prepare release v0.24.0 (#865)5f60d1d
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#866)f8dc601
Migrate inventory code (#861)ba5e823
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (#863)ac640c8
Fix doc comment typo (#858)Updates
opentelemetry_sdk
from 0.24.1 to 0.26.0Release notes
Sourced from opentelemetry_sdk's releases.
Commits
21fc16c
Prepare 0.26.0 release, update Metrics API to Beta (#2160)167baf8
Minor cleanups in Metrics module (#2155)380a709
MeterProvider modified to not do shutdown if user has already shut down (#2156)81a95e3
Improve internal opentelemetry logging - directly using tracing mcros (#2152)8bdd189
For Delta Temporarlity, avoid exporting when no new measurements are made (#2...6ed2b43
Fix CI - Regenerate proto files, and selective msrv-patching (#2159)161929d
Use weaver for semantic convention codegen (#2098)0f15d21
Update doc comments (#2149)88023d9
Add tests for periodic reader from various RT combinations (#2147)c8136d9
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
opentelemetry-stdout
from 0.5.0 to 0.26.0Release notes
Sourced from opentelemetry-stdout's releases.
... (truncated)
Commits
21fc16c
Prepare 0.26.0 release, update Metrics API to Beta (#2160)167baf8
Minor cleanups in Metrics module (#2155)380a709
MeterProvider modified to not do shutdown if user has already shut down (#2156)81a95e3
Improve internal opentelemetry logging - directly using tracing mcros (#2152)8bdd189
For Delta Temporarlity, avoid exporting when no new measurements are made (#2...6ed2b43
Fix CI - Regenerate proto files, and selective msrv-patching (#2159)161929d
Use weaver for semantic convention codegen (#2098)0f15d21
Update doc comments (#2149)88023d9
Add tests for periodic reader from various RT combinations (#2147)c8136d9
Addwith_boundaries
hint API for explicit bucket histograms (#2135)Updates
regex
from 1.10.6 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c06
1.11.180df54e
changelog: 1.11.1991ba88
unstable: fixPattern
trait implementationbcbe403
1.11.09e17e56
deps: bump regex-automata58e16f5
regex-automata-0.4.84bb1e3d
deps: bump regex-syntaxcba0fbc
regex-syntax-0.8.51533257
changelog: 1.11.09239e7e
data: update to UCD 16Dependabot 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