Skip to content

Releases: instana/iOSAgent

Capture HTTP header fields

14 Jun 14:50
Compare
Choose a tag to compare
  • Add new feature to capture HTTP header fields by providing an array of NSRegularExpression

Add redaction for HTTP query parameters

04 May 06:45
Compare
Choose a tag to compare
  • Add new feature to redact password, key, secrets from HTTP query parameters
  • Improve thread safety

Updated authentication challenge method handling

16 Mar 10:23
Compare
Choose a tag to compare

Implement task-based authentication challenge method and forward to session-based if needed

Update flushing mechanism

10 Dec 20:02
Compare
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
Compare
Choose a tag to compare

General project clean up

12 Nov 13:11
Compare
Choose a tag to compare
  • Fix some comments
  • Clean up package structure

Fixing lost HTTP Responses

21 Oct 16:16
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix setting responseSize
  • Make originalTask weak
  • Always finishTasksAndInvalidate URLSession to avoid leaks