Releases: SUSE/osc-tiny
Releases · SUSE/osc-tiny
v0.8.0
- Added the attributes extension
- Project.get_meta: target the /_project path to really get specific revisions
- Add an optional rev parameter to Project.get_meta
- Reusable function to extract error message from responses and converted get_objectified_xml into standalone function
- Removed backport of lru_cache
- Session optimizations
- Add Build.get_log
v0.7.12
- Enhanced usability and reliability for
HttpSignatureAuth
- Prevent sharing of sessions across forked processes
- Fixed typo in quickstart doc
v0.7.11
- Make it possible to force setting meta
- Improved strong authentication method
- Support product list views honoring the
expand
parameter
v0.7.10
- Include the original error message, when an SSH key cannot be read
- Added a link to the documentation of
HttpSignatureAuth
- Allow
Package.exists
to raise exceptions - Added methods to get/set the project config
v0.7.9
- Fixed return value of
Request.cmd
v0.7.8
v0.7.7
- Support for Python 3.11
- Workaround for another parameter inconsistency in the API
v0.7.6
- Treat
deleted
andexpand
parameters of/source/<project>/
as boolean (despite not being documented as such) - Do not send the
deleted
parameter, when theview
parameter is present
v0.7.5
- Workaround for another inconsistency in parameter handling in the OBS API
v0.7.4
- Deprecated
Project.get_files
(i.e. yet another workaround for an inconsistent server API) - Updated documentation for
Package.cmd
method