Release Apache SkyWalking Python 0.5.0
Release Apache SkyWalking Python 0.5.0.
	
	SkyWalking Python 0.5.0 is released. Go to downloads page to find release tars.
- 
New plugins - Pyramid Plugin (#102)
- AioHttp Plugin (#101)
- Sanic Plugin (#91)
 
- 
API and enhancements - @tracedecorator supports- asyncfunctions
- Supports async task context
- Optimized path trace ignore
- Moved exception check to Span.__exit__
- Moved Method & Url tags before requests
 
- 
Fixes: - BaseExceptionsnot recorded as errors
- Allow pending data to send before exit
- sw_flaskgeneral exceptions handled
- Make skywalkinglogging Non-global
 
- 
Chores and tests - Make tests really run on specified Python version
- Deprecate 3.5 as it’s EOL