Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

27 lines (13 loc) · 1.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2024-12-14)

Features

  • update gateway plugin to accept options for reply-from, middie, and rate-limit (9a30b58)

1.0.1 (2024-12-14)

Features

  • add middlewares registration check in gateway plugin (cba01fc)

Bug Fixes

  • types: reorder properties in FastifyApiGatewayOptions for consistency (67723b9)
  • update release script commands to use double dash for options (740cf43)

1.0.0 (2024-12-14)

  • Initial release