Skip to content

Commit cc7a369

Browse files
committed
doc: changelog
1 parent a644d58 commit cc7a369

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

docs/changelog/README.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,66 @@
11
# Unreleased
2+
3+
### [JVM Probe](https://github.com/sourceplusplus/probe-jvm)
4+
5+
#### Added
6+
- `application.environment` & `application.version` probe metadata
7+
8+
#### Changed
9+
- Send `application.environment` & `application.version` via authentication header
10+
11+
### [Live Platform](https://github.com/sourceplusplus/sourceplusplus)
12+
13+
#### Added
14+
- Ability to set application environment & version
15+
- Persist live view rules to storage
16+
- Support for multiple live meter partitions on same metric id
17+
- `GraphqlAPI.deleteRule`
18+
19+
#### Changed
20+
- Moved endpoint `/graphql/spp` to `/graphql`
21+
- Improved light/dark tool window icons
22+
23+
#### Fixed
24+
- Memory leak in live view chart window
25+
26+
#### Removed
27+
- `/graphql/skywalking` endpoint
28+
- `spp-platform-request` header
29+
- `kickUnknownPingConnections` functionality
30+
31+
#### Fixed
32+
33+
### [Live Protocol](https://github.com/sourceplusplus/protocol)
34+
35+
#### Added
36+
- `Service.environment` & `Service.version`
37+
- `LiveManagementService.getActiveServices`
38+
- `LiveView.location`
39+
40+
#### Changed
41+
- Moved `LiveManagementService.sortMetrics` to `LiveViewService.sortMetrics`
42+
- `LiveMeter.throttle` defaults to `InstrumentThrottle.NONE`
43+
- `LiveSpan.throttle` defaults to `InstrumentThrottle.NONE`
44+
- `LiveSourceLocation.service` is now `Service` instead of `String`
45+
- Permission `ADD_LIVE_VIEW_SUBSCRIPTION` renamed to `ADD_LIVE_VIEW`
46+
- Permission `REMOVE_LIVE_VIEW_SUBSCRIPTION` renamed to `REMOVE_LIVE_VIEW`
47+
- Permission `GET_LIVE_VIEW_SUBSCRIPTIONS` renamed to `GET_LIVE_VIEWS`
48+
- `LiveManagementService.getInstances`, `LiveManagementService.getEndpoints`, `LiveManagementService.searchEndpoints` now use `Service` instead of `String`
49+
50+
#### Removed
51+
- `ArtifactQualifiedName.operationName`
52+
- `LiveSourceLocation.serviceInstance`, `LiveSourceLocation.commitId`, `LiveSourceLocation.fileChecksum`
53+
- `LiveView.artifactLocation` & `LiveView.artifactQualifiedName`
54+
- `LiveViewEvent.artifactQualifiedName`
55+
56+
### [JetBrains Plugin](https://github.com/sourceplusplus/interface-jetbrains)
57+
58+
#### Fixed
59+
- Timed out after waiting 30000(ms) for a reply
60+
- NPE in JVMMarkerUtils.getQualifiedName
61+
- ISE in JVMLoggerDetector.handleKotlinCall
62+
63+
### [Live CLI](https://github.com/sourceplusplus/interface-cli)
64+
65+
#### Changed
66+
- Command `add <insrument>` now uses option `-l` to specify line number

0 commit comments

Comments
 (0)