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
+8
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@
12
12
- Add options and sampling logic ([#3121](https://github.com/getsentry/sentry-java/pull/3121))
13
13
- Add ContentProvider and start profile ([#3128](https://github.com/getsentry/sentry-java/pull/3128))
14
14
15
+
### Breaking changes
16
+
17
+
- Remove `HostnameVerifier` option as it's flagged by security tools of some app stores ([#3150](https://github.com/getsentry/sentry-java/pull/3150))
18
+
- If you were using this option, you have 3 possible paths going forward:
19
+
- Provide a custom `ITransportFactory` through `SentryOptions.setTransportFactory()`, where you can copy over most of the parts like `HttpConnection` and `AsyncHttpTransport` from the SDK with necessary modifications
20
+
- Get a certificate for your server through e.g. [Let's Encrypt](https://letsencrypt.org/)
21
+
- Fork the SDK and add the hostname verifier back
22
+
15
23
### Dependencies
16
24
17
25
- Bump Native SDK from v0.6.7 to v0.7.0 ([#3133](https://github.com/getsentry/sentry-java/pull/3133))
0 commit comments