Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 1.8 KB

Changelog

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

2.0.2 (2023-10-10)

Bug Fixes

2.0.1 (2023-03-26)

Bug Fixes

2.0.0 (2023-03-26)

⚠ BREAKING CHANGES

  • switch from koa to fastify and modify API

Features

  • support lock-free concurrency control (b24b49e)
  • switch from koa to fastify and modify API (507d5c0)

Bug Fixes

  • fix config options (a547c84)
  • fix docker build (eea6edd)
  • fix fastify listening addr and update deps (700b4d7)
  • fix import path for jest (62b4ca6)