Releases: errsole/errsole-sqlite
Releases · errsole/errsole-sqlite
v3.0.3
Bugs
- Fixed TypeScript data types
v3.0.2
Bugs
- Fixed an issue with the notification API.
v3.0.1
Bugs
- Fixed issue with index creation when recreating the logs table.
v3.0.0
Breaking Changes
- Existing table indices have been modified to improve performance.
Improvements
- Logs will now expire after 7 days by default.
v2.3.0
New Features
- Added an API to delete all logs.
Improvements
- Reduced SQLite file size after log deletion.
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.