Skip to content

0.5.0

Compare
Choose a tag to compare
@wu-sheng wu-sheng released this 31 Dec 00:53
· 192 commits to master since this release
3947a6c
  • New plugins

    • Pyramid Plugin (#102)
    • AioHttp Plugin (#101)
    • Sanic Plugin (#91)
  • API and enhancements

    • @trace decorator supports async functions
    • Supports async task context
    • Optimized path trace ignore
    • Moved exception check to Span.__exit__
    • Moved Method & Url tags before requests
  • Fixes:

    • BaseExceptions not recorded as errors
    • Allow pending data to send before exit
    • sw_flask general exceptions handled
    • Make skywalking logging Non-global
  • Chores and tests

    • Make tests really run on specified Python version
    • Deprecate 3.5 as it's EOL