Releases: GetStream/stream-core-android
Releases · GetStream/stream-core-android
1.0.0
What's Changed
Breaking Changes 🛠
New Features 🎉
- Introduce the ability to supply
closecode andreasonwhen disconnecting by @aleksandar-apostolov in #16
Bug Fixes 🐛
Internal 🧪
- Add PR quality check, PR template and release.yaml by @aleksandar-apostolov in #12
- Add workflow to clean stale PRs by @gpunto in #13
- Align internal sort package to the public one. by @VelikovPetar in #18
- Add the
AGENTS.mdfile to support AI tools by @aleksandar-apostolov in #17
New Contributors
- @VelikovPetar made their first contribution in #18
Full Changelog: 0.2.0...1.0.0
0.2.0
What's Changed
- Allow for more explicit API declarations by @aleksandar-apostolov in #10
- Introduce sort & filters by @gpunto in #9
Full Changelog: 0.1.0...0.2.0
0.1.0
First version
- Initial release of the Android core SDK.
What is Stream Android Core
- The
stream-android-coreSDK 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