You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
#### New Features
7
7
-[PR-194](https://github.com/SourceLabOrg/kafka-webview/pull/194) Adds a new built-in deserializer for byte[] that decodes the bytes into HEX values.
8
8
9
+
#### Bug Fixes
10
+
-[ISSUE-184](https://github.com/SourceLabOrg/kafka-webview/issues/184) Cluster Kafka Consumer View for multiple topics. When using Cluster Kafka Consumer view for a specific consumer that is connected to multiple topics the WebView shows diagram and information of only of one topic. First pass effort to allow selecting which topic to view metrics for.
11
+
9
12
#### Internal Dependency Updates
10
-
- Upgrade from SpringBoot 2.0.8 to 2.1.8.
13
+
- Upgrade from SpringBoot 2.0.8 to 2.1.9.
11
14
- org.apache.commons:commons-compress updated from 1.18 to 1.19.
12
15
- Guava from 28.0-jre to 28.1-jre.
13
16
- Sonatype Nexus plugin updated from 1.6.7 to 1.6.8.
14
17
- maven-compiler-plugin from 3.6.1 to 3.8.1.
15
18
19
+
#### Other Notes
20
+
21
+
The LDAP Actuator health check is now disabled by default. If needed, you can explicitly re-enable this by adding the following to your configuration file:
22
+
23
+
```yml
24
+
management:
25
+
health:
26
+
ldap:
27
+
enabled: true
28
+
```
29
+
16
30
## 2.4.0 (07/02/2019)
17
31
#### New Features
18
32
- [PR-180](https://github.com/SourceLabOrg/kafka-webview/issues/180) Consumer Group page now shows average rate of consumption per partition.
0 commit comments