Releases: errsole/errsole-mysql
Releases · errsole/errsole-mysql
v3.0.0
Breaking Changes
- Updated MySQL indices
- Added a full-text search index
v2.3.0
New Features
- Added an API to delete all logs.
Bug Fixes
- Updated errsole_config table column to support larger values.
v2.2.0
New Features
- Provided the
tablePrefix
option to support logs for multiple apps.
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.4
Improvements
- Supporting TypeScript types
v1.0.3
Improvements
- Make timestamp milliseconds accurate.
- Added unit tests.
Bugs
- Don't flush if the pending logs array is empty.
v1.0.2
Bugs
- Fixed a bug in the search logs API.
Improvements
v1.0.1
Improvements
- Implemented batch saving of logs to the database for improved efficiency.
Bugs
- Fixed a bug in the search logs API.
v1.0.0
Major Release
- Compatible with Errsole version 2.0.0