libnetty

A set of some useful libraries based on netty-4.1.x.

MIT License

Stars
10
Committers
4
libnetty - Version 3.6.0 Latest Release

Published by fmjsjx 5 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.5.4...v3.6.0

libnetty - 3.6.0-RC1

Published by fmjsjx 6 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.5.4...v3.6.0-RC1

libnetty - Version 3.5.4

Published by fmjsjx 6 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.5.3...v3.5.4

libnetty - Version 3.5.3

Published by fmjsjx 7 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.5.2...v3.5.3

libnetty - Version 3.5.2

Published by fmjsjx 7 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.5.1...v3.5.2

libnetty - Version 3.5.1

Published by fmjsjx 7 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.5.0...v3.5.1

libnetty - Version 3.5.0

Published by fmjsjx 8 months ago

New Features

  • HTTP server supports Web Socket by using netty WebSocketFrameHandler directly.

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.4.0...v3.5.0

libnetty - Version 3.5.0-RC1

Published by fmjsjx 8 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.4.0...v3.5.0-RC1

libnetty - Version 3.4.0

Published by fmjsjx 10 months ago

New Features

HTTP server can be compatible with array query parameters automatically.

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.3.0...v3.4.0

libnetty - Version 3.4.0-RC1

Published by fmjsjx 10 months ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.3.0...v3.4.0-RC1

libnetty - Version 3.3.0

Published by fmjsjx about 1 year ago

New Features

  • HTTP server Router support setup routing policy: SIMPLE, TREE_MAP

Fixed Bugs

  • HTTP server Fastjson2JsonLibrary never caught FastjsonException on write

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.2.0...v3.3.0

libnetty - Version 3.3.0-RC3

Published by fmjsjx about 1 year ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.3.0-RC2...v3.3.0-RC3

libnetty - Version 3.3.0-RC2

Published by fmjsjx about 1 year ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.3.0-RC1...v3.3.0-RC2

libnetty - Version 3.3.0-RC1

Published by fmjsjx about 1 year ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.2.0...v3.3.0-RC1

libnetty - Version 3.2.0

Published by fmjsjx over 1 year ago

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.1.0...v3.2.0

libnetty - Version 3.1.0

Published by fmjsjx over 1 year ago

New Features

libnetty-http-server

  • Add Fastjson2JsonLibrary
  • Support multi-path on single controller

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.0.0...v3.1.0

libnetty - Version 3.1.0-M1

Published by fmjsjx over 1 year ago

libnetty-http-server

  • Add Fastjson2JsonLibrary
  • Support multi-path on single controller
  • Fix some bugs

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v3.0.0...v3.1.0-M1

libnetty - Version 3.0.0

Published by fmjsjx over 1 year ago

New Features

  • Upgrade to JDK-17

libnetty-http-client

  • Support MultipartBody (file upload) using "multipart/form-data".

Upgrade Dependencies

netty      4.1.85.Final > 4.1.87.Final
libcommon  2.8.0        > 3.0.0
junit      5.9.1        > 5.9.2
mockito    4.8.1        > 5.0.0
slf4j      1.7.36       > 2.0.6
logback    1.2.11       > 1.4.5

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v2.7.0...v3.0.0

libnetty - Version 3.0.0-RC1

Published by fmjsjx over 1 year ago

New Features

  • Upgrade to JDK-17

libnetty-http-client

  • Support MultipartBody (file upload) using "multipart/form-data".

Upgrade Dependencies

netty      4.1.85.Final > 4.1.87.Final
libcommon  2.8.0        > 3.0.0-RC1
junit      5.9.1        > 5.9.2
mockito    4.8.1        > 5.0.0
slf4j      1.7.36       > 2.0.6
logback    1.2.11       > 1.4.5

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v2.7.0...v3.0.0-RC1

libnetty - Version 2.7.0

Published by fmjsjx almost 2 years ago

New Features

libnetty-http-client

  • Add fast method authBasic() on request builder to support the "HTTP Basic Authentication" protocol

libnetty-http-server

  • Add MatchedRoute and store it in request context when matched route in Router.routing()
  • Support routing kotlin suspend functions

Upgrade Dependencies

kotlin                > 1.7.22
kotlinx-coroutines    > 1.6.4

netty      4.1.84.Final > 4.1.85.Final
libcommon  2.7.2        > 2.8.0
jackson    2.13.4       > 2.14.1

What's Changed

Full Changelog: https://github.com/fmjsjx/libnetty/compare/v2.5.1...v2.7.0