Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 646 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 646 Bytes

Changelog

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.

[1.9.0] - 2024-03-12

  • Eliminate the dependency on dotenv. However, the application will still load dotenv if it is available.

[1.4.0] - 2020-04-18

  • Introduce server middlewares (#31)

[1.1.0] - 2019-07-16

Added

  • Support for handling SIGTERM signal gracefully. Docker containers within Kubernetes can be terminated any time (the signal is sent to containers in a pod).