Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Latest commit

 

History

History
120 lines (68 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

120 lines (68 loc) · 4.49 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

11.3.0 — 2022-07-07

This version does not introduce any user-facing changes.

11.2.0 — 2022-04-18

⚠️ Notices

  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#16941 by @bbarthec)

11.1.1 - 2022-02-01

🐛 Bug fixes

  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @kudo)

11.1.0 — 2021-12-03

This version does not introduce any user-facing changes.

11.0.4 — 2021-11-03

This version does not introduce any user-facing changes.

11.0.2 — 2021-11-03

🐛 Bug fixes

  • Fixed setUserIdAsync throwing error on Android when null is passed. (#15028 by @tsapeta)

11.0.1 — 2021-10-01

This version does not introduce any user-facing changes.

11.0.0 — 2021-09-28

🛠 Breaking changes

  • Remove the deprecated, non-async methods: initialize, setUserId, setUserProperties, clearUserProperties, logEvent, logEventWithProperties, setGroup and setTrackingOptions. (#13675 by @Simek)
  • Dropped support for iOS 11.0 (#14383 by @cruzach)

🐛 Bug fixes

  • Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)

💡 Others

10.2.0 — 2021-06-16

🐛 Bug fixes

💡 Others

  • Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)

10.1.0 — 2021-03-10

🎉 New features

  • Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)

10.0.0 — 2021-01-15

🛠 Breaking changes

9.0.0 — 2020-11-17

🛠 Breaking changes

  • Renamed all methods to include the 'Async' suffix:
    • initialize to initializeAsync
    • setUserId to setUserIdAsync
    • setUserProperties to setUserPropertiesAsync
    • clearUserProperties to clearUserPropertiesAsync
    • logEvent to logEventAsync
    • logEventWithProperties to logEventWithPropertiesAsync
    • setGroup to setGroupAsync
    • setTrackingOptions to setTrackingOptionsAsync (#9212 by @cruzach)
  • All methods now return a Promise. (#9212 by @cruzach)

8.3.1 — 2020-08-24

🛠 Breaking changes

  • Upgraded native Amplitude iOS library from 4.7.1 to 6.0.0. This removes the IDFA code that was previously included with the Amplitude library. disableIDFA option for Amplitude.setTrackingOptions is removed. If you would like to collect the IDFA, you must be in the bare workflow. (#9880 by @bbarthec)

8.3.0 — 2020-08-18

This version does not introduce any user-facing changes.

8.2.1 — 2020-05-29

This version does not introduce any user-facing changes.

8.2.0 — 2020-05-27

This version does not introduce any user-facing changes.