v2.0.0
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
to3089
. To keep using port3000
, usePORT=3000
AWS_ACCESS_KEY
has been replaced withAWS_ACCESS_KEY_ID
AWS_SECRET_KEY
has been replaced withAWS_SECRET_ACCESS_KEY
AWS_REGION
has been replaced withAWS_DEFAULT_REGION
New Contributors
Full Changelog: v1.5.0...v2.0.0