Skip to content

Releases: instana/iOSAgent

URLSessionDownloadTask

14 Jun 17:50
Compare
Choose a tag to compare

Fix instrumenting URLSessionDownloadTask

Improve http interception

06 May 07:23
Compare
Choose a tag to compare
  • Update InstanaURLProtocol to make use of specific URLSessionTask
  • Update tests

Carrier & connection type fixes and add macOS capability

29 Apr 10:34
3c7014d
Compare
Choose a tag to compare
  • Improve example project
  • Add capability for macOS (AppKit)
  • Align carrier type and effective connection type with Android and Web

1.1.11

17 Feb 11:05
Compare
Choose a tag to compare
  • Add 5G as carrier type
  • Update tests

Beta 1.1.10

31 Jan 11:30
Compare
Choose a tag to compare

ReportEvent: Use current visible view name if passed viewName is empty or nil

Beta 1.1.8

22 Dec 11:34
Compare
Choose a tag to compare

Dispatch method on serial queue

Beta 1.1.7

04 Dec 11:13
Compare
Choose a tag to compare
  • Use active as default value for InstanaApplicationStateHandler
  • User properties can be set individually (name, id or email address)
  • Add manual HTTP monitoring for URLs (parallel to URLRequests)
  • Add HTTPCaptureResult type for finishing manual HTTP monitoring

Beta 1.1.6

10 Nov 11:40
Compare
Choose a tag to compare

Dispatch background flush on queue (synchronized)

Beta 1.1.5

10 Nov 10:57
Compare
Choose a tag to compare

Remove UIApplication.shared to enable InstanaAgent for extensions

Beta 1.1.4

22 Oct 09:14
Compare
Choose a tag to compare
  • Add Rate limiter to avoid an extensive usage of Instana
  • Improve concurrency and threading
  • Update tests