Skip to content

Releases: youngmonkeys/ezyhttp

Release version 1.4.8

29 Jan 08:18
580e9d5

Choose a tag to compare

Use Dequeue stead of Stack

Release version 1.4.7

24 Jan 10:02
fce69fb

Choose a tag to compare

  1. Add ViewTemplateInputStreamLoader to allow load template if not found.
  2. Change DEFAULT_THREAD_POOL_SIZE of ResourceDownloadManager, ResourceUploadManager to Runtime.getRuntime().availableProcessors().
  3. Add callback to ResourceRequestHandler.

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.