|
1 | 1 | ## Change Logs
|
2 | 2 |
|
3 |
| -### 1.0.0 |
| 3 | +### 0.8.0 |
4 | 4 | - Feature:
|
| 5 | + - Update mySQL plugin to support two different parameter keys. (#186) |
| 6 | + - Add a `SW_AGENT_LOG_REPORTER_SAFE_MODE` option to control the HTTP basic auth credential filter (#200) |
5 | 7 |
|
6 | 8 | - Plugins:
|
7 | 9 | - Add Psycopg(3.x) support (#168)
|
|
21 | 23 | - Fix instance property wrongly shown as UNKNOWN in OAP (#194)
|
22 | 24 | - Fix multiple components inconsistently named on SkyWalking UI (#199)
|
23 | 25 | - Fix SW_AGENT_LOGGING_LEVEL not properly set during startup (#196)
|
| 26 | + - Unify the http tag name with other agents (#208) |
| 27 | + - Remove namespace to instance properties and add pid property (#205) |
| 28 | + - Fix the properties are not set correctly (#198) |
| 29 | + - Improved ignore path regex (#210) |
| 30 | + - Fix sw_psycopg2 register_type() (#211) |
| 31 | + - Fix psycopg2 register_type() second arg default (#212) |
| 32 | + - Enhance Traceback depth (#206) |
| 33 | + - Set spans whose http code > 400 to error (#187) |
24 | 34 |
|
25 | 35 | - Docs:
|
26 | 36 | - Add a FAQ doc on `how to use with uwsgi` (#188)
|
27 | 37 |
|
28 | 38 | - Others:
|
| 39 | + - Refactor current Python agent docs to serve on SkyWalking official website (#162) |
| 40 | + - Refactor SkyWalking Python to use the CLI for CI instead of legacy setup (#165) |
29 | 41 | - Add support for Python 3.10 (#167)
|
| 42 | + - Move flake configs all together (#169) |
| 43 | + - Introduce another set of flake8 extensions (#174) |
30 | 44 | - Add E2E test coverage for trace and logging (#199)
|
31 |
| - - Add a `SW_AGENT_LOG_REPORTER_SAFE_MODE` option to control the HTTP basic auth credential filter (#TBD) |
32 | 45 | - Now Log reporter `cause_exception_depth` traceback limit defaults to 10
|
| 46 | + - Enable faster CI by categorical parallelism (#170) |
| 47 | + |
33 | 48 | ### 0.7.0
|
34 | 49 |
|
35 | 50 | - Feature:
|
|
58 | 73 | - Fix module wrapt as normal install dependency (#123)
|
59 | 74 | - Explicit component inheritance (#132)
|
60 | 75 | - Provide dockerfile & images for easy integration in containerized scenarios (#159)
|
61 |
| - |
| 76 | + |
62 | 77 | ### 0.6.0
|
63 | 78 |
|
64 | 79 | - Fixes:
|
|
105 | 120 | - PyMongo Plugin (#60)
|
106 | 121 | - Rabbitmq Plugin (#53)
|
107 | 122 | - Make plugin compatible with Django (#52)
|
108 |
| - |
| 123 | + |
109 | 124 | - API
|
110 | 125 | - Add process propagation (#67)
|
111 | 126 | - Add tags to decorators (#65)
|
|
114 | 129 | - Add trace ignore (#59)
|
115 | 130 | - Support snapshot context (#56)
|
116 | 131 | - Support correlation context (#55)
|
117 |
| - |
| 132 | + |
118 | 133 | - Chores and tests
|
119 | 134 | - Test: run multiple versions of supported libraries (#66)
|
120 | 135 | - Chore: add pull request template for plugin (#61)
|
121 | 136 | - Chore: add dev doc and reorganize the structure (#58)
|
122 | 137 | - Test: update test health check (#57)
|
123 | 138 | - Chore: add make goal to package release tar ball (#54)
|
124 |
| - |
125 |
| - |
126 |
| - |
| 139 | + |
| 140 | + |
| 141 | + |
127 | 142 | ### 0.2.0
|
128 | 143 |
|
129 | 144 | - New plugins
|
|
0 commit comments