Skip to content

1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:09
· 5 commits to master since this release
c5612e5

Caution

This release has been migrated from kotlinx.datetime.Instant to kotlin.time.Instant.
Please see the corresponding deprecation and steps for resolution at https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant . As a consequence, kotlin versions <2.1.20 are no longer supported.
Please file an issue if you want a temporary duplicate API.

❔ Other

  • upgrade dependencies: migrate to datetime 0.7.0, kotlin 2.2
  • Merge pull request #35 from respawn-app/1.7.0
  • Disallow overriding CoroutineReceiver scope
  • Allow overriding CoroutineReceiver onTimeout to prevent crashes.
  • Hack to address https://issuetracker.google.com/issues/406271687