Skip to content

v1.4.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 23 Mar 15:13
· 346 commits to main since this release
3c07665

Minor release changes

  • Add support for loading .env files via HBEnvironment.dotEnv()
  • Add HBEnvironment.merging to create an HBEnvironment by merging two other HBEnvironment together. Can use this alongside .dotEnv() to merge contents of .env file into your environment.
  • Add new HBApplication.Configuration member maxStreamedUploadSize so we can have different payload size requirements for streamed and non-streamed routes.
    • maxUploadSize applies to request payloads from non-streamed routes.
    • maxStreamedUploadSize applies to request payloads that are streamed.

## Patch release changes

  • Fixed crash when collating large byte buffer for async route