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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# Changelog
2
2
3
+
# 1.2.2
4
+
- Do not forward urlSession(_ session: dataTask: didReceive:completionHandler) anymore (Response might get lost)
5
+
3
6
## 1.2.1
4
7
- Make compatible with older Xcode versions (prior 12.1)
5
8
- Clean up tests and CI pipeline
6
9
- Add AFNetworking and Alamofire to demo project
7
10
8
11
## 1.2.0
9
-
- Added new flag `collectionEnabled` to set up Instana without data collection. Instrumentation can be enabled later using this property. This allows apps to start Instana with a delay if users are asked for consent beforehand.
12
+
- Added new flag `collectionEnabled` to set up Instana without data collection. Instrumentation can be enabled later using this property. This allows apps to start Instana with a delay if users are asked for consent beforehand.
10
13
11
14
## 1.1.18
12
15
- Fix setting responseSize
@@ -29,7 +32,7 @@
29
32
- Use specific URLSession Tasks
30
33
- Update tests
31
34
32
-
## 1.1.12
35
+
## 1.1.12
33
36
- Improve example project
34
37
- Add capability for macOS (AppKit)
35
38
- Align carrier type and effective connection type with Android and Web
0 commit comments