All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Eliminate the dependency on
dotenv
. However, the application will still loaddotenv
if it is available.
- Introduce server middlewares (#31)
- Support for handling
SIGTERM
signal gracefully. Docker containers within Kubernetes can be terminated any time (the signal is sent to containers in a pod).