Skip to content

Releases: instana/iOSAgent

Mobile feature list and user_session_id (usi) support

07 Sep 03:28

Choose a tag to compare

Add crash to mobile feature list and send to Instana backend
Add user_session_id (usi) to beacons

Fix issue for setCaptureHeaders method not capture http response headers

24 Jul 05:19

Choose a tag to compare

1.6.4

Fix issue for setCaptureHeaders method not capture http response header

Fix duplicated beacons issue

10 Jul 02:47

Choose a tag to compare

1.6.3

Fix duplicated beacons issue

Slow sending mode improvement

27 Jun 04:06

Choose a tag to compare

  • Once in slow sending mode, periodically send 1 beacon. Once out of slow sending mode, flush all beacons immediately.
  • [Tech Preview] Add sample code in InstanaAgentExample app to show how to enable crash reporting to Instana backend.

Improve retry mechanism and Fix concurrent issue with MetaData

06 Jun 01:41

Choose a tag to compare

  • Fix crash caused by appendMetaData() inside InstanaProperties class
  • Improve error handling on beacon send failure, now we have a new setup option slowSendInterval to slow down retrying on network issue.

Refactor code and add more unit test cases

05 Jun 10:48

Choose a tag to compare

Improve thread safety for collections

27 Sep 02:38

Choose a tag to compare

Add new atomic types for some collections by @tapwork in #35

Full Changelog: 1.5.1...1.5.2

Capture HTTP header fields

14 Jun 14:50

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

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

Choose a tag to compare

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