Skip to content

Releases: matomo-org/matomo-sdk-ios

v4.4.1

04 Jan 10:27
Compare
Choose a tag to compare
  • bugfix Fixed a crash happening due to concurrent access of the MemoryQueue. #216

v4.4.0

18 Nov 14:45
Compare
Choose a tag to compare
  • 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

09 Oct 19:12
Compare
Choose a tag to compare
  • 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

02 Oct 18:59
Compare
Choose a tag to compare
  • 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

23 Jul 15:00
Compare
Choose a tag to compare
  • 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

23 Jul 15:00
Compare
Choose a tag to compare
  • feature Renamed the Tracker to PiwikTracker. #146
  • feature Added isOptedOut parameter to the PiwikTracker. #124

v4.0.0-beta2

23 Jul 15:00
Compare
Choose a tag to compare
  • feature Added the possibility to set the url for a sreen view event. #92
  • feature Added the functionality to start new sessions. #136
  • fixed The value of an event got wronly encoded when dispatching. #140
  • fixed Fixed an issue where tracking an event wasn’t possible from Objective-C code. #142

v4.0.0-beta1: Merge pull request #138 from piwik/swift3

23 Jul 15:01
Compare
Choose a tag to compare
  • feature Started rewrite in Swift
  • feature Tracking Screen Views
  • feature Tracking Events
  • feature URLSessionDispatcher
  • feature Non persistent Event Queue