All Versions
29
Latest Version
Avg Release Cycle
79 days
Latest Release
-

Changelog History
Page 3

  • v4.4.1 Changes

    • ๐Ÿ›  bugfix Fixed a crash happening due to concurrent access of the MemoryQueue. #216
  • v4.4.0 Changes

    • ๐Ÿ”‹ feature Added a way to add custom dimension in the action scope. #111
    • ๐Ÿ”‹ feature Added automatic generation of the url property. #197
    • ๐Ÿ‘Œ improvement The PiwikTracker is now save to create in a background thread. #175
    • ๐Ÿ‘Œ improvement The Logger is now objc compatible. #185
    • ๐Ÿ‘Œ improvement Default example.com urls aren't generated anymore. #194
    • ๐Ÿ‘Œ improvement The Device and Applications structs are now public. #191
  • v4.3.0 Changes

    • ๐Ÿ”‹ feature Added the ability to send custom events with custom tracking parameters. #153
    • ๐Ÿ›  bugfix Fixed a crash when initializing a new tracker. #162
    • ๐Ÿ›  bugfix Removed old, unused AFNetworking Submodule to fix Carthage usage. #190
  • v4.2.0 Changes

    • ๐Ÿ”‹ feature Added ability to customize user agent. #168
    • ๐Ÿ”‹ feature Added ability to customize User ID. #180 (by @niksawtschuk)
    • ๐Ÿ”‹ feature Added Carthage support #74 (by @elitalon)
    • ๐Ÿ”‹ feature Added a way to set a custom visitor ID #180 (by @niksawtschuk)
    • ๐Ÿ‘Œ improvement Added Swift support
  • v4.1.0 Changes

    • ๐Ÿ”‹ feature Added Custom Dimension Tracking for the Visit Scope. #111
    • ๐Ÿ”‹ feature Transmitting the Screen resolution to the Piwik Backend. #149 (by @akshaykolte)
    • ๐Ÿ”‹ feature Added a Logger that can log messages in different levels. #147
    • ๐Ÿ”‹ feature Added macOS and tvOS compatibility. #134
    • ๐Ÿ›  bugfix Fixed a bug, where the tracker would stop automatic dispatching. #167
  • v4.0.0 Changes

    • ๐Ÿ”‹ feature Renamed the Tracker to PiwikTracker. #146
    • ๐Ÿ”‹ feature Added isOptedOut parameter to the PiwikTracker. #124
  • v4.0.0-beta2 Changes

    • ๐Ÿ”‹ feature Added the possibility to set the url for a screen view event. #92
    • ๐Ÿ”‹ feature Added the functionality to start new sessions. #136
    • ๐Ÿ›  fixed The value of an event got wrongly encoded when dispatching. #140
    • ๐Ÿ›  fixed Fixed an issue where tracking an event wasnโ€™t possible from Objective-C code. #142
  • v4.0.0-alpha1 Changes

    • ๐Ÿ”‹ feature Started rewrite in Swift
    • ๐Ÿ”‹ feature Tracking Screen Views
    • ๐Ÿ”‹ feature Tracking Events
    • ๐Ÿ”‹ feature URLSessionDispatcher
    • ๐Ÿ”‹ feature Non persistent Event Queue