You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,35 @@
1
1
# Changelog
2
2
3
-
## Unreleased
3
+
## 6.5.0-beta.1
4
+
5
+
### Features
6
+
7
+
- Server-Side Dynamic Sampling Context support ([#2226](https://github.com/getsentry/sentry-java/pull/2226))
8
+
9
+
## 6.4.2
10
+
11
+
### Fixes
12
+
13
+
- Fixed AbstractMethodError when getting Lifecycle ([#2228](https://github.com/getsentry/sentry-java/pull/2228))
14
+
- Missing unit fields for Android measurements ([#2204](https://github.com/getsentry/sentry-java/pull/2204))
- Fix file descriptor leak in FileIO instrumentation ([#2248](https://github.com/getsentry/sentry-java/pull/2248))
17
+
18
+
## 6.4.1
19
+
20
+
### Fixes
21
+
22
+
- Fix memory leak caused by throwableToSpan ([#2227](https://github.com/getsentry/sentry-java/pull/2227))
23
+
24
+
## 6.4.0
4
25
5
26
### Fixes
6
27
7
28
- make profiling rate defaults to 101 hz ([#2211](https://github.com/getsentry/sentry-java/pull/2211))
8
29
- SentryOptions.setProfilingTracesIntervalMillis has been deprecated
9
30
- Added cpu architecture and default environment in profiles envelope ([#2207](https://github.com/getsentry/sentry-java/pull/2207))
10
31
- SentryOptions.setProfilingEnabled has been deprecated in favor of setProfilesSampleRate
32
+
- Use toString for enum serialization ([#2220](https://github.com/getsentry/sentry-java/pull/2220))
11
33
12
34
### Features
13
35
@@ -16,6 +38,13 @@
16
38
- Concurrent profiling 1 - added envelope payload data format ([#2216](https://github.com/getsentry/sentry-java/pull/2216))
17
39
- Send source for transactions ([#2180](https://github.com/getsentry/sentry-java/pull/2180))
18
40
- Add profilesSampleRate and profileSampler options for Android sdk ([#2184](https://github.com/getsentry/sentry-java/pull/2184))
41
+
- Add baggage header to RestTemplate ([#2206](https://github.com/getsentry/sentry-java/pull/2206))
42
+
- Bump Native SDK from v0.4.18 to v0.5.0 ([#2199](https://github.com/getsentry/sentry-java/pull/2199))
- Bump Gradle from v7.5.0 to v7.5.1 ([#2212](https://github.com/getsentry/sentry-java/pull/2212))
0 commit comments