Skip to content

Releases: elastic/apm-agent-ios

v1.1.0

05 Nov 15:45
24ac462
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0

v1.0.5

24 Oct 15:59
a743a9c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

29 Aug 15:45
483ff4e
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.0.3...v1.0.4

v1.0.3

30 Jul 18:45
297934e
Compare
Choose a tag to compare

Features

  • added option to use http instead of GRPC for exporters by @bryce-b in #228

Fixes

  • fixed ntp clock logging to only occur once by @bryce-b in #229

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Apr 15:26
9909b26
Compare
Choose a tag to compare

Features

  • added Privacy Manifest file

v1.0.1

05 Apr 14:43
9a468d6
Compare
Choose a tag to compare

Fixes

  • fixed memory leaks related to NTP usage

v1.0.0

04 Jan 16:47
d0f1a18
Compare
Choose a tag to compare

Features

  • Changed package name iOSAgent-> ElasticApm, and changed the classAgent -> ElasticApmAgent.
  • added session id to crash reports by @bryce-b in #197
  • added network status to all signals by @bryce-b in #202

Full Changelog: v0.8.0...v1.0.0

v0.8.0

10 Nov 16:25
acdb85d
Compare
Choose a tag to compare

Features

  • Http errors will now create span events by @bryce-b in #183
  • OpenTelemetry-swift updated to version 1.8.0 by @bryce-b in #191

Full Changelog: v0.7.0...v0.8.0

v0.7.0

26 Sep 16:24
cda098f
Compare
Choose a tag to compare

This agent is now considered beta!

Features

Fixes

  • added .build() to config example by @bryce-b in #160
  • fixed lifecycle event naming & added tests by @bryce-b in #164
  • changed crash uploader to non-blocking batch processor by @bryce-b in #178

Full Changelog: v0.5.0...v0.7.0

v0.6.0

03 May 23:29
ff03864
Compare
Choose a tag to compare

Features

  • Moved CFBundleVersion into service.build when available and CFBundleShortVersionString is available.

Fixes

  • Fixes incorrect naming format of several lifecycle events.