Skip to content

Releases: lovoo/goka

v1.1.2

24 Mar 09:01
62eab8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Hotfix Rebalance shutdown

07 Dec 08:14
eba133e
Compare
Choose a tag to compare

What's Changed

  • chore(ci): add GH actions by @mavogel in #357
  • github actions: remove integration-test, remove travis, add readme-badge by @frairon in #365
  • hotfix: rebalance should not shut down processor by @frairon in #366

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Nov 21:35
a6ef12e
Compare
Choose a tag to compare

What's Changed

  • Example for defer commit by @frairon in #301
  • Improve goka.Context docs by @adw1n in #303
  • fixed tests by @frairon in #309
  • Initial support for headers in tester by @wwaldner-amtelco in #308
  • issue #312 append headers on emit instead of replacing them by @frairon in #313
  • #156 processor hot standby by @frairon in #283
  • Improve headers implementation by @mrahs in #315
  • Bugfix draining consumer message. by @frairon in #319
  • Expose headers via the root package by @mrahs in #324
  • Remove Prefix from logging, moved logging package to goka #305 by @frairon in #310
  • add go report card by @frairon in #326
  • storage improvements by @frairon in #328
  • Added GetTableKeys to tester by @juandes in #327
  • tester.Catchup() added, removed partitions in tester.Topicmanager by @frairon in #333
  • hotfix: panic after activating debug logging by @frairon in #336
  • partition table: always store offset by @frairon in #337
  • Fix TopicManager docstring replication factor by @frairon in #340
  • #318 avoid losing an element in leveldb seeker by @mrahs in #320
  • Visitor Tool implementation by @frairon in #341
  • fixed comments from PR #341, added unit tests for action by @frairon in #345
  • topic manager wait by @frairon in #348
  • improving processor error handling/shutdown by @frairon in #353
  • Expose Processor State With StateReader Interface by @jomaresch in #354
  • skip nil-values for partitions where stats timed out by @frairon in #358
  • Add setter functions to allow changing tableSuffix and loopSuffix. by @chin8628 in #359
  • tester: implement listing topics and partitions + getoffset by @frairon in #360
  • Improved failure handling fully remove multierr.Errors system test for testing connection errors bugfix issue 350 View.Get fails on reconnecting view bugfix processor freeze on error (334) by @frairon in #361
  • Visitor/Tests imrovement by @frairon in #363

New Contributors

Full Changelog: v1.0.6...v1.1.0

change loop/table suffix

27 Oct 20:06
bfe9747
Compare
Choose a tag to compare
Pre-release

Small fix that allows modifying loop/table suffixes when generating the group graph.

nil pointer fix in stats

25 Oct 08:56
73c2ac7
Compare
Choose a tag to compare
Pre-release

Bugfix: ignore stats for partitions where fetch-stats timed out (was set to nil before)

epose state from processor

19 Oct 08:33
bd9f3c7
Compare
Choose a tag to compare
Pre-release
Merge pull request #354 from lovoo/proc_add_state_reader_interface

Expose Processor State With StateReader Interface

error handling + shutdown

04 Oct 09:35
9aebfe0
Compare
Choose a tag to compare
Pre-release
  • Improved error handling and processor shutdown on failure.
    Solves issue #330 , #334
  • Use hashicorp/go-multierror instead of multierr.Errors.

headers, logging, visitor

15 Sep 13:38
2b16f64
Compare
Choose a tag to compare
Pre-release

Pre-release of breaking changes regarding header handling and logging.

header options + topicmanager fixes

11 Feb 13:42
f804627
Compare
Choose a tag to compare

Improvements

  • add sending headers option to context by @AlecY
  • topic manager check topic configuration with configurable behavior on mismatch

bugfixes + tester improvements

08 Dec 14:38
8a87b5a
Compare
Choose a tag to compare

Bugfixes

  • leveldb ressource leak by @mrahs
  • fix race conditions
  • avoid panic by removing direct storage access in view

Improvements

  • unexport finish method of promise
  • print consumer errors only once
  • add getter for Graph-Group in context
  • tolerate different sets of topics

Random

  • remove logo for ASF tradmark violations