libdd-tinybytes 1.1.0

Tiny implementation of a bytes::Bytes like type that supports AsRef<[u8]>
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog



## [1.1.0]https://github.com/datadog/libdatadog/compare/libdd-tinybytes-v1.0.0..libdd-tinybytes-v1.1.0 - 2026-02-10

### Added

- Introduce TraceData to unify text and binary data ([#1247]https://github.com/datadog/libdatadog/issues/1247) - ([d430cbd]https://github.com/datadog/libdatadog/commit/d430cbd912d5300d521131392b86fc36a599aa27)

### Changed

- Add changelog for every published crate ([#1396]https://github.com/datadog/libdatadog/issues/1396) - ([5c4a024]https://github.com/datadog/libdatadog/commit/5c4a024598d6fe6cbd93a3e3dc9882848912064f)

## 1.0.0 - 2025-11-14

Initial release.