Skip to content

Releases: errsole/errsole-sequelize

v2.0.0

13 Sep 13:12
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.4.1

08 Aug 10:18
Compare
Choose a tag to compare

Improvements

  • Added tests
  • Supporting TypeScript types

v1.4.0

17 May 09:31
Compare
Choose a tag to compare

New Features

  • Added a new API to retrieve metadata

v1.3.1

11 May 06:03
Compare
Choose a tag to compare

Bugs

  • Don't crash on the Post Logs API

Improvements

  • Add index on errsole_logs(timestamp)

v1.3.0

04 May 15:26
Compare
Choose a tag to compare

New Features

  • Time To Live (TTL) for logs.

v1.2.0

29 Apr 08:39
Compare
Choose a tag to compare

New Features

  • Supporting Filter JSON.
  • Providing Delete Config API.

v1.1.2

24 Apr 11:19
Compare
Choose a tag to compare

Bugs

  • Fixed incorrect response in updatePassword API.

v1.1.1

22 Apr 12:47
Compare
Choose a tag to compare

Improvements

  • Emitting a 'ready' event when the tables are ready.

Bugs

  • Hold posting logs until the tables are created.

v1.1.0

21 Apr 15:19
Compare
Choose a tag to compare

New Features

  • Sequelize storage plugin for Errsole.

v1.0.0

05 Apr 06:11
Compare
Choose a tag to compare

Major Release

  • Now compatible with errsole.js version 2.0.0