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
* wip datatable
* wip for datatables
* wip
* wip
* Add URL building
* add search
* wire up filters
* work in progress, get spec api going
* get search and filter params working
* start with no results found page
* start cleaning up
* work on pager
* finish pager
* cleanup
* update reference template
* start cleaning up
* cleanup
* final cleanup
* cleanup and fix test
* fix failing test
* Update Clusters datatable to use new framework
* fix test cases
* fix test cases
* update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3
3
and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## 2.6.0 (UNRELEASED)
5
+
## 2.6.0 (06/21/2020)
6
6
-[ISSUE-144](https://github.com/SourceLabOrg/kafka-webview/issues/144) Make providing a TrustStore file when setting up a SSL enabled cluster optional. You might not want/need this option if your JVM is already configured to accept the SSL certificate served by the cluster, or if the cluster's certificate can be validated by a publically accessible CA.
7
7
-[PR-215](https://github.com/SourceLabOrg/kafka-webview/pull/215) Improve errors displayed when using the `test cluster` functionality.
8
-
-[PR-220](https://github.com/SourceLabOrg/kafka-webview/pull/220) Usernames/email addresses for locally defined users are no longer case-insensitive.
8
+
-[PR-219](https://github.com/SourceLabOrg/kafka-webview/pull/219) Improve datatables for /cluster and /view to include paging, sorting, and filtering.
9
+
-[PR-220](https://github.com/SourceLabOrg/kafka-webview/pull/220) Usernames/email addresses for locally defined users while logging in are no longer case-sensitive.
9
10
10
11
## 2.5.1 (05/19/2020)
11
12
-[ISSUE-209](https://github.com/SourceLabOrg/kafka-webview/issues/209) Expose HealthCheck and App Info endpoints without requiring authentication.
0 commit comments