Releases: nubank/Amplitude-Flutter
Releases · nubank/Amplitude-Flutter
1.4.2
1.4.1
Allow Dart 3
1.4.0
1.3.5
1.3.4
- Remove older events when the buffer is full
1.3.3
- Remove older events when the buffer is full
- If the amount of events submitted (numEvents) are lower than length this means the API is throttling (returning 413), so keep using the same numEvents until finishing submitting all events.
1.3.2
- Don't try to flush on each new event when the
numEvents
is not null, this prevents from keep retrying too soon
when the buffer is too large.
by @luisrjaeger in #17
1.3.1
1.3.0+patched-2
What's Changed
- Remove prints by @miguelslemos in #12
1.3.0+patched-1
What's Changed
- do not get advertisingId anymore by @mateusvtt in #11
Full Changelog: 1.3.0+patched...1.3.0+patched-1