Skip to content

Releases: GetStream/stream-core-android

1.0.0

24 Sep 07:24

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Implement support for local filtering by @gpunto in #14

New Features 🎉

Bug Fixes 🐛

  • Handle failures during socket connection by @gpunto in #15

Internal 🧪

New Contributors

Full Changelog: 0.2.0...1.0.0

0.2.0

01 Sep 12:04

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

27 Aug 11:46

Choose a tag to compare

First version

  • Initial release of the Android core SDK.

What is Stream Android Core

  • The stream-android-core SDK is an internal library used by multiple stream products.
  • Allows for the product to create a 'core' client which will manage the socket connection.
  • Provides processing mechanisms (retry, serial queue, batching) to be used in the product SDKs.

Future releases

  • The SDK will house common technical implementation for all the Stream Android products.

Full Changelog: https://github.com/GetStream/stream-core-android/commits/0.1.0