Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 10:19
· 5 commits to master since this release
03c6fbe

Changelog

  • 03c6fbe chore: bump tasqueue (#41)
  • e8576b2 Merge pull request #31 from knadh/rebrand
  • 64c1b1c Fix broken config init.
  • 96ecce0 chore: update workflow test file (#38)
  • 781049d Minor formatting refactor.
  • 161e7a0 Add fixes and refactors to rebrand (#34)
  • 538fc97 Update min Go version in workflow to support slog.
  • f08a1a8 Refactor broker/state config keys. (#33)
  • 91e3026 refactor: Replace machinery with tasqueue (#32)
  • 3c2e9d2 Refactor Makefile.
  • 8861d1a Move Machinery logger inside core.
  • 54121e0 Remove overly verbose HTTP request middleware logger.
  • 3453e21 Remove obsecure Machinery 'result' field from job status response.
  • 2af83ff Change all int time config to timestrings.
  • 484464a Fix result state TTL and make it explicitly separate from job TTL.
  • 500e7a5 Merge the job exec functions into core.
  • 602baf8 Apply major breaking refactor.
  • 0a5b18c Refactor resultbackend and related models to separate packages.
  • 9933f69 Apply minor code readability changes.
  • ea55171 Upgrade deps.
  • cd765ba Upgrade koanf lib to v2.
  • 058a355 Refactor init in main() away to separate functions to clean up main.
  • 473c302 Remove references to deprecated ioutil.
  • 5d92d94 Add --new-config to generate a sample config file in place.
  • dced385 Rename jobber files server.
  • 3b7f209 Remove dead constants.
  • 0212e4f Rename config env var prefix.
  • 533a867 Rename Jobber{} to generic Server{}
  • c66d30d Replace 'jobber' to 'dungbeetle' in Go mod path and other references in the source.
  • 5564afc Refactor docs and branding with the new name, DungBeetle.
  • 8b98bd8 Bump golang.org/x/net from 0.7.0 to 0.17.0 (#35)
  • dc4a091 fix: typo (#36)