Firefly v5.0.1 is released

15 Apr 2022, Alvin Qiu

Firefly v5.0.1 updates the Kotlin version to 1.6.20, Kotlin coroutine version to 1.6.1. Fix the jackson security vulnerabilities. Please click view all to see the details.

Firefly v5.0.0 is released

22 Dec 2021, Alvin Qiu

Firefly v5.0.0 updates the Kotlin version to 1.6.10, Kotlin coroutine version to 1.6.0. Please click view all to see the details.

Firefly v5.0.0-alpha14 is released

11 Oct 2021, Alvin Qiu

Firefly v5.0.0-alpha14 updates the Kotlin version to 1.5.31, adds JNI helper module, HTTP client proxy configs and adapts JDK 17. Please click view all to see the details.

Firefly v5.0.0-alpha12 is released

24 Apr 2021, Alvin Qiu

Firefly v5.0.0-alpha12 updates the Kotlin version to 1.4.32, conscrypt version to 2.5.2 and adds some suspended APIs. Please click view all to see the details.

Firefly v5.0.0-alpha9 is released

17 Feb 2021, Alvin Qiu

Firefly v5.0.0-alpha9 refactors the net framework based on Kotlin coroutine, optimizes performance over 50%. Supports the newest JDK, e.g. JDK15 and updates the Kotlin version to 1.4.30. Please click view all to see the details.

Firefly v4.9.5 is released

25 Nov 2018, Alvin Qiu

Firefly v4.9.5 adds time-based log file split configuration, fixes the JDBC connection thread safe problem, remove the ALPN boot dependency, and updates the Kotlin version to 1.3.10. Please click view all to see the details.

Firefly v4.9.4 is released

12 Nov 2018, Alvin Qiu

Firefly v4.9.4 extracts firefly version configuration to the properties file, updates the coroutine version to 1.0.1, the Redisson version to 4.9.0, and the Conscrypt version to 1.4.1. Please click view all to see the details.

Firefly v4.9.3 is released

04 Nov 2018, Alvin Qiu

Firefly v4.9.3 migrates Kotlin version to 1.3.0, fixes the JDK11 compatibility and some bugs. Please click view all to see the details.

Firefly v4.9.1 is released

15 Oct 2018, Alvin Qiu

Firefly v4.9.1 adds OAuth2 APIs for HTTP server and client, CLI code generator, CORSHandler, AsyncWebJarHandler and fixes some bugs. Please click view all to see the details.

Firefly v4.8.1 is released

12 Jun 2018, Alvin Qiu

Firefly v4.8.1 adds Coroutine MDC adapter and fixes the AsynchronousTcpSession can not write big data on windows system. Please click view all to see the details.

Firefly v4.8.0 is released

30 Mar 2018, Alvin Qiu

Firefly v4.8.0 adds RedisSessionHandler, AsyncStaticFileHandler, and fixes the AsyncTransactionalManager JDBC connection early closed exception. Please click view all to see the details.

Firefly v4.7.0 is released

11 Jan 2018, Alvin Qiu

Firefly v4.7.0 adds new WebSocket DSL APIs, optimizes the HTTP2 codec's performance, and fixes some bugs. Please click view all to see the details.

Firefly v4.6.5 is released

15 Dec 2017, Alvin Qiu

Firefly v4.6.5 is a patch release. It fixes some bugs of the HTTP2 codec. Please click view all to see the details.

Firefly v4.6.4 is released

10 Dec 2017, Alvin Qiu

Firefly v4.6.4 is a patch release. It fixes the HTTP server receives body data error when it uses HTTP2 protocol. Please click view all to see the details.

Firefly v4.6.3 is released

04 Dec 2017, Alvin Qiu

Firefly v4.6.3 is a patch release. It fixes the Conscrypt compatibility problems. The Conscrypt 'sslEngine.unwrap(src, dst)' method can not support the destination buffer remaining is 0. In that case, the Conscrypt SSL engine will throw an EOFException. Please click view all to see the details.

Firefly v4.6.1 is released

03 Dec 2017, Alvin Qiu

Firefly v4.6.1 improves performance of network tools, set the OpenSSL is default SSL engine provider and fixes some bugs. Please click view all to see the details.

Firefly v4.6.0 is released

19 Nov 2017, Alvin Qiu

Firefly v4.6.0 adds OpenSSL engine support for network tools, named parameter SQL APIs, connection leak detector for HTTP client and fixes some bugs. We have completed the Kotlin API documents and SSL/TLS configuration documents. Please click view all to see the details.

Firefly v4.5.0 is released

27 Oct 2017, Alvin Qiu

Firefly v4.5.0 adds brand new Kotlin DSL API, asynchronous SQL client, and reactive stream adapter that helps us easier to building the asynchronous application. Please click view all to see the details.

Firefly v4.0.22 is released

01 Apr 2017, Alvin Qiu

Firefly v4.0.22 adds Metrics monitor for HTTP server/client, TCP server/client, JDBCHelper. The default reporter is Slf4jReporter, and the log name is firefly-monitor. Please click view all to see the details.

Firefly v4.0.21 is released

25 Feb 2017, Alvin Qiu

Firefly adds a brand new functional style fluent API to help you to build a complex network application and clean up a log of deprecated codes. Firefly 4.0.21 is now JDK8 only. Please click view all to see the details.