Skip to content

Releases: tomtom-international/kotlin-tools

1.3.0

10 May 13:59
1e9689d
Compare
Choose a tag to compare

Added context to Tracer.create to allow disambiguation of tracers, if there are multiple for the same class.

1.2.2

19 Apr 08:55
00de3bb
Compare
Choose a tag to compare
  • Updated dependecies and copyright.

1.1.1

05 Oct 13:12
d9adf55
Compare
Choose a tag to compare
  • Updated dependencies (except mockk as 1.10.2 will fail the test for
    unclear reasons).

Added Uid class for Unique IDs

20 Aug 09:19
d61ba4f
Compare
Choose a tag to compare

Added Uid class for Unique IDs.

1.0.17

22 Jun 13:18
Compare
Choose a tag to compare
  • Minor bug fixes.

1.0.15

13 May 07:13
6a848a2
Compare
Choose a tag to compare
  • Made TraceEventConsumerCollection a public class to be able to use it also for consuming streamed events.

1.0.14

12 May 15:53
a09473a
Compare
Choose a tag to compare
  • Minor bug fixes.

  • Make TraceEvent.stackTraceHolder nullable.

1.0.13

17 Apr 13:36
ed95fbc
Compare
Choose a tag to compare
  • Bug fix: renamed "(internal)" method for use on Android.

1.0.12

16 Apr 21:03
8e6bc33
Compare
Choose a tag to compare
  • Renamed annotations: @TraceOptions(includeExceptionStackTrace, includeTaggingClass, includeFileLocation, includeEventInterface)

  • Added ability to add tagging class to tracers.

1.0.11

15 Apr 17:50
Compare
Choose a tag to compare
  • Removed restriction that tracers can only be created in a companion object.