⚠️ Breaking Change
The CLI flag --max-timeout
for the bacalhau serve
command has been renamed to --max-job-execution-timeout
. This new flag more accurately describes its functionality: setting the maximum job execution timeout that the node can accept. If you have any automation or scripts that use bacalhau serve
, please update them to use this new flag name.
Main Changes
- Enforce Normalization in Marshaller Implementations by @wdbaruni in #2890
- Flyte integration by @enricorotundo in #2761
- whitelist: python package manager by @Nasfame in #2875
- Use non-p2p multiaddress for peer by @rossjones in #2897
- Run update check when any client command is executed by @simonwo in #2909
- fix migration of new jobs submitted with local directory by @wdbaruni in #2900
- Fix time/date substitutions for S3 urls by @rossjones in #2922
- Limit update checks to once per day by @simonwo in #2918
- Changes the Publisher interface to take an Execution rather than an ExecutionID by @rossjones in #2924
- fix job selection policy flag by @wdbaruni in #2936
- Add update checking to Bacalhau nodes by @simonwo in #2939
- fix: allow compute timeouts to be configured by @frrist in #2931
New Contributors
- @criadoperez made their first contribution in #2881
- @Nasfame made their first contribution in #2875
Full Changelog: v1.1.1...v1.1.2