Skip to content

v2.0.0

Compare
Choose a tag to compare
@jasonraimondi jasonraimondi released this 22 Mar 19:46
· 13 commits to main since this release
8681638

What's Changed

  • feat: app test suite 馃帀 - link
  • feat: add documentation site - link
  • feat: add optional /metrics endpoint for prometheus / autoscalers - link
  • feat: add optional server encryption - link
  • feat: add a bunch more server configuration options including log level, pool configurations, cache control, etc.
  • refactor: rewrite removing nestjs by @jasonraimondi in #36
    • esm + typescript + decorators = headache and rewriting to hono was just more fun and easier
  • docs: update README.md with the updated AWS variables by @enstyled in #32

Breaking Changes

  • The default port has switched from 3000 to 3089. To keep using port 3000, use PORT=3000
  • AWS_ACCESS_KEY has been replaced with AWS_ACCESS_KEY_ID
  • AWS_SECRET_KEY has been replaced with AWS_SECRET_ACCESS_KEY
  • AWS_REGION has been replaced with AWS_DEFAULT_REGION

New Contributors

Full Changelog: v1.5.0...v2.0.0