Skip to content

v1.30.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:20
Immutable release. Only release title and notes can be modified.

1.30.1 (2026-07-30)

Bug Fixes

  • android: replace same-name instances automatically (SDK-171) (#432) (4dd846d)
  • allow garbage collection of abandoned Amplitude instances (#425) (5e53a6a)
  • android: stop network callbacks leaking Amplitude instances (SDKA-31) (#433) (8cea39f), closes #236
  • core: null-safe filename filter in EventsFileManager (SDK-176) (#423) (339b8bc)

Performance Improvements

  • use shared Dispatchers.IO instead of SDK-owned thread pools (#426) (2b46e4e), closes #388