Akhq.py

Latest version: v0.0.1

Safety actively analyzes 638396 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

0.18.0

New Features

topic-data
* allow to consume & produce any kind of avro types (c34526df)
* search for tombstones in a topic (a97d65f5)
* managing logical type timestamp-millis & date (689) (9427e063)

group:
* regexp filter on consumer groups (628) (371186c1)

topic
* ensure topic existence after creating new topic (667) (b21bb8f1)

connect
* fix connect update permissions (620) (7216a99f)
* search on connect list (602) (a5efab1d)

schema
* allow configuration of ssl (631) (7daadbb2)
* all to configure ssl schema registry (603) (e5f11c6c)

core
* connecting Kafka OAuth2 server (619) (55d2a0a4)

ui
* show size in bytes in the /topic page 616 (709) (aaf0e9f2)
* add a query string for pagination (636) (17c541fb)

auth
* externalizable source of truth for roles and attributes (678) (bba0cc5a)
* log login failures (699) (f691db00)
* allows List or String in topics-filter-regex (659) (d5c6272f)

docker
* added curl to the image (663) (771d0aad)

helm
* support configurable fixed httpNodePort (652) (594cda9a)
* add existingSecret variables (638) (48fd3f49)
* add kafkaSecrets as b64 values (627) (6a106a94)
* add custom labels to service (626) (646ca671)



Bug Fixes

topic-data
* add basic deserialization of avro primitive (715) (386a2577)
* fix security on delete compacted topic (d0620e6b)
* fix Protobuf deserializer (640) (9d3455df)
* produce empty header key lead to a header key with "" (add3228a)

topic
* describe only filtered topics (629) (d46f2e17)

auth
* changed condition to display Login Form (736) (bcb43702)
* use micronaut only for detect if ldap is enabled (735) (0a02ee40)

ui
* resolve aufit fix (d756d4ab)
* auto overflow on sidebar (686) (cf2598aa)
* display principal on acls tabs (94cbf110)
* fix schema registry pagination (623) (de23bf96)
* schema registry link with multiple same schema (9646c0a7)

webserver
* change monitoring port to 28081 (00473d32)
* fix offset that is long (0d3856dc)
* add redirect from root path to context-path (642) (57c11bd8)


helm
* add readme to artifacthub (0d23e6eb)
* Use yaml instead of yaml for application, secrets & configmaps (746) (2bd72229)
* Fix secrets value from map to string (702) (c98677aa)

Chores

deps
* update java deps (ba16aa65)
* update all java deps and remove bintray (a80a4c1b)
* bump axios from 0.19.2 to 0.21.1 in /client (557) (5fb690f2)
* bump ini from 1.3.5 to 1.3.8 in /client (541) (894e66ca)
* bump elliptic from 6.5.3 to 6.5.4 in /client (630) (85151f73)
* fix deps security (5c4b5eba)
* update charts version (4e11e2bd)

docker:
* fix docker-compose-dev (2d89dc4e)

build:
* Get version from Git (698) (2cbfe177)

helm
* increment version (94e51afc)

auths
* add a test for basic auth case sensitive (717ba812)

test
* Fix falling test (4e0e2677)

dev
* fix for kafka volume mount (645) (4de7a245)

doc
* Improve documentation about the new behavior of topics-filter-regexp, connects-filter-regexp and consumer-groups-filter-regexp (665) (21a8574b)
* minor fix for README (639) (2ead19c5)
* fix debugging auth (a8c96562)

0.17.0

:warning: This release contains many breaking changes on the configuration files :warning:
We revert some configuration, please look at [application.example.yml](https://github.com/tchiotludo/akhq/blob/dev/application.example.yml) & [README.md](https://github.com/tchiotludo/akhq/blob/dev/README.md) to adapt your configuration files


New Features

connect
* optimize fetch connect details & status (587) (55a0e80a)
* add missing properties from connector (985929bb)
* filter Connect Configs by regexp (477) (4a7053bd)
schema
* add support for TIBCO's Avro serializer/deserializer (558) (aada01e3)
webserver
* expose endpoint on 8081 only (477c7046)
* add a default jwt token + a warning (985df0ae)
ui
* improve data search (552) (ed57614c)
* disabled login button if security is not enabled (532) (c9aef713)
* display deserialization exception (92d4ee8b)
* add ui options per cluster (511) (d2ff4752)
* display username (519) (e56b2294)
* add partition auto assign option (499) (6b6838cc)

helm
* handle micronaut.server.context-path (d3770f0b)
* add option to specify serviceAccountName (512) (19d59d4a)
topic-data
* use another scheduler for see (60a33bb5)
* remove default group.id to avoid acl (8d777176)
* improve last record (4f6f23b2)
* add last record on TopicsList (b1558278)
* copy topic data to another cluster (458) (75a9deff)
* deserialize Protobuf messages using descriptor files (472) (726e0191)
docker
* run docker image as non-root with 'akhq' user (494) (552a9eb2)
groups
* performance, fetch consumer group of topic page in a single request (486) (12cd1c95)

Bug Fixes

auths
* filter regexp case mismatch (578) (d9557b03)
* update OIDC group/role mapping (573) (5b8e0f97)
schema-registry
* fixed no schema configuration (576) (fbc15ebd)
helm
* invalid securityContext indent (f7773c48)
* add default '/' path (449) (f8894b8b)
* fix extraEnv (4ecddc60)
* fix extraEnv (167b5a80)
ui
* fix timestamp formatting (551) (470d1de7)
* reader allows update schema registry (518) (241ec933)
* incomplete list of topics on select (516) (eda26f27)
* fix header (208885e4)
* handle no acls for topic data (510) (bceec355)
* return an empty fragment from rendering when the user/cluster isn't known (462) (3ebfd4b5)
* fix produce to topic layout (43370f46)
* fix schema link from topic data (922f55a5)
* fix some link that don't respect micronaut.server.context-path (3a8f571d)
* share url does not contain context-path (457) (860b82a4)
webserver
* Rolling back group configuration to a map format (526) (7bd08d75)
topic-data
* live tail not working (025ce126)
* search raise an error and never stop consuming message (5d0a1393)
group
* remove unnecessary members on ConsumerGroupOffset on api and handle it on client side (dde81148)

Documentation Changes
* run docker image as a non-root user by default (7a14c0e2)
* fix basic auth example (5e240060)
* fix path to helm files in readme (565) (5add70da)
* update docs for groups (09e35deb)
* added guide for development on Windows 10 without Docker (525) (56a712f4)

Chores

test
* fix unit test (5b75aa2a)
deps
* update frontend-gradle-plugin (501) (8b8d778d)
* update lombok version (7323bff5)
refactor
* remove obsolete code after 0.16.0 (463) (c89c0b73)
dev
* improve the docker-compose environment (461) (6ba38f25)

0.16.0

:warning: This release drop the old ui and only the React UI is available :warning:

:warning: This release contains many breaking changes on the configuration files :warning:
We have refactor the whole authentification part (group, username, ...) to have a more consistent configuration files, please look at [application.example.yml](https://github.com/tchiotludo/akhq/blob/dev/application.example.yml) & [README.md](https://github.com/tchiotludo/akhq/blob/dev/README.md) to adapt your configuration files

Features

Auths
* add openId login (342) (5ab788da)
* support BCrypt password encryption (425) (78597d78)

Ui
* cancel axios request when route changes (429) (5e4a8439)
* disable empty topic button on compact topic (48956bd0)
* change most of link to true link (416) (1bee9448)
* add collapsible panel for consumerGroup on topics list (417) (a47e4fc4)
* add a share button (401) (742407cc)
* TopicList will load consumer group in async (e2b28e92)
* handle a loading state on all table (404) (d22fe123)
* allow to select topics in consumer group when update offsets (424) (e91bf61b)

Topic
* add an empty topic button (258) (c42b6e9a)
* sort topic records by timestamp (337) (00bf22aa)

Consumer Group
* allow to select topics in consumer group when update offsets (424)

Schema Registry
* support schema registry references (408) (988c6896)
* support list of urls schema registry (6f10f8d7)
* enable compatibility with TIBCO schema repository (393) (cbcaf627)

Webserver
* display user on access log (2a139521)
* use micronaut.server.context-path instead of akhq.server.base-path (c62760b4)



Bug Fixes

Ui
* keep search as querystring (cd16b3bb)
* redirect to schemaId don't work (9dd39982)
* share button don't redirect on share page (d2093371)
* fix consumer groups list pagination (d830e5cb)
* fix ConsumerGroupUpdate on multiple topic (9da8f1eb)
* cancel consumer group request on page change (405) (6a6041c2)
* use DoubleClick on Table (e5449b77)
* build failed (831d9e92)
* fix colspan on Table.jsx & Loading (76461e7f)
* finalize empty topic (995b629a)
* handle topic data with query string (395) (cdbccd1c)
* connect: transforms json is not displaying at edit panel (377) (8c908c99)
* topic - consumer group lag is not displayed (378) (20eb5fdf)
* schema - display exception on wrong schema (7cdaacf5)
* connect : Fix error selecting connector properties (376) (c79b3c6b)
* Fix consumer groups page title (356) (be24e170)

Connect
* add field for schema (801c897d)

Auths
* allow security configuration without basic auth (402) (7744094d)

Schema Registry
* disable defaults validation during Avro schema parsing (392) (d4cabef0)

topic:
* skip-consumer-group is not respected (506afe12)

Webserver:
* fix the access logging to put the fields into the right places (351) (840fcd3c)

Other Changes

Refactors
* remove old ui (348) (185b0e6a)
* update all java dependencies (380) (1877f365)

Helm
* try to add a change log (b1ad7e8a)
* add securityContext configuration (ec99a219)
* fix wrong charts values (c82e6ce8)

Build

* try to add a change log (b1ad7e8a)
* add codeql analysis (68f9acf8)
* failed compile by jdk 14 (441) (ae2b9d16)
* fix unit test (7bf700ba)
* Use gradle caching for frontend build & remove deprecated gradle features (e9f15fae)
* add codeql analysis (68f9acf8)
* add readme.md & LICENSE (8eef122e)

0.15.0

This release introduce a new UI based on React. This is the default one when you reach AKHQ.

The old one is still available on path `/{cluster}/topic` but will be remove on release `0.16.0`.

Since this is a major rework, the new UI can have some issue, so please [report any issue](https://github.com/tchiotludo/akhq/issues), thanks !

Bugfix
- fix helm deployment template indent bug (295) jcsky
- fix helm ingress (305)
- add initcontainers value to the helm chart (317) skhedim
- Fixed issue where keystore was not being set properly for Kafka Connect (289) CodyFearer
- Connect performance and invalid connectors NPE (287) tjharke13
- fix multiple live tail client (187)
- Display ms on message (299)
- Fix replica count values (301) xpr3sso
- Handle java timezone (314)
- remove health on log (321)
- Add config button in topic list screen (324) RajKumarMondol

0.14.1

Mostly release that fix login issue

Bug Fix
* Fix login issue (268, 276, 267, 261)
* handle connect status that is not available (265)
* Remove the unneeded `node_modules/.bin/` path in npm scripts (269) ankon
* Use the JRE variant of the openjdk image (270) ankon
* Do not send the 'node' directory to docker (275) ankon
* Use temporary redirects for / -> /{cluster}/topic (274) ankon
* Fix data api
* Proper handling of `skip-consumer-groups` (271)
* Be more resilient on strange consumer group (271)
* fix NPE when no roles in groups (280) jorgheymans

0.14.0

Api everywhere !

![preview](https://user-images.githubusercontent.com/2064609/78831037-43cbec00-79e9-11ea-91fa-2cce4734d8e0.png)

AKHQ now have experimental api endpoint for all datas (Kafka / connect / schema registry / ...) !

Features
* Allow to display topic without any acls on configs
* Helm chart : enable providing imagePullSecrets (249)

Bug Fix
* Remove Kafka micrometers metrics (209)
* update all dependencies (260)
* remove sort on search (259)

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.