Skip to content

Releases: errsole/errsole-mysql

v3.0.0

19 Feb 07:12
Compare
Choose a tag to compare

Breaking Changes

  • Updated MySQL indices
  • Added a full-text search index

v2.3.0

17 Jan 09:33
Compare
Choose a tag to compare

New Features

  • Added an API to delete all logs.

Bug Fixes

  • Updated errsole_config table column to support larger values.

v2.2.0

25 Nov 10:08
Compare
Choose a tag to compare

New Features

  • Provided the tablePrefix option to support logs for multiple apps.

v2.1.0

18 Oct 13:09
Compare
Choose a tag to compare

New Features

  • Implemented notification APIs

v2.0.0

13 Sep 13:02
Compare
Choose a tag to compare

Breaking Changes

  • Introduced a new column errsole_id in the table (with updated table name).

New Features

  • Added support for filtering logs by errsole_id and hostnames.
  • Implemented a new API to retrieve available hostnames.

v1.0.4

08 Aug 09:51
Compare
Choose a tag to compare

Improvements

  • Supporting TypeScript types

v1.0.3

15 Jul 14:47
Compare
Choose a tag to compare

Improvements

  • Make timestamp milliseconds accurate.
  • Added unit tests.

Bugs

  • Don't flush if the pending logs array is empty.

v1.0.2

11 Jul 09:29
Compare
Choose a tag to compare

Bugs

  • Fixed a bug in the search logs API.

Improvements

  • Added unit tests.

v1.0.1

02 Jul 12:25
Compare
Choose a tag to compare

Improvements

  • Implemented batch saving of logs to the database for improved efficiency.

Bugs

  • Fixed a bug in the search logs API.

v1.0.0

27 Jun 06:34
Compare
Choose a tag to compare

Major Release

  • Compatible with Errsole version 2.0.0