Releases: Automattic/Automattic-Tracks-Android
Releases · Automattic/Automattic-Tracks-Android
6.0.9
What's Changed
🔒 Security
- okhttp bumped to 4.9.2 to address CVE-2021-0341 (
HostnameVerifiercould be defeated by non-strict-ASCII hostnames). This is a transitive dependency surfaced by Dependabot in downstream apps consumingcrashlogging. See #304 for details.
All changes
- Null-guard Configuration.locale in MessageBuilder by @adalpari in #299
- chore: pin third-party GitHub Actions to SHAs + enable Dependabot github-actions by @mahangu in #301
- Bump the github-actions group with 2 updates by @dependabot in #302
- Update okhttp version to 4.9.2 to resolve HostnameVerifier security issue by @mzorz in #304
Full Changelog: 6.0.8...6.0.9
6.0.8
6.0.7
Note
You might experience a breaking change in experimentation module. If you use named arguments for VariationsRepository#create, you have to update from okHttpClient to callFactory.
What's Changed
Full Changelog: 6.0.6...6.0.7
6.0.6
What's Changed
- Improve UserAgent string for Tracks client by @anandnalya in #279
Internal
- [Dependency Update] Update
dependency-analysisto 2.19.0 by @ParaskP7 in #272 - [Dependency Analysis] Remove Unused Dependencies by @ParaskP7 in #275
New Contributors
- @anandnalya made their first contribution in #279
Full Changelog: 6.0.5...6.0.6
6.0.5
6.0.4
What's Changed
- Bump io.sentry:sentry-bom from 7.17.0 to 8.17.0 by @dependabot[bot] in #267
History log
- Add Gravatar user type by @hamorillo in #263
- Revert "Merge pull request #263 from Automattic/hamorillo/gravatar_user_type" by @hamorillo in #265
Full Changelog: 6.0.3...6.0.4
6.0.3
What's Changed
- Don't crash when ExPlat API request failed by @wzieba in #253
- Bump io.sentry:sentry-bom from 7.14.0 to 7.17.0 by @dependabot in #252
Full Changelog: 6.0.2...6.0.3
6.0.2
6.0.1
6.0.0
What's Changed
experimentation module doesn't rely on FluxC anymore.
The API got improved, but contains breaking changes. See experimentation/README.md file and KDoc for VariationsRepository for more details
- feature branch: refactor
experimentationto not use FluxC by @wzieba in #244- Introduce
ExperimentRestClientand basic domain models by @wzieba in #237 - Introduce file-based persistence for Experimentation module by @wzieba in #238
- Experimentation: replace FluxC with internal components by @wzieba in #239
- Support passing
anon_idto ExPlat by @wzieba in #240 - Experimentation without FluxC: example app by @wzieba in #241
- Improve threading and test suite by @wzieba in #242
- Make anon id mandatory. Simplify API, remove
refreshby @wzieba in #245 - Experiments public contract by @wzieba in #243
- Add auth token by @wzieba in #246
- Introduce
- Bump ktlint to the latest backward compatible version by @wzieba in #236
- [Dependency Analysis] Remove Unused Dependencies by @ParaskP7 in #235
Full Changelog: 5.2.0...6.0.0