Releases: Aiven-Open/kio
Releases · Aiven-Open/kio
0.3.0
What's Changed
feature: Build schema on upstream version 3.8.0(superseded by the bump to 3.9.0-rc5) by @aiven-anton in #206- feature: Build schema on upstream version 3.9.0-rc5 by @aiven-anton in #213
- fix: Correct the logic for tagged field defaults by @aiven-anton in #216
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- feature: Generate error codes from source by @aiven-anton in #183
- feature: Build schema on upstream version 3.7.0 by @aiven-anton in #165
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
This is the first non-alpha release of kio, and includes fixes for the last failing Java/upstream compatibility tests. This means kio now officially covers the full Apache Kafka® protocol. Even though there's only a single feature in this release, it also includes a plethora of fixes and chores.
- feature: Implement dynamic schema entity imports by @aiven-anton in #157
Full Changelog: 0.0.0a3...0.1.0
0.0.0a3
What's Changed
- fix: Address broken Hypothesis imports by @aiven-anton in #133
Full Changelog: 0.0.0a2...0.0.0a3
0.0.0a2
What's Changed
- Introduce
Entity.__type__
to replaceApiMessage
by @aiven-anton in #114 - Fix broken handling of timestamps, lacking test coverage by @aiven-anton in #120
- feature: Implement basic support for record fields by @aiven-anton in #122
- Handle null arrays by @giuseppelillo in #121
- Raise BufferUnderflow when too few bytes to parse by @aiven-anton in #117
- feature: Refine exposed protocol types by @aiven-anton in #111
New Contributors
- @jjaakola-aiven made their first contribution in #118
- @giuseppelillo made their first contribution in #121
Full Changelog: 0.0.0a1...0.0.0a2
0.0.0a1
What's Changed
- feature: Avoid builtins in field names by @aiven-anton in #86
- feature: Upgrade to build schema with 3.6.0 by @aiven-anton in #89
- Test ser-de against Java by @ivanyu in #92
- Fix CreateTopicsResponse generation by @ivanyu in #99
- Implement KIP-893 nullable entity fields by @aiven-anton in #101
- Fix behavior for default-only tagged entity fields by @aiven-anton in #102
New Contributors
- @dependabot made their first contribution in #84
- @ivanyu made their first contribution in #92
Full Changelog: 0.0.0a0...0.0.0a1
0.0.0a0
Initial alpha release 🚀