4.6 KiB
4.6 KiB
Changes by Version
Release Notes.
8.4.0
Project
- Incompatible with previous releases when use H2/MySQL/TiDB storage options, due to support multiple alarm rules triggered for one entity.
- Chore: adapt
create_source_release.shto make it runnable on Linux. - Add
packageto.protofiles, prevent polluting top-level namespace in some languages; The OAP server supports previous agent releases, whereas the previous OAP server (<=8.3.0) won't recognize newer agents since this version (>= 8.4.0). - Add ElasticSearch 7.10 to test matrix and verify it works.
Java Agent
- The operation name of quartz-scheduler plugin, has been changed as the
quartz-scheduler/${className}format. - Fix jdk-http and okhttp-3.x plugin did not overwrite the old trace header.
- Add interceptors of method(analyze, searchScroll, clearScroll, searchTemplate and deleteByQuery) for elasticsearch-6.x-plugin.
- Support collecting logs of log4j, log4j2, and logback in the tracing context with a new
logger-plugin. - Fix the unexpected RunningContext recreation in the Tomcat plugin.
- Fix the potential NPE when trace_sql_parameters is enabled.
- Update
byte-buddyto 1.10.19. - Fix thrift plugin trace link broken when intermediate service does not mount agent
- Fix thrift plugin collects wrong args when the method without parameter.
- Fix DataCarrier's
org.apache.skywalking.apm.commons.datacarrier.buffer.Bufferimplementation isn't activated inIF_POSSIBLEmode. - Fix ArrayBlockingQueueBuffer's useless
IF_POSSIBLEmode list - Support building gRPC TLS channel but CA file is not required.
- Add Dolphinscheduler plugin definition.
- Fix mssql-plugin occur ClassCastException when call the method of return generate key.
OAP-Backend
- Make meter receiver support MAL.
- Support influxDB connection response format option. Fix some error when use JSON as influxDB response format.
- Support Kafka MirrorMaker 2.0 to replicate topics between Kafka clusters.
- Add the rule name field to alarm record storage entity as a part of ID, to support multiple alarm rules triggered for one entity. The scope id has been removed from the ID.
- Fix MAL concurrent execution issues.
- Fix group name can't be queried in the GraphQL.
- Fix potential gRPC connection leak(not closed) for the channels among OAP instances.
- Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
- Add component ID for Python aiohttp plugin requester and server.
- Fix H2 in-memory database table missing issues
- Add component ID for Python pyramid plugin server.
- Add component ID for NodeJS Axios plugin.
- Fix searchService method error in storage-influxdb-plugin.
- Add JavaScript component ID.
- Fix CVE of UninstrumentedGateways in Dynamic Configuration activation.
- Improve query performance in storage-influxdb-plugin.
- Fix the uuid field in GRPCConfigWatcherRegister is not updated.
- Support Envoy {AccessLog,Metrics}Service API V3.
- Adopt the MAL in Envoy metrics service analyzer.
- Fix the priority setting doesn't work of the ALS analyzers.
- Fix bug that
endpoint-name-grouping.ymlis not customizable in Dockerized case.
UI
- Fix un-removed tags in trace query.
- Fix unexpected metrics name on single value component.
- Don't allow negative value as the refresh period.
- Fix style issue in trace table view.
- Separation Log and Dashboard selector data to avoid conflicts.
- Fix trace instance selector bug.
- Fix Unnecessary sidebar in tooltips for charts.
- Refactor dashboard query in a common script.
- Implement refreshing data for topology by updating date.
- Implement group selector in the topology.
- Fix all as default parameter for services selector.
- Add icon for Python aiohttp plugin.
- Add icon for Python pyramid plugin.
- Fix topology render all services nodes when groups changed.
- Fix rk-footer utc input's width.
- Update rk-icon and rewrite rk-header svg tags with rk-icon.
- Add icon for http type.
- Fix rk-footer utc without local storage.
- Sort group names in the topology.
- Add logo for Dolphinscheduler.
- Fix dashboard wrong instance.
- Add a legend for the topology.
- Update the condition of unhealthy cube.
Documentation
- Update the documents of backend fetcher and self observability about the latest configurations.
- Add documents about the group name of service.
- Update docs about the latest UI.
- Update the document of backend trace sampling with the latest configuration.
All issues and pull requests are here
Find change logs of all versions here.