| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-06-04 | 1.2 kB | |
| v0.31.0 source code.tar.gz | 2024-06-04 | 331.9 kB | |
| v0.31.0 source code.zip | 2024-06-04 | 516.8 kB | |
| Totals: 3 Items | 849.9 kB | 0 | |
This release brings a number of improvements to Kafka preset by @karelbilek, as well as some maintenance changes by @fabiolamicela and @karelbilek.
It includes version bumps of Go dependencies, and upgrades to supported/default versions of various presets.
Thank you to the new contributors!
What's Changed
- Removed usage of deprecated docker container type options by @fabiolamicela in https://github.com/orlangure/gnomock/pull/1032
- kafka: healthcheck for consumer group coordinator by @karelbilek in https://github.com/orlangure/gnomock/pull/1037
- Fix golangci-lint by @karelbilek in https://github.com/orlangure/gnomock/pull/1042
- Fixing all goroutine leaks with client closings by @karelbilek in https://github.com/orlangure/gnomock/pull/1041
- Allow users to set number of partitions in topic by @karelbilek in https://github.com/orlangure/gnomock/pull/1040
New Contributors
- @fabiolamicela made their first contribution in https://github.com/orlangure/gnomock/pull/1032
- @karelbilek made their first contribution in https://github.com/orlangure/gnomock/pull/1037
Full Changelog: https://github.com/orlangure/gnomock/compare/v0.30.0...v0.31.0