Skip to content

Commit 18460de

Browse files
authored
Merge pull request #115 from kbase/dev-relnotes
Update release notes
2 parents 08dc5e8 + 2dbb069 commit 18460de

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
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

0 commit comments

Comments
 (0)