8000 Tags · Aiven-Open/kio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Aiven-Open/kio

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump build tools versions (#237)

Since the new setuptools version started giving deprecations, this
commit also starts using the new license file format, see link.


https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Correct the logic for tagged field defaults (#216)

This fixes an issue where the logic for tagged fields was not in sync
with upstream. This is in the realm of undocumented features of the
Kafka protocol, so there is no accurate documentation to reference. The
closest to documentation that exists, is [this section in a source code
README][messages-readme].


[messages-readme]:https://github.com/apache/kafka/tree/4419677e06b77ed9103c179d713450b1eb7881a1/clients/src/main/resources/common/message#deserializing-messages

There was a [long discussion] about this behavior on the Kafka dev
mailing list.

[long discussion]:
https://www.mail-archive.com/dev@kafka.apache.org/msg144437.html

This fixes #215.

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Switch to VCS versioning (#212)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump version to 0.1.0 (#178)

0.0.0a3

Toggle 0.0.0a3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Address broken Hypothesis imports (#133)

0.0.0a2

Toggle 0.0.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to `0.0.0a2` (#131)

0.0.0a1

Toggle 0.0.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version (#106)

0.0.0a0

Toggle 0.0.0a0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: Support non-array common struct fields (#78)

Building schema with upstream trunk was failing due to lacking support
for non-array common struct fields.
0