|
1 | 1 | # Unreleased |
2 | | - |
3 | | -### [JVM Probe](https://github.com/sourceplusplus/probe-jvm) |
4 | | - |
5 | | -#### Added |
6 | | -- Shutdown service to ensure all collected metrics are sent before JVM shutdown |
7 | | -- Default uncaught exception handler |
8 | | -- Ability to partition live meters |
9 | | -- `spp.wait_for_platform` configuration to wait for platform to be available before starting |
10 | | -- `spp.enabled` to globally enable/disable probe |
11 | | -- `spp.probe_id` to specify static probe id |
12 | | -- `SPP_PROBE_CONFIG_FILE` for specifying probe config file location |
13 | | - |
14 | | -#### Changed |
15 | | -- Upgraded SkyWalking agent to 8.16.0 |
16 | | -- Improved serialization of java.time types |
17 | | -- Ignore serializing types from internal packages of SkyWalking and other libraries |
18 | | -- SimpleEvaluationContext.forReadOnlyDataBinding |
19 | | -- QueuedLiveInstrumentApplier |
20 | | - |
21 | | -### [Live Platform](https://github.com/sourceplusplus/sourceplusplus) |
22 | | - |
23 | | -#### Added |
24 | | -- Live instrument events |
25 | | -- Bridge TCP ping timeout |
26 | | -- Ability to partition live meters |
27 | | -- System config |
28 | | - - `log_publish_rate_limit` |
29 | | - - `log_publish_cache_ttl` |
30 | | -- Live presets |
31 | | - - JUnit test health |
32 | | - - Uncaught exceptions |
33 | | - - SkyWalking meter sender |
34 | | -- `storage.redis.options` config |
35 | | - |
36 | | -#### Changed |
37 | | -- Upgraded SkyWalking OAP to 9.5.0 |
38 | | -- Build with JDK 17 |
39 | | -- Live Meter id restrictions |
40 | | -- `/api/new-token?access_token` -> `/api/new-token?authorization_code` |
41 | | - |
42 | | -#### Fixed |
43 | | -- Concurrency issues with Redis storage |
44 | | - |
45 | | -### [Live Protocol](https://github.com/sourceplusplus/protocol) |
46 | | - |
47 | | -#### Added |
48 | | -- Live meter hit instrument event |
49 | | -- Platform config |
50 | | -- TCP ping/pong |
51 | | -- ViewRule |
52 | | - |
53 | | -#### Changed |
54 | | -- Enforced live meter id |
55 | | - |
56 | | -### [JetBrains Plugin](https://github.com/sourceplusplus/interface-jetbrains) |
57 | | - |
58 | | -#### Added |
59 | | -- Sticky notification panel for persistent notifications |
60 | | -- Function literal argument propagation |
61 | | -- Vert.x endpoint detector |
62 | | - |
63 | | -#### Changed |
64 | | -- Minimum supported IntelliJ 2023.1 |
65 | | -- Always report stack trace even on dupe errors |
66 | | -- Removed pause on hide for live view tool windows |
67 | | - |
68 | | -#### Fixed |
69 | | -- Various PsiInvalidElementAccessException issues |
70 | | -- Displaying live charts over 4 hours fails |
71 | | - |
72 | | -#### Removed |
73 | | -- Monitor module |
74 | | - |
75 | | -### [Live CLI](https://github.com/sourceplusplus/interface-cli) |
76 | | - |
77 | | -#### Added |
78 | | -- `get-access-token` command |
79 | | - |
80 | | -#### Changed |
81 | | -- `-id, -i` option for `add-instrument` commands |
0 commit comments