Skip to content

Releases: instana/iOSAgent

Update flushing mechanism

10 Dec 20:02

Choose a tag to compare

  • Align error handling with Android
  • Add retry with exponential backoff

Improve checking urls for URLProtocol usage

17 Nov 21:43

Choose a tag to compare

General project clean up

12 Nov 13:11

Choose a tag to compare

  • Fix some comments
  • Clean up package structure

Fixing lost HTTP Responses

21 Oct 16:16

Choose a tag to compare

  • Not forwarding urlSession(_ session: dataTask: didReceive:completionHandler) anymore
  • Response might get lost under certain circumstances
  • Forward also not necessary

Add support for older Xcode versions

13 Oct 14:51

Choose a tag to compare

  • Clean up tests and CI pipeline
  • Add AFNetworking and Alamofire to demo project

New: CollectionEnabled flag

05 Aug 13:21
40c6acb

Choose a tag to compare

Adding the flag to enable or disable data collection at setup and run time.
This enables the delayed start of the data collection (e.g. after user consent).

Improved memory management

03 Aug 22:03

Choose a tag to compare

  • Fix setting responseSize
  • Make originalTask weak
  • Always finishTasksAndInvalidate URLSession to avoid leaks

Forward all URLSession delegates to the client

28 Jul 15:06

Choose a tag to compare

Add HTTPCaptureConfig: automaticAndManual

28 Jun 16:34

Choose a tag to compare

to enable parallel manual and automtic http instrumentation

URLAuthenticationChallenge

15 Jun 14:45

Choose a tag to compare

Forward URLAuthenticationChallenge properly to the client