Skip to content

Releases: mikaelvesavuori/mikrolog

Version 2.1.1

20 Oct 17:37

Choose a tag to compare

What's Changed

  • Add support for setting custom HTTP status codes on all types of logs
  • Update dependencies
  • Minor clean up of comments

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

01 Oct 08:51

Choose a tag to compare

What's Changed

  • Add support for setting the DEBUG sampling rate
  • Bump (developer) dependencies
  • Update docs
  • Add tests
  • Restructure metadataUtils.ts to infrastructure folder

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

25 Jul 09:42

Choose a tag to compare

What's Changed

  • Update API
  • Update implementation to use singleton rather than process.env
  • Add security section to docs
  • sync timestamp formats between MikroLog and MikroTrace
  • update docs
  • add support for alphabetically sorted logs
  • refactor(): use private writeLog method to reduce duplication of process.stdout.write() calls in MikroLog entity
  • docs(typedoc): add package script for creating docs with Typedoc

Full Changelog: v1.0.2...v2.0.0

Version 1.0.2

10 Jul 21:28

Choose a tag to compare

This version contains a number of smaller refactorings, most interestingly when it comes to making a better check for valid falsy values in log key-value pairs. MikroLog will now retain (as valid lines) anything that has false or 0 as values.

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

10 Jul 18:36

Choose a tag to compare

This release includes a bit of refactoring, clean-up and most crucially, it addresses an oversight in version 1.0.0 in where the setting of dynamic metadata was completely missed.

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

10 Jul 16:27

Choose a tag to compare

Initial public version.