Skip to content

Releases: mikaelvesavuori/mikrolog

Version 2.1.5

10 Nov 11:12
Compare
Choose a tag to compare

What's Changed

  • Add isColdStart field on log (useful in serverless circumstances)

Full Changelog: v2.1.4...v2.1.5

Version 2.1.4

07 Nov 14:31
Compare
Choose a tag to compare

What's Changed

  • Remove lifecycleStage from metadata
  • Rename route to resource
  • Make dataSensitivity a string and therefore more flexible

Full Changelog: v2.1.3...v2.1.4

Version 2.1.3

22 Oct 09:24
Compare
Choose a tag to compare

What's Changed

  • Add setCorrelationId() functionality and also add correlationId field to enrich() method
  • Update README with instructions on the usage of above features

Full Changelog: v2.1.2...v2.1.3

Version 2.1.2

22 Oct 08:56
Compare
Choose a tag to compare

What's Changed

  • Add isDebugLogSampled()
  • Update README with new order, where "Logging" section is now before "Configuration"
  • Update README with examples of how to use the isDebugLogSampled() functionality, also cross-boundary

Full Changelog: v2.1.1...v2.1.2

Version 2.1.1

20 Oct 17:37
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Initial public version.