Releases: lovoo/goka
Releases · lovoo/goka
Fix deadlock in consumer mock, update Kafka and Zookeeper for tests, add message timestamp in update context and add processor stopped state
Fix deadlock in consumer mock, update Kafka and Zookeeper for tests, add message timestamp in update context and add processor stopped state
Latest
What's Changed
- Correct README's example usage by @danielgospodinow in #442
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #444
- Fix/add links in READMEs by @anoruxylene in #448
- fix a deadlock in the consumer mock by @moonpolysoft in #451
- test: upgrade version of zookeeper and kafka to 7.6.0 by @kitimark in #447
- Add message timestamp to view update context by @smirzaei in #453
- Improve processor stopped state management by @jalaziz in #449
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #450
New Contributors
- @danielgospodinow made their first contribution in #442
- @dependabot made their first contribution in #444
- @anoruxylene made their first contribution in #448
- @moonpolysoft made their first contribution in #451
- @kitimark made their first contribution in #447
- @smirzaei made their first contribution in #453
- @jalaziz made their first contribution in #449
Full Changelog: v1.1.11...v1.1.12
Fix fetchstats bug and security vuln and remove deprecated ioutilrefs
What's Changed
- chore: remove refs to deprecated io/ioutil by @testwill in #438
- bugfix stuck fetchstats on slow views/processors by @frairon in #439
- Fix security vulnerability in net dependency by @roubanakhle in #437
New Contributors
Full Changelog: v1.1.10...v1.1.11
Bugfix drain messages on visit-fail
What's Changed
Full Changelog: v1.1.9...v1.1.10
Update Go, Sarama and fix race condition
What's Changed
- update go dependencies for security updates by @frairon in #421
- Fix race condition by @zacharyfox in #426
- using github.com/IBM/sarama by @ghstahl in #429
New Contributors
- @zacharyfox made their first contribution in #426
- @ghstahl made their first contribution in #429
Full Changelog: v1.1.8...v1.1.9
Processor context wrapper
What's Changed
- Adds HSCAN key/value support to storage.redisIterator by @chrisfjones in #392
- processor: add WaitForReadyContext method by @tymeshifter in #393
- Fix clone functions of InputStats and OutputStats to prevent data race condition by @leepro in #400
- Adds
Signal.WaitForStateMinWithCleanup
to avoid leaking waiters by @chrisfjones in #397 - Removed link to not anymore existing blog post by @norbertklawikowski in #406
- feat: use go embed instead of bindata to load goka ui templates by @roubanakhle in #401
- issue #369 auto-commit test by @frairon in #370
- build: upgrade from go 1.16 to go 1.18 by @roubanakhle in #403
- Modify the command order in example 3 by @tinahhhhh in #408
- remove parallel testing by @frairon in #409
- update dependencies by @frairon in #412
- add key info to commit errors by @kavinsk1 in #414
- fix flaky actions/tests, improve install-action by @frairon in #410
- Added context wrapper option for processors by @frairon in #420
New Contributors
- @chrisfjones made their first contribution in #392
- @tymeshifter made their first contribution in #393
- @leepro made their first contribution in #400
- @roubanakhle made their first contribution in #401
- @tinahhhhh made their first contribution in #408
Full Changelog: v1.1.7...v1.1.8
drain messages without timeout
- fix table setup race condition to just drain the errors/messages channels without timeout by @kskitek in #390
Full Changelog: v1.1.5...v1.1.6
improve iterator memory usage
What's Changed
Full Changelog: v1.1.5...v1.1.6
v1.1.5 Update Sarama dependency
v1.32.0 of Sarama was retracted by Shopify because it has an issue with the producer hanging when given an empty producer message.
Therefore we're updating to 1.33.0
v1.1.4
v1.1.4 Fix Memory Leak In Goka Visitor
Full Changelog: v1.1.3...v1.1.4
v1.1.3 fixing examples and logging
What's Changed
- github action for installing goka by @frairon in #373
- Fix examples initialization after auto creation of topics is disabled by @norbertklawikowski in #384
- inherit debug logging to custom loggers, fixes issue #382 by @frairon in #383
- Run examples as GitHub actions, fixes issue #379 by @norbertklawikowski in #385
New Contributors
- @norbertklawikowski made their first contribution in #384
Full Changelog: v1.1.2...v1.1.3