v0.8.2
What's new
Added 🎉
- Implemented
Beaker.workspace.archive()
,.unarchive()
,.rename()
,.move()
, andcreate()
methods. - Implemented
Beaker.job.stop()
andBeaker.job.finalize()
methods. - Added
WorkspaceWriteError
for when you attempt to write to an archived workspace. Before this
would just result in anHTTPError
with a 403 status code.
Changed ⚠️
- Allowed using workspace name without organization when
Config.default_org
is set.
OtherwiseOrganizationNotSet
error is raised.
Commits
6b6ebd6 Add "See also" section to README
cb9493d Implement more Beaker.workspace
methods (#71)
518fe97 Add Beaker.job.stop()
and .finalize()
methods (#70)
ceb413c Bump actions/setup-python from 1 to 3 (#66)
646bb73 Bump actions/checkout from 2 to 3 (#67)
d279ab5 Add github-actions
to dependabot watch list, add config compatibility tests (#65)