0.8.0
What's Changed
- spans correctly reference finished parents by @tom-pytel in #161
- Refactor current Python agent docs to serve on SkyWalking official website by @Superskyyy in #162
- fix broken url by @JaredTan95 in #163
- Remove docs from main README.md - Add website doc links. by @Superskyyy in #164
- Refactor SkyWalking Python to use the CLI for CI instead of legacy setup by @Superskyyy in #165
- Remove places that mentions Python 3.5 support due to EOL by @Superskyyy in #166
- Cleanup and Python 3.10 support by @Superskyyy in #167
- filled out rest of psycopg 3 plugin by @tom-pytel in #168
- Move flake configs all together by @kezhenxu94 in #169
- Enable faster CI by categorical parallelism by @Superskyyy in #170
- Introduce better coding style by @Superskyyy in #171
- Minimize
exclude
in lint by @kezhenxu94 in #173 - Introduce another set of flake8 extensions by @Superskyyy in #174
- fix aiohttp outgoing request url by @tom-pytel in #175
- bugfix: flask + nginx got KeyError: 'REMOTE_PORT' in sw_flask.py plugin by @VxCoder in #176
- Add missing ending quote by @kezhenxu94 in #177
- updated deprecated configuration by @doddi in #179
- Add plugin for mysqlclient by @katelei6 in #178
- Fix sw-rabbitmq TypeError when there are no headers by @dcryans in #182
- Fix agent bootup traceback not shown in sw-python CLI by @Superskyyy in #183
- Add plugin for FastAPI by @katelei6 in #181
- Support CI container logs by @Superskyyy in #185
- Update mySQL plugin to support two different parameter keys. by @katelei6 in #186
- add the code > 400 is error by @katelei6 in #187
- Doc: add
how to use with uwsgi
by @arcosx in #188 - Fix: right doc link for How To Use With uWSGI by @arcosx in #189
- The local log stack depth is not truncated by @wzy960520 in #190
- Revert "The local log stack depth is not truncated (#190)" by @Superskyyy in #191
- Fix sw_formatter wrongly set cache that impacts user handlers by @Superskyyy in #192
- Fix typo that cause failure in loading user sitecustomize.py by @Superskyyy in #193
- Drop support for Flask 1.x due to EOL & Jinja2 issue by @Superskyyy in #195
- Update agent docs, changelogs and PR template. by @Superskyyy in #197
- Fix Python shown as UNKNOWN language in OAP by @Superskyyy in #194
- Fix logging level not properly set according to config by @Superskyyy in #196
- Fix the properties are not set correctly by @kezhenxu94 in #198
- Add E2E coverage for Trace and Logging by @Superskyyy in #199
- Support log reporter safe mode by @Superskyyy in #200
- Fix scheduled event fails changes CI by @Superskyyy in #201
- Fix deadlink and CI on schedule by @Superskyyy in #203
- Remove namespace to instance properties and add pid by @kezhenxu94 in #205
- Enhance Traceback depth default to 10 by @Superskyyy in #206
- Unify the tag name with other agents by @kezhenxu94 in #208
- Improved ignore path regex by @tom-pytel in #210
- Fix sw_psycopg2 register_type() by @tom-pytel in #211
- Fix psycopg2 register_type() second arg default by @tom-pytel in #212
- Add plugin doc check in CI by @JarvisG495 in #213
- Fix typo in docker/Makefile by @jiang1997 in #216
- Update UI repository link in PR template by @kezhenxu94 in #217
- Add plugin for bottle by @jiang1997 in #214
- Draft release 0.8.0 by @kezhenxu94 in #219
- Migrate license checker to license-eye and adjust the release script by @kezhenxu94 in #220
New Contributors
- @JaredTan95 made their first contribution in #163
- @VxCoder made their first contribution in #176
- @doddi made their first contribution in #179
- @katelei6 made their first contribution in #178
- @dcryans made their first contribution in #182
- @arcosx made their first contribution in #188
- @wzy960520 made their first contribution in #190
- @JarvisG495 made their first contribution in #213
- @jiang1997 made their first contribution in #216
Full Changelog: v0.7.0...v0.8.0