karapace icon indicating copy to clipboard operation
karapace copied to clipboard

Karapace - Your Apache Kafka® essentials in one tool

Results 184 karapace issues
Sort by recently updated
recently updated
newest added

Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.18.2. Changelog Sourced from mypy's changelog. Mypy 1.18.2 Fix crash on recursive alias (Ivan Levkivskyi, PR 19845) Add additional guidance for stubtest errors when runtime...

dependencies
python

Bumps [starlette](https://github.com/Kludex/starlette) from 0.41.3 to 0.48.0. Release notes Sourced from starlette's releases. Version 0.48.0 Added Add official Python 3.14 support #3013. Changed Implement RFC9110 http status names #2939. New Contributors...

dependencies
python

Bumps [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python) from 1.27.0 to 1.37.0. Changelog Sourced from opentelemetry-exporter-otlp-proto-http's changelog. Version 1.37.0/0.58b0 (2025-09-11) Add experimental composite samplers (#4714) Add new environment variables to the SDK OTEL_PYTHON_EXPORTER_OTLP_{HTTP/GRPC}_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER that can be...

dependencies
python

Bumps [pdbpp](https://github.com/bretello/pdbpp) from 0.11.6 to 0.11.7. Release notes Sourced from pdbpp's releases. 0.11.7 What’s Changed Fixes fix reuse of existing Pdbpp instances with breakpoint(): breakpoints, conditionals and more will persist...

dependencies
python

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.20.0&new-version=1.20.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...

dependencies
python

Bumps [starlette](https://github.com/Kludex/starlette) from 0.41.3 to 0.49.1. Release notes Sourced from starlette's releases. Version 0.49.1 This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse....

dependencies
python

# About this change - What it does Fixes MTLS (Mutual TLS) client certificate verification by implementing the missing logic in create_server_ssl_context(). The server_tls_cafile configuration parameter was already defined, documented,...

# What happened? If a user or client sends a mutation request (like adding new schema, change compatibility level etc) to Karapace which has a leader-follower deployment to a follower,...

# About this change - What it does References: #1138 # Why this way

# What happened? When using the Kafka REST Proxy v2 API with consumer subscriptions, partitions that are assigned during rebalancing or are not immediately polled start consuming from the beginning...