- move to github
- change license to Apache 2.0
- remove opentelemetry-sdk from dependencies
- add
ctx
property toContextWrap
- simplify context - it is not longer a Generic class/Protocol
- added ctx_wrap function that attached context to ContextVar
- removed GenericContext
- log: serialize data fields and user id always as str
- fix tests
- support for python >= 3.9
- flat dict in logging
- Initial release