Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 489 Bytes

0.2.3

  • move to github
  • change license to Apache 2.0

0.2.2

  • remove opentelemetry-sdk from dependencies

0.2.1

  • add ctx property to ContextWrap

0.2.0

  • simplify context - it is not longer a Generic class/Protocol
  • added ctx_wrap function that attached context to ContextVar
  • removed GenericContext

0.1.4

  • log: serialize data fields and user id always as str

0.1.3

  • fix tests
  • support for python >= 3.9

0.1.2

  • flat dict in logging

0.1.0

  • Initial release