• 1.2.0 8f39f288fa

    1.2.0 Stable

    jeffcheasey88 released this 2025-08-20 11:55:47 +02:00 | 0 commits to javadoc since this release

    • Route Binder can now bind multiple parameters from one binder
    • SSE Message util class
    • Locker Consumer can now throws Throwable
    Downloads
  • 1.1.0 cf4af04f7a

    1.1.0 Stable

    jeffcheasey88 released this 2025-08-15 22:14:25 +02:00 | 5 commits to javadoc since this release

    • Binder can now bind multiple times the same type for the same method
    • Util Class for Query Parameters
    • Util Class for Body Response with Content-Length auto-fill
    • Locker's unsubscribe method is now optional
    • Safe Wait before closing connection
    Downloads
  • 1.0.2 1f75b0cd9a

    1.0.2 Stable

    jeffcheasey88 released this 2025-08-03 13:48:27 +02:00 | 14 commits to javadoc since this release

    • Better method's signature for exceptions
    • Fix method Context#isWebSocket is now HttpWriter#isWebSocket
    • Fix default void response (wasn't binding)
    • Fix Empty field in MultiPart/Form-Data
    • Add methods HttpWriter#write(Object), Router#addDefaultHeaders and Router#bind(Class,RouteProvider)
    • Improve Json -> adding Converter and fixing generic typing Object to '?'
    Downloads
  • 1.0.1 02d35c87b4

    1.0.1 Stable

    jeffcheasey88 released this 2025-07-16 09:46:34 +02:00 | 54 commits to javadoc since this release

    Updates:

    • Fix InvocationTargetException in post-process exception system
    • Add Json content copy on instantiation
    • Add Matcher in Functional Interface 'ResponseMapper'
    • Improve Multipart/form-data reading (now can read file & string together)
    • update password4j
    Downloads