Releases: errsole/errsole.js
Releases · errsole/errsole.js
v2.8.5
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
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
Bugs
- Fixed a bug in Hapi proxy middleware
v2.8.2
Bugs
- Fixed a bug in hapiProxyMiddleware
v2.8.1
Improvements
- Showing the metadata only for logs sourced from errsole.
v2.8.0
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
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
Bugs
- Using complete URLs in the README to prevent path breakage on NPM.
v2.6.0
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
New Features
- Added Errsole Proxy Middlewares for Express and Fastify.