Releases: errsole/errsole-sequelize
Releases · errsole/errsole-sequelize
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.4.1
Improvements
- Added tests
- Supporting TypeScript types
v1.4.0
New Features
- Added a new API to retrieve metadata
v1.3.1
Bugs
- Don't crash on the Post Logs API
Improvements
- Add index on errsole_logs(timestamp)
v1.3.0
New Features
- Time To Live (TTL) for logs.
v1.2.0
New Features
- Supporting Filter JSON.
- Providing Delete Config API.
v1.1.2
Bugs
- Fixed incorrect response in updatePassword API.
v1.1.1
Improvements
- Emitting a 'ready' event when the tables are ready.
Bugs
- Hold posting logs until the tables are created.
v1.1.0
New Features
- Sequelize storage plugin for Errsole.
v1.0.0
Major Release
- Now compatible with errsole.js version 2.0.0