Skip to content

Releases: SUSE/osc-tiny

v0.10.3

12 Aug 14:35
f007f93
Compare
Choose a tag to compare
  • Fixed default value for CA path
  • Removed support for .osc data directory
  • Handle issues due to bugs in backports of responses
  • Auto release OBS: using osc-tiny and improved change log (#178)

v0.10.2

05 Aug 08:19
47746d1
Compare
Choose a tag to compare
  • Replaced get_cookie_jar function with a CookieManager (#171)
  • Use urllib3.Retry instead of custom implementation
  • Use the latest Python version for actions
  • Automate the release on OBS(closes #138) (#170)

v0.10.1

28 Jun 13:49
f6ead75
Compare
Choose a tag to compare
  • Include description in request creation

v0.10.0

27 Jun 10:59
ce2821e
Compare
Choose a tag to compare
  • Added capability to create requests (#165)
  • Install the theme for the docs (#163)

v0.9.1

22 May 08:57
f7f7a3d
Compare
Choose a tag to compare
  • Staging extension: fix the return value of set_status_report() (fixes #158)
  • Document OBS release process

v0.9.0

22 Apr 15:26
684aebf
Compare
Choose a tag to compare
  • Staging extension (closes #151) (#154)
  • Type annotations and models

v0.8.2

22 Mar 10:50
450e647
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

11 Dec 15:49
c637e3d
Compare
Choose a tag to compare
  • Support for new OSC config

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