Releases: redpanda-data/console
Releases · redpanda-data/console
1.2.2 / 2020-11-23
- [ENHANCEMENT] Schema registry page has been slightly redesigned so that very complex schemas are more comfortable to inspect
- [BUGFIX] Fixed rendering errors in schema registry page
1.2.1 / 2020-11-16
- [ENHANCEMENT] Message headers can be expanded/collapsed now
- [BUGFIX] Kowl now handles message headers containing structured data (JSON) correctly
1.2.0 / 2020-11-14
- [FEATURE] Embed topic documentation using Markdown files from Git repositories (/docs/features/topic-documentation.md)
- [FEATURE] Support for message headers
- [FEATURE] UI for schema registry (list all registered schemas including schema history)
- [FEATURE] Avro support for deserializing messages
- [FEATURE] List all Kafka ACLs
- [FEATURE] Business: Support for Okta as an identity provider
- [FEATURE] Support for hosting Kowl under a sub-path (#107 and #117)
- [ENHANCEMENT] Possibility to hide the statistics bar
- [ENHANCEMENT] Support custom certificates for schema registry client
- [ENHANCEMENT] Show elapsed time and consumed bytes after filtered message consumption is done
- [BUGFIX] Kowl now shows the error reported by a login provider (should the login fail)
- [BUGFIX] Better handling for broker restarts on consumer groups and topics page
- [BUGFIX] Allow all UTF-8 characters in JavaScript filter code
- [BUGFIX] Inform user about missing clipboard access instead of silent fails on message copy
This release is built with Go 1.15 which changes the default behaviour when it comes to verifying the hostnames of a TLS certificate. If you want to use certificates that use the deprecated CommonName field instead of SANs you have to enable insecureSkipTlsVerify
(https://github.com/cloudhut/kowl/blob/master/docs/config/kowl.yaml#L30). Please take note that this will make your connection insecure. We recommend using certificates that use SANs instead.
Go 1.15 release notes: https://golang.org/doc/go1.15#commonname
1.1.0 / 2020-08-06
- [CHANGE] Business: Reworked groups syncing (Google + GitHub)
- [CHANGE] Business: GitHub team sync uses uses personal access tokens instead of GitHub apps (better support for multi organization environments)
- [CHANGE] Business: Groups/Teams sync config has changed, see 0f22cd7
- [FEATURE] Search messages with an arbitrary JavaScript filter (#48)
- [FEATURE] Get Kafka messages in real time (live tail)
- [ENHANCEMENT] Message table: You can now select the visible columns and their order (#52)
- [ENHANCEMENT] Message table: The desired timestamp format can be configured (Only date, only time, unix timestamp, relative) (#52)
- [ENHANCEMENT] Message table: The no key icon now shows a tooltip to explain the icon's meaning (#52)
- [ENHANCEMENT] Add endpoint for startup probes (#101)
- [BUGFIX] After clicking the refresh button it didn't always change the state to "Refreshing" (#75)
1.0.0 / 2020-06-24
- [CHANGE] Tabs in a topic detail view have been reordered, and the messages tab is now selected by default
- [CHANGE] Deselecting the input field in the "Preview Settings" dialog (or closing the dialog) will be considered as a confirmation now (instead of cancelling the tag that is being added)
- [FEATURE] Additional filter options (case sensitivity and multi results) for field previews
- [ENHANCEMENT] In the message table, long keys will now be truncated (>45 chars). Click on a key to show a dialog containing the full key
- [ENHANCEMENT] Statistics elements will now reduce their size on smaller screens
- [ENHANCEMENT] If you are missing some permissions for a topic (for example: can't view config, or can't view messages), there's now an icon that will be shown for that topic in the topic list. Hovering over it will show the permission details.
- [ENHANCEMENT] The 'state' (icon + text) of a consumer-groups now also has a popover that - when hovering over the state - shows a table listing all possible states along with some descriptions.
- [ENHANCEMENT] Topic statistics won't show
retention.bytes
/retention.ms
for compact topics - [BUGFIX] Fixed issues with page sizes and column sorting in tables
- [BUGFIX] Fixed the calculation of replicated and total partitions
- [BUGFIX] Preview Tags: properties shown are now in the correct casing (as they are defined in the object)
1.0.0-beta1 / 2020-05-24
Initial beta release