Skip to content

v0.11.0

Compare
Choose a tag to compare
@reugn reugn released this 08 Jan 13:44
· 17 commits to master since this release
4557f02

Features

  • feat(flow): add keyed flow implementation by @reugn in #141

Fixes

  • fix(flow): remove priority queue from sliding window by @reugn in #137

Improvements

  • refactor(flow): hide mutex methods in window flows by @reugn in #138

Connectors

  • deps: upgrade dependencies in connectors by @reugn in #114
  • refactor(aerospike)!: enhance connector functionality by @reugn in #127
  • feat(websocket)!: rename the connector module by @reugn in #129
  • feat(connectors)!: remove signal.Notify from connectors by @reugn in #131
  • refactor(redis): minor connector improvements by @reugn in #132
  • fix(connectors): string formatting for message type by @reugn in #134
  • feat(connectors)!: use slog for structured logging by @reugn in #140
  • feat: add support for AWS S3 connector by @reugn in #143
  • chore(aws): refine S3 connector logs by @reugn in #145
  • feat: add support for GCP Storage connector by @reugn in #146
  • feat: add support for Azure Blob Storage connector by @reugn in #147

Maintenance

  • test: improve code coverage by @reugn in #113
  • chore: add gci linter by @reugn in #128
  • chore(examples): update docker compose files by @reugn in #133
  • test(flow): improve coverage and minor refactoring by @reugn in #139
  • ci: update golangci-lint configuration by @reugn in #148

Full Changelog: v0.10.0...v0.11.0