Skip to content

Releases: errsole/errsole-sqlite

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.

v1.0.3

07 Aug 12:27
Compare
Choose a tag to compare

Improvements

  • Improved TypeScript compatibility.

v1.0.2

15 Jul 14:39
Compare
Choose a tag to compare

Bugs

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

v1.0.1

13 Jul 17:00
Compare
Choose a tag to compare

Improvements

  • Flush logs to the database in batches.

v1.0.0

27 Jun 14:57
Compare
Choose a tag to compare

Major Release

  • Compatible with Errsole version 2.0.0

v0.0.1

25 Jun 10:57
Compare
Choose a tag to compare

Full Changelog: https://github.com/errsole/errsole-sqlite/commits/v0.0.1

This is a pre-release version and not intended for production use.