Skip to content

Releases: errsole/errsole.js

v2.8.5

15 Jul 11:44
8dccf60
Compare
Choose a tag to compare

Improvements

  • Remembering log filters
  • Added benchmarks
  • Added more unit tests
  • Included new badges in README
  • Replaced errsole-sequelize with: errsole-sqlite, errsole-mysql, errsole-postgres

v2.8.4

02 Jul 11:14
Compare
Choose a tag to compare

Improvements

  • Implemented streaming for data storage to improve efficiency and performance.
  • Added unit tests to ensure reliability and maintainability of the codebase.

v2.8.3

12 Jun 09:17
Compare
Choose a tag to compare

Bugs

  • Fixed a bug in Hapi proxy middleware

v2.8.2

11 Jun 12:38
Compare
Choose a tag to compare

Bugs

  • Fixed a bug in hapiProxyMiddleware

v2.8.1

19 May 09:51
Compare
Choose a tag to compare

Improvements

  • Showing the metadata only for logs sourced from errsole.

v2.8.0

17 May 09:38
Compare
Choose a tag to compare

New Features

  • Implemented proxy middleware for NestJS
  • Implemented proxy middleware for Hapi
  • Enabled log search functionality within a 24-hour window
  • Added a LinkedIn share button

v2.7.0

13 May 12:32
Compare
Choose a tag to compare

New Features

  • Enhanced Errsole custom logger with additional metadata.
  • Added proxy middleware support to Koa.
  • Expanded log details to include hostname, process ID, source, and log level.

v2.6.1

09 May 09:30
Compare
Choose a tag to compare

Bugs

  • Using complete URLs in the README to prevent path breakage on NPM.

v2.6.0

09 May 09:06
Compare
Choose a tag to compare

New Features

  • You can include metadata with logs.
  • Displaying process details alongside logs.

Bugs

  • Display docs and code examples in the NPM repository.

v2.5.0

08 May 08:39
Compare
Choose a tag to compare

New Features

  • Added Errsole Proxy Middlewares for Express and Fastify.