Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 15, 2024
1 parent 57ceb63 commit 61ec4f3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
- `import_archive`
- `export_values`
- `import_values`
- always store every job record and job result value(s)
- allow a 'comment' to be associated with a job:
- require a 'comment' for every `run_job`/`queue_job` call
- new api endpoints:
- `list_all_job_record_ids`
- `list_job_record_ids`
- `list_all_job_records`
- `list_job_records`
- `get_job_record`
- `get_job_comment`
- `set_job_comment`
- new job record api endpoints:
- `list_all_job_record_ids`
- `list_job_record_ids`
- `list_all_job_records`
- `list_job_records`
- `get_job_record`
- `get_job_comment`
- `set_job_comment`
- add convenience api endpoint `get_values`
- improved input options for 'store_values' API endpoint
- added 'value_created' property on 'Value' instances
Expand Down

0 comments on commit 61ec4f3

Please sign in to comment.