Releases: bountyhub-org/runner
Releases · bountyhub-org/runner
0.2.1
What's Changed
- Fix readme link to releases by @nikola-jokic in #5
- Switch to cellang library by @nikola-jokic in #6
- Fix is_available and has_diff jobengine functions by @nikola-jokic in #7
- Update ci workflow and fix cargo.toml key on jobengine by @nikola-jokic in #8
- Prepare 0.2.1 release by @nikola-jokic in #9
- Fix release and release 0.2.1 by @nikola-jokic in #10
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Changing auth from JWT to random token by @nikola-jokic in #1
- Refactor client to have rwlock access to config to refresh session by @nikola-jokic in #2
- Fix pool returning stream_client by @nikola-jokic in #3
- Bump versions on crates touched for this release by @nikola-jokic in #4
Breaking change
The token handling as well as config format has been changed.
Full Changelog: 0.1.0...0.2.0
0.1.0
Initial release. Difference between the old runner served from the asset store from the platform are:
- Log streaming is step based. The complete log is no longer uploaded at the end of the job, and is streamed for each step.
- Posting timeline. Timeline tracks each state change per each step.
- Refactored code and move stuff around for better readability. Results are communicated to the new fluxy server.
- Published docker image as well.
Full Changelog: https://github.com/bountyhub-org/runner/commits/0.1.0