Skip to content

Releases: SUSE/osc-tiny

v0.8.0

29 Nov 14:48
f94f372
Compare
Choose a tag to compare
  • 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

06 Mar 06:02
c719f75
Compare
Choose a tag to compare
  • Enhanced usability and reliability for HttpSignatureAuth
  • Prevent sharing of sessions across forked processes
  • Fixed typo in quickstart doc

v0.7.11

09 Jan 08:42
4309997
Compare
Choose a tag to compare
  • Make it possible to force setting meta
  • Improved strong authentication method
  • Support product list views honoring the expand parameter

v0.7.10

02 Jan 09:26
91cde58
Compare
Choose a tag to compare
  • 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

12 Dec 12:20
049dc5e
Compare
Choose a tag to compare
  • Fixed return value of Request.cmd

v0.7.8

12 Dec 12:11
da774fd
Compare
Choose a tag to compare
  • Simplified handling of SSH keys (fixes #114)
  • Replaced Request.cmd with Request.update (fixes #113)
  • Added a comment parameter to project and package set_meta

v0.7.7

02 Nov 12:05
d2d040f
Compare
Choose a tag to compare
  • Support for Python 3.11
  • Workaround for another parameter inconsistency in the API

v0.7.6

20 Oct 08:10
3cdfc57
Compare
Choose a tag to compare
  • Treat deleted and expand parameters of /source/<project>/ as boolean (despite not being documented as such)
  • Do not send the deleted parameter, when the view parameter is present

v0.7.5

07 Oct 14:08
48ccca1
Compare
Choose a tag to compare
  • Workaround for another inconsistency in parameter handling in the OBS API

v0.7.4

05 Oct 08:48
b5d3070
Compare
Choose a tag to compare
  • Deprecated Project.get_files (i.e. yet another workaround for an inconsistent server API)
  • Updated documentation for Package.cmd method