This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
Glitch v0.5.0
Pre-release
Pre-release
Glitch v0.5.0
The fifth pre-release before v1
stage. Unfortunately... I'm delaying release plans for v1
releases. I cannot provide any information when will be. But we have kind of stuff and many changes for this version, including
Kotlin Support
Please understand, this is a big project for solo programming journey. I am human too not a robot. Any contributions are be welcome.
Changes
- All Modules
- Kotlin Support is here. Planning to improvement for API side.
- refactoring gradle modules
- improvement documentation in the next part releases.
- [NEW] Reactive WebSocket Client implemented on
core
module
core
- Refactoring
HttpClient
and all Abstracted Services (all services are be implemented toIService
) - Adding some test solution for testing methods and endpoints.
- Refactoring
chat
- All solutions here are be simplified, Rate Limiters are be adding soon. Including Whispers and Chat Rooms.
pubsub
- Added Bits V2
- Updating Bits classes for Anonymous bits
- Added
MessageDeleteEvent
all
[NEW]- module has been added. It will contain all available modules from this project.
- documentations are be merged from
docs
module which it is removed
bom
is now lowercase, akaglitch-bom
- Dependency updates:
- OkHttp >>
3.13.1
- Gradle >>
5.2.1
- Kotlin >>
1.3.21
- OkHttp >>
Deprecations
- Project Lombok project is no longer be a part of this project.
- Deprecated old documentations. Planned to removed in
v1
production stage docs
module has been removed - Documentation are be moved intoall
module