Skip to content

Releases: errsole/errsole-sqlite

v3.0.3

18 Mar 21:24
Compare
Choose a tag to compare

Bugs

  • Fixed TypeScript data types

v3.0.2

05 Mar 19:42
Compare
Choose a tag to compare

Bugs

  • Fixed an issue with the notification API.

v3.0.1

27 Feb 12:37
Compare
Choose a tag to compare

Bugs

  • Fixed issue with index creation when recreating the logs table.

v3.0.0

24 Feb 12:51
Compare
Choose a tag to compare

Breaking Changes

  • Existing table indices have been modified to improve performance.

Improvements

  • Logs will now expire after 7 days by default.

v2.3.0

05 Feb 12:05
Compare
Choose a tag to compare

New Features

  • Added an API to delete all logs.

Improvements

  • Reduced SQLite file size after log deletion.

v2.2.0

25 Nov 10:40
Compare
Choose a tag to compare

New Features

  • Provided tablePrefix option to support logs for multiple apps.

Improvements

  • Gracefully ignoring corrupted log entries.

v2.1.0

04 Nov 08:56
Compare
Choose a tag to compare

New Features

  • Implemented notification APIs

v2.0.0

14 Sep 13:51
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.5

07 Aug 12:47
Compare
Choose a tag to compare

Bugs

  • Removed unnecessary code in the GitHub workflow by commenting it out.

v1.0.4

07 Aug 12:37
Compare
Choose a tag to compare

Improvements

  • Ignoring tests.