Releases: errsole/errsole-sqlite
Releases · errsole/errsole-sqlite
v2.2.0
New Features
- Provided tablePrefix option to support logs for multiple apps.
Improvements
- Gracefully ignoring corrupted log entries.
v2.1.0
New Features
- Implemented notification APIs
v2.0.0
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
Bugs
- Removed unnecessary code in the GitHub workflow by commenting it out.
v1.0.3
Improvements
- Improved TypeScript compatibility.
v1.0.2
Bugs
- Create missing indices
- Don't flush if the pending logs array is empty.
v1.0.1
Improvements
- Flush logs to the database in batches.
v1.0.0
Major Release
- Compatible with Errsole version 2.0.0