Skip to content

Releases: bacalhau-project/bacalhau

v0.3.21

21 Feb 15:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.20...v0.3.21

v0.3.20

21 Feb 02:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.19...v0.3.20

v0.3.19

08 Feb 16:17
a448b44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.18...v0.3.19

v0.3.18

29 Jan 21:22
bd6b75e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.17...v0.3.18

v0.3.17

21 Jan 01:50
1d59bf4
Compare
Choose a tag to compare
v0.3.17 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.16...v0.3.17

v0.3.16

23 Dec 22:06
a4fa5e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.15...v0.3.16

v0.3.15

12 Dec 16:46
67e819b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.14...v0.3.15

v0.3.14

08 Dec 16:05
7a107b3
Compare
Choose a tag to compare

What's Changed

Read more

v0.3.13

18 Nov 17:46
2823057
Compare
Choose a tag to compare

What's Changed

  • [updatecli] Ops Bacalhau Dependency by @philwinder in #1167
  • Aggregate coverage across all test runs by @simonwo in #1168
  • Change zone for European GPU node to europe-west4-a by @simonwo in #1170
  • extract bidding strategies to separate types by @wdbaruni in #1169
  • Run Linux arm64 builds on a real ARM box by @wjam in #1205
  • when telling the user what command to run, tell them the correct executable on their system by @SvenDowideit in #1171
  • Ensure Docker is running for any test that needs it. by @simonwo in #1208
  • Ensure errors from Estuary publisher are not passed to the user by @simonwo in #1210
  • Test all canary scenarios as part of CI by @simonwo in #1211
  • chore(docs): update to remind people that dev/staging need love too by @philwinder in #1212
  • Only log container start failure when there was actually a failure by @lukemarsden in #1213
  • Add Swagger/OpenAPI endpoint + docs by @enricorotundo in #1214

New Contributors

Full Changelog: v0.3.12...v0.3.13

v0.3.12

16 Nov 14:05
Compare
Choose a tag to compare

UX and core features

Developer experience

  • Fix canary to look in correct results folder by @simonwo in #987
  • Expose piggybacked publisher information by @wjam in #997
  • Fetch build info from debug.BuildInfo struct by @wjam in #999
  • Ensure temp files are cleaned up by @wjam in #1005
  • Update dependencies and enable dependabot by @wjam in #1028
  • Suppress logging output in tests by @iand in #1039
  • Turn down some log messages that show up on every single test in CI by @lukemarsden in #1041
  • Make GPU capacitymanager tests work when you have a GPU installed by @lukemarsden in #1042
  • Remove test as it is a duplicate by @wjam in #1044
  • Tweaks to make it easier to diagnose CI issues by @wjam in #1052
  • First pass at removing Docker from tests which don't test it by @simonwo in #1054
  • Don't run Docker tests on Windows or Mac by @wjam in #1066
  • remove dead function GetSystemDirectory by @wdbaruni in #1072
  • Associate the job id with both parts of the trace by @wjam in #1076
  • have CircleCI notice the unittests.xml file by @lukemarsden in #1078
  • Use Scenario-based tests to remove Docker and streamline test code by @simonwo in #1069
  • Split tests out into unit vs integration, and run each type in parallel by @lukemarsden in #1083
  • Clean up a directory related to testing by @wjam in #1128
  • Expose test coverage by @wjam in #1123
  • Use Noop executor in scenario-based tests by @simonwo in #1122
  • Avoid flaky port collisions in tests by assign node ports up front by @simonwo in #1142
  • Build canary against latest code by @simonwo in #1156
  • Improve CI speed by @wjam in #1160
  • Create CNAME by @aronchick in #1162
  • Download Go on Windows directly by @wjam in #1164

Dependency updates

New Contributors

Full Changelog: v0.3.11...v0.3.12