Skip to content

Releases: youngmonkeys/ezyhttp

Release version 1.4.6

20 Dec 12:22
c867355

Choose a tag to compare

Use FileChannel to improve file download by ranges performance.

Release version 1.4.4

04 Oct 15:34

Choose a tag to compare

Allow set request body size via server.max_request_body_size

Release version 1.4.3

11 Sep 05:02

Choose a tag to compare

  • add ViewContext.renderHtml method

Release version 1.4.1

08 Aug 09:58

Choose a tag to compare

Add RequestUriManager.isAuthenticatableURI method

Full Changelog: v1.4.0...v1.4.1

Release version 1.4.0

08 Aug 08:14

Choose a tag to compare

What's Changed

  • Add graphql query names by group name by @tvd12 in #59
  • update graphql argument by @tvd12 in #60

Full Changelog: v1.3.9...v1.4.0

Release version 1.3.9

23 Apr 15:53

Choose a tag to compare

Set default UTF-8 encoding for thymeleaf

Release version 1.3.8

23 Apr 04:44

Choose a tag to compare

Fix the critical URITree's bug:

If we have 2 URIs:

  1. /{productCode}/checkout/shopping-cart
  2. /co-chua/product

Then user access /co-chua/checkout/shopping-cart, they can not because URITree.getMatchedURI recognizes co-chua first and not comeback to parse {productCode}.

Release version 1.3.7

01 Mar 02:10

Choose a tag to compare

Update jetty and tomcat to use X-Forwarded-Proto for case use proxy server.

Release version 1.3.6

14 Feb 09:34
dc833da

Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

Release version 1.3.5

24 Jan 14:30
736a339

Choose a tag to compare

http client upload