Releases: Automattic/Automattic-Tracks-iOS
Releases · Automattic/Automattic-Tracks-iOS
0.12.1-beta.2
What's Changed
- Updates to sentry 7.24.1 by @diegoreymendez in #224
Full Changelog: 0.12.1-beta.1...0.12.1-beta.2
0.12.1-beta.1
What's Changed
- Bump version to 0.12.0 by @oguzkocer in #222
- Improves the error logging in
[TracksContextManager persistentStoreCoordinator]
. by @diegoreymendez in #223
Full Changelog: 0.12.0...0.12.1-beta.1
0.12.0
What's Changed
- Merge 0.11.1 stable release by @mokagio in #200
- Optimized the logic that increments the upload retry count. by @diegoreymendez in #201
- Make Mac OS version parsable by @MichelleTessier in #203
- Update Swift tools version from 5.3 to 5.5 by @mokagio in #206
- Add Buildkite Test Analytics support by @mokagio in #205
- Remove CircleCI by @jkmassel in #197
- Store and confirm what experiments a user is enrolled in by @charliescheer in #208
- Routine tooling upgrade by @mokagio in #210
- Homogenize
Package.swift
formatting by @mokagio in #211 - Add iOS device accessibility settings to device properties. by @selanthiraiyan in #214
- DRY string for
unavailable
UIApplication.State
by @mokagio in #212 - DRY
Fastfile
and stop trackingfastlane/README.md
by @mokagio in #215 - Update readme license to accurately reflect GPLv2 by @mchowning in #216
- Isolate call to Sentry
currentHub()
, which will be unavailable in v7.x by @mokagio in #218 - Add an anonymous ID to configure ExPlat for authenticated users by @jaclync in #213
- Use
key, value
instead of$0
in Dictionary.forEach
for readability by @mokagio in #219
New Contributors
- @charliescheer made their first contribution in #208
- @selanthiraiyan made their first contribution in #214
- @mchowning made their first contribution in #216
- @jaclync made their first contribution in #213
Full Changelog: 0.11.1...0.12.0
0.12.0-beta.2
Add an anonymous ID to configure ExPlat for authenticated users #213
0.12.0-beta.1
Add iOS device accessibility settings to device properties. #214 by @selanthiraiyan
0.11.2-beta.3
Adds ability to store experiment titles even if the value is nil/control to use as a confirmation for user experiment assignments
PR#208
0.11.2-beta.1
Optimizes the code to fetch and send local events so that it won't lock the main thread anymore.
0.11.1
What's Changed
- Update a url in README to trunk by @oguzkocer in #196
- Always throw an exception for a core data error that prevents us from initializing Tracks. by @MichelleTessier in #198
- Ensure network monitor path update handler is called on start by @mokagio in #199
New Contributors
- @oguzkocer made their first contribution in #196
- @MichelleTessier made their first contribution in #198
Full Changelog: 0.11.0...0.11.1
0.11.1-beta.1
Merge pull request #198 from Automattic/michelle/dayone-crash-hunt-ex…