File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 66 response.
77* Fixed a bug that caused job files to be incorrectly written to the root job directory when
88 running in callback server only mode.
9+ * The Docker image was updated to use ` tini ` for launching the executable
10+ * Updated dependency management to ` uv `
11+ * Updated test running to ` pytest `
12+ * Unused ` setup.py ` and ` travis.yml ` files were deleted.
13+ * Added the ` set_provenance ` API method to the callback server.
14+ * Fixed a number of issues around the callback server hanging forever when an error
15+ occurred when running a subjob.
16+ * Fixed a bug where an illegal module name would cause the callback server to throw a
17+ non-specific error.
18+ * Made the callback server attempt to run the ` release ` version of an SDK app when
19+ no service version is provided rather than running whatever the catalog service returns.
20+ * Restored the format of the provenance subaction ` ver ` field to
21+ ` <module version>-<release version> ` , e.g. ` 0.1.3-beta ` .
22+ * Fixed a bug where an illegal job ID would cause a non-specific error to be thrown.
23+ * Fixed a bug where a non-existent job ID would be treated as a still running job.
24+ * Added special casing for running jobs at NERSC that rewrites unreachable URLs.
925
1026## Earlier release notes
1127
You can’t perform that action at this time.
0 commit comments