Skip to content

Releases: SourceLabOrg/kafka-webview

Maintenance & Feature Release

20 Mar 07:35
Compare
Choose a tag to compare

2.2.0 (03/20/2019)

Bug fixes

  • ISSUE-143 Fix URLs for stream connections when running Kafka-Webview behind a reverse proxy with a URL Prefix.

New Features

  • ISSUE-142 Ability to search various datatables within the Cluster Explorer section of the application.

v2.1.4 Bugfix release

20 Feb 07:55
Compare
Choose a tag to compare

2.1.4 (02/19/2019)

  • Updated Kafka Client library version from 2.0.0 to 2.0.1
  • ISSUE-136 Fix URLs when running Kafka-Webview behind a reverse proxy with a URL prefix. You can configure Kafka WebView by setting the following configuration option in your config.yml file:
server:
  servlet:
    context-path: /prefix/here

Bugfix Release

19 Jan 01:53
e510529
Compare
Choose a tag to compare

2.1.3 (01/19/2019)

Bug fixes

  • ISSUE-127 Anonymous users were unable to stream views.

Bugfix Release

15 Jan 08:20
14f96a7
Compare
Choose a tag to compare

2.1.2 (01/15/2018)

Bug fixes

  • ISSUE-114 Better out of the box support for Avro decoding / Confluent Schema Registry.

Internal Dependency Updates

  • Upgrade from Spring Boot 2.0.7 to 2.0.8

Bugfix Release

08 Jan 02:44
Compare
Choose a tag to compare

2.1.1 (01/08/2019)

New Features

  • Added ability to Copy previously created views.
  • Better expose underlying exceptions/errors when things go wrong.

Bug fixes

  • ISSUE-116 No longer require KeyStore and KeyStore password when configuring a SSL+SASL cluster.

Feature Release

20 Dec 09:24
Compare
Choose a tag to compare

2.1.0 (12/20/2018)

New Features

  • Add support for SASL authentication to Kafka clusters.
  • Add support for LDAP user authentication.
  • Consumer details can now be viewed on Clusters.
  • Explicitly expose user login session timeout configuration value in documentation.

Bug fixes

  • Topics shown on brokers now include "internal" topics.
  • Generated consumer client.id shortened.
  • #111 Add ProtocolBuffer support to Jackson via third party module.

Internal Dependency Updates

  • Upgrade from Spring Boot 2.0.5 to 2.0.7
  • Updated Kafka Client library version to 2.0.0
  • Updated NPM dependencies:
    • sockjs-client from 1.1.4 to 1.3.0
    • browser-sync from 2.16.0 to 2.26.3
    • gulp-sass from 3.1.0 to 3.2.1

Bugfix Release

02 Oct 06:47
43c788f
Compare
Choose a tag to compare

2.0.1 (10/02/2018)

  • Issue#100 Fix start.sh script
  • Dependency JARs were accidentally being included twice in release packages.

2.0.0 Feature Release

24 Sep 02:33
d8352ef
Compare
Choose a tag to compare

2.0.0 (09/24/2018)

  • Added new Stream consumer management page at /configuration/stream
  • Added ability to disable user authentication. This allows for anonymous user access.
  • Added ability to create topics via the UI.
  • Added ability to modify topic configuration via the UI.
  • Various UI usability improvements.
  • Updated SpringBoot framework from 1.5.x to 2.0.5.
  • Updates Kafka Client from 0.11.0.2 to 1.1.1.

Maintenance release

22 Jun 01:32
6d43259
Compare
Choose a tag to compare

1.0.5 (06/22/2018)

  • Issue#75 Bugfix Add Jackson serializer that falls back to using toString() when consuming entries from Kafka.
  • Issue#72 Bugfix User role input not displayed when creating new user.
  • Issue#81 Bugfix Handle NoClassDefFoundError exceptions gracefully.
  • Issue#74 Improvement UI Tweak to display large number of partitions in datatable views.
  • Issue#71 Improvement Topics sorted in select boxes.
  • Issue#83 Improvement Wrap key and message values in <pre>></pre> tags.

Maintenance release

11 Jun 23:47
c09ea07
Compare
Choose a tag to compare

1.0.4 (06/11/2018)

  • Update NPM dependencies for CVE-2017-18214.
  • Update Kafka-JUnit dependency to Kafka-JUnit4.
  • Update SpringBoot dependency from 1.5.10 to 1.5.13.
  • Update start.sh script to allow setting JVM Heap options.