Skip to content

Releases: devnw/stream

v1.2.0

11 Feb 23:44
v1.2.0
e64fc34
Compare
Choose a tag to compare

Changelog

  • e64fc34 fix: correct error in workflow and goreleaser command

Development Build

11 Feb 23:44
e64fc34
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Bug Fixes

v1.1.0

05 Feb 19:57
v1.1.0
5158983
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v1.1.0-beta1

29 Mar 01:12
v1.1.0-beta1
4e39194
Compare
Choose a tag to compare
v1.1.0-beta1 Pre-release
Pre-release

Features

  • scaler.go: add support for a Wait modifier on scaler to increase or decrease duration based on an interval (Benji Vesterby)
  • scaler.go: add max routine support to scaler #31 (Benji Vesterby)
  • scaler.go: fuzz testing of new scaled wait and max scale #31 (Benji Vesterby)

Documentation

Tests

  • scaler_test.go: add max test for scaler #31 (Benji Vesterby)
  • scaler_test.go: add cases for testing proper MinWait when scaling factor is negative and current duration is time.Millisecond #31 (Benji Vesterby)

Continuous Integration

Commits

  • d657b81: Remove dot import recommendation (Benji Vesterby)
  • 331b9b3: Bump pascalgn/automerge-action from 0.15.3 to 0.15.5 (dependabot[bot]) #15
  • 48958ea: ci(README.md,.github/workflows/docs.yml): add action for auto-generation of go docs in readme (Benji Vesterby)
  • 6a7be2c: docs(README.md,scaler.go): update docs to be correct (Benji Vesterby)
  • 81fccd9: Bump actions/setup-go from 3 to 4 (dependabot[bot]) #17
  • 463386c: ci(docs.yml,docs.go): move package docs to dedicated file, exclude from lint, and fix action (Benji Vesterby)

v1.0.7

13 Sep 14:09
v1.0.7
d9326a4
Compare
Choose a tag to compare

Commits

  • d9326a4: Reverting stupid constraint I created (Benji Vesterby)

v1.0.6

08 Sep 18:52
v1.0.6
026f219
Compare
Choose a tag to compare

Commits

  • 52b039e: Adding drain and any methods for handling channel drains and any conversions (Benji Vesterby)
  • 026f219: Upgrading pipeline to 1.19 (Benji Vesterby)

v1.0.5

27 Jul 14:06
v1.0.5
080466e
Compare
Choose a tag to compare

Commits

  • b8105ad: Bump pascalgn/automerge-action from 0.15.2 to 0.15.3 (#13) (dependabot[bot]) #13
  • 080466e: Correcting issue in fan-in (Benji Vesterby)

v1.0.4

28 Apr 18:14
v1.0.4
d0f2dfe
Compare
Choose a tag to compare

Commits

  • d0f2dfe: Removed the dependence on FanOut from pipe (Benji Vesterby)

v1.0.3

28 Apr 17:50
v1.0.3
70187f4
Compare
Choose a tag to compare

Commits

  • 9041cd4: Corrects the libraries panic behaviors (Benji Vesterby) #7
  • b8d762c: Bump pascalgn/automerge-action from 0.14.3 to 0.15.2 (#8) (dependabot[bot]) #8
  • f797df2: Bump codecov/codecov-action from 2.1.0 to 3 (#9) (dependabot[bot]) #9
  • 0ee5567: Bump actions/setup-go from 2 to 3 (#10) (dependabot[bot]) #10
  • 06a285f: Bump go.structs.dev/gen from 1.0.0 to 1.0.1 (#11) (dependabot[bot]) #11
  • 70187f4: Correcting a blocking issue in Fan Out (Benji Vesterby)

v1.0.2

22 Mar 22:40
v1.0.2
11be3eb
Compare
Choose a tag to compare

Commits

  • 31dc36e: Change to dynamic select (Graham Mainwaring) #4
  • b9822cc: Bump actions/cache from 2.1.7 to 3 (dependabot[bot]) #6
  • 676aa70: Renaming the scaler benchmark to scaler instead of stream (Benji Vesterby)
  • 11be3eb: Corrects the libraries panic behaviors (Benji Vesterby)