Releases: aklivity/zilla
Releases · aklivity/zilla
0.9.52
Changelog
0.9.52 (2023-09-23)
Implemented enhancements:
- Connection pool for
kafka
bindingheartbeat
requests #462 - Enhance
mqtt
binding configuration syntax #420 - Mqtt-Kafka session implementation #319
- Design
zilla.yaml
configuration syntax for schema types #310 - Generate
zilla.yaml
fromAsyncAPI
specification #256 - Generate
zilla.yaml
fromOpenAPI
specification(s) #254 - Support
kafka
consumer groups #215 - MQTT guard implementation #307 (bmaidics)
Fixed bugs:
- Zilla crash during attempted WebSocket connection #391
- Index out of bounds exception with HTTP-Kafka proxy #293
Closed issues:
- Send will message as data frame + reject large packets #364
- Support Kafka client request-response with MQTT clients #326
- Add guard support for MQTT binding #308
- Implement retained feature for mqtt-kafka #289
Merged pull requests:
- Mqtt client publish fix #464 (bmaidics)
- Fix implicit subscribe no packetId reconnection #451 (bmaidics)
- Remove clientId from subscribeKey #450 (bmaidics)
- Rename config command to generate #449 (attilakreiner)
- Do not include generated subcsriptionId #448 (bmaidics)
- Adjust engine backoff strategy configuration #446 (jfallows)
- Don't close group stream on cluster and describe streams closer #444 (akrambek)
- Engine configuration worker capacity #443 (jfallows)
- Remove unused engine configuration #442 (jfallows)
- Ensure socket channel has finished connecting before attempting to read #441 (jfallows)
- Mqtt subscription handling bugfix #439 (bmaidics)
- Connection pool for kafka group client #438 (akrambek)
- Add affinity to mqtt server and client binding #436 (bmaidics)
- Set init flag for data fragmentation in grpc #431 (akrambek)
- Fix flow control issue in kafka-grpc #430 (akrambek)
- Fix known issues in group client #428 (akrambek)
- Enhance mqtt binding configuration syntax #425 (bmaidics)
- Buffer fragmented kafka session signal messages #424 (bmaidics)
- Fix flow control bug #423 (akrambek)
- Serverref change #422 (bmaidics)
- Fix finding next partition id #419 (akrambek)
- Don't end subscribe stream when unsubscribe, no subscription #418 (bmaidics)
- Remove default kafka topic names #416 (bmaidics)
- Fix consumer assignment causing decoding issue #414 (akrambek)
- Add test to validate merge produce rejection on wrong partition #410 (akrambek)
- Consumer related bug fixes #405 (akrambek)
- Remove unused extends OptionsConfig from non-options config classes #403 (jfallows)
- Support consumer protocol #400 (akrambek)
- Mqtt client implementation #398 (bmaidics)
- Support build after local docker zpm install #396 (jfallows)
- Adapt to consumer group changes #394 (bmaidics)
- Bump actions/checkout from 3 to 4 #393 (dependabot[bot])
- Merged consumer group support #390 (akrambek)
- Session expiry #387 (bmaidics)
- Request data length is non-negative #386 (jfallows)
- Fix mqtt-kafka publish bug #383 (bmaidics)
- Support configuration property definitions for custom type... #382 (jfallows)
- Mqtt kafka redirect #381 (bmaidics)
- Bump org.apache.ivy:ivy from 2.5.1 to 2.5.2 in /manager #377 (dependabot[bot])
- Generate zilla.yaml for asyncapi.mqtt.proxy from an AsyncAPI definition #375 (attilakreiner)
- Review budget debitors #374 (jfallows)
- Support binding config builder exit #373 (jfallows)
- Support config builder for MQTT config #372 (jfallows)
- Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.1.0 #370 (dependabot[bot])
- Generate zilla.yaml from an AsyncAPI definition #369 (attilakreiner)
- Mqtt kafka will message delivery #367 (bmaidics)
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.5 to 3.9.0 #366 (dependabot[bot])
- Bump junit:junit from 4.13.1 to 4.13.2 #365 (dependabot[bot])
- Send will message as data frame + reject large packets #363 (bmaidics)
- Sanitize zip entry path #362 (jfallows)
- Bump org.apache.maven:maven-core from 3.6.0 to 3.8.1 #361 (dependabot[bot])
- Merge consumer group metadata #359 (akrambek)
- Support dynamic behavior injection in config builder fluent API #358 (jfallows)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.3.0 #357 (dependabot[bot])
- Bump com.squareup:javapoet from 1.9.0 to 1.13.0 #355 (dependabot[bot])
- Include JDK 20 in build matrix #352 (jfallows)
- Ignore CacheFetchIT.shouldFetchFilterSyncWithData #351 (attilakreiner)
- Metadata for group merged stream #349 (akrambek)
- Bump io.fabric8:docker-maven-plugin from ...