|
1 | 1 | ## Change Logs |
2 | 2 |
|
3 | 3 | ### 1.0.0 |
| 4 | + |
| 5 | +- **Important Note and Breaking Changes:** |
| 6 | + - Python 3.6 is no longer supported and may not function properly. |
| 7 | + - A number of configuration options (mostly environment variables) are renamed to follow the convention of |
| 8 | + 'SW_AGENT' prefixes, please check with the latest official documentation before upgrading. (#273) |
| 9 | + |
| 10 | + https://skywalking.apache.org/docs/skywalking-python/v1.0.0/en/setup/configuration/ |
| 11 | + - All agent core capabilities are now covered by test cases and enabled by default (Trace, Log, PVM runtime metrics, Profiler) |
| 12 | + |
| 13 | + |
4 | 14 | - Feature: |
5 | | - - Drop support for Python 3.6 |
6 | | - - Add support for Python 3.11 (Pending) |
7 | | - - Add MeterReportService (gRPC, Kafka reporter) (default:disabled) (#231, #236, #241, #243) |
8 | | - - Add reporter for PVM runtime metrics (default:disabled) (#238, #247) |
| 15 | + - Add MeterReportService (gRPC, Kafka reporter) (default:enabled) (#231, #236, #241, #243) |
| 16 | + - Add reporter for PVM runtime metrics (default:enabled) (#238, #247) |
9 | 17 | - Add Greenlet profiler (#246) |
10 | 18 | - Add test and support for Python Slim base images (#249) |
11 | 19 | - Add support for the tags of Virtual Cache for Redis (#263) |
|
29 | 37 | - Enforce tag class type conversion (#262) |
30 | 38 | - Fix sw_logging (log reporter) potentially throw exception leading to traceback confusion (#267) |
31 | 39 | - Avoid reporting meaningless tracecontext with logs when there's no active span, UI will now show empty traceID (#272) |
| 40 | + - Fix exception handler in profile_context (#273) |
32 | 41 |
|
33 | 42 | - Docs: |
34 | 43 | - New documentation on how to test locally (#222) |
35 | 44 | - New documentation on the newly added meter reporter feature (#240) |
36 | 45 | - New documentation on the newly added greenlet profiler and the original threading profiler (#250) |
37 | 46 | - Overhaul documentation on development setup and testing (#249) |
38 | 47 | - Add tables to state currently supported features of Python agent. (#271) |
| 48 | + - New configuration documentation generator (#273) |
39 | 49 |
|
40 | 50 | - Others: |
41 | 51 | - Pin CI SkyWalking License Eye (#221) |
|
0 commit comments