We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b483b commit 3a359aaCopy full SHA for 3a359aa
CHANGELOG.md
@@ -1,5 +1,27 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+**Breaking Changes**:
6
7
+- Aligned profiling-related protocol types.
8
9
+**Features**:
10
11
+- Added a `ProfilesSampler` to the `ClientOptions`.
12
13
+**Fixes**:
14
15
+- Fix building `ureq` transport without the `native-tls` feature.
16
+- Fixed serialization of raw `Envelope`s, and added a new `from_bytes_raw` constructor.
17
18
+**Thank you**:
19
20
+Features, fixes and improvements in this release have been contributed by:
21
22
+- [@bryanlarsen](https://github.com/bryanlarsen)
23
+- [@jose-acevedoflores](https://github.com/jose-acevedoflores)
24
25
## 0.30.0
26
27
**Breaking Changes**:
0 commit comments