Releases: hypercube1024/firefly
Releases · hypercube1024/firefly
firefly-5.0.1 release
Firefly v5.0.1 updates the Kotlin version to 1.6.20, Kotlin coroutine version to 1.6.1. Fix the jackson security vulnerabilities.
Update log:
- Updates Kotlin version to 1.6.20.
- Updates Kotlin coroutine version to 1.6.1.
- Updates jackson data bind version to 2.13.2.2.
firefly-5.0.0-final
Firefly v5.0.0 updates the Kotlin version to 1.6.10, Kotlin coroutine version to 1.6.0.
Update log:
- Updates Kotlin version to 1.6.10.
- Updates Kotlin coroutine version to 1.6.0.
firefly-5.0.0-alpha15 release
- update Kotlin version to 1.6.0
firefly-5.0.0-alpha13
- Update Kotlin version to 1.5.21
- Update dokka version to 1.5.0 and add dokka build config for jdk8 and jdk11
- Add
read
,write
,close
timeout parameter extension function for TcpConnection. - Add JNI helper module
firefly-5.0.0-alpha9
- update example
- add some Kotlin extension APIs
firefly-5.0.0-alpha8 release
- Update Kotlin version to 1.4.30.
- Add example module.
- Add serialization module.
firefly-5.0.0-alpha7 release
- Refactor the net framework based on Kotlin coroutine.
- Optimize performance over 50%.
- The newest JDK is compatible. e.g. JDK15.
- A new API design that is scalable.
Firefly 4.9.5 release
Update log:
- Add time-based log file split configuration.
- Fix the JDBC connection thread safe problem.
- Remove ALPN boot dependency.
- Update Kotlin version to 1.3.10.
Firefly 4.9.3 relase
Merge pull request #77 from hypercube1024/firefly-4.9.3_release Firefly 4.9.3 release