Skip to content

v1.1.2

Compare
Choose a tag to compare
@rolinh rolinh released this 29 Mar 07:34
· 49 commits to master since this release

Minor changes

  • doc: improve package doc and add a note about unbounded task results by @rolinh in #30
  • Avoid crash when running task with (*task).run == nil by @tklauser in #31
  • reorder struct fields for optimal memory alignment by @rolinh in #33

Other changes

  • ci: bump golangci-lint to 1.43.0 by @tklauser in #32
  • ci: update Go to 1.18, golangci-lint to 1.45.2 by @tklauser in #34
  • Wait for worker to be submitted in TestWorkerPoolLen by @tklauser in #35
  • ci: enable more golangci-lint checkers, update config for Go 1.18 by @rolinh in #36

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