Releases · python-bugzilla/python-bugzilla · GitHub
Skip to content

Releases: python-bugzilla/python-bugzilla

v3.3.0

Choose a tag to compare

@crazyscientist crazyscientist released this 23 Sep 07:35
  • Fixed a deprecation warning in test-suite
  • Fixed issue in Bugzilla.fix_url (related to Python 3.12)
  • Allow bug creation with an explicitly empty list of groups
  • Expose error codes from the REST API (Stanislav Levin)
  • Fixed broken link in documentation (Danilo C. L. de Paula)
  • Set Bug.weburl that is compatible with the REST API
  • Do not convert 'blocks' or 'depends' to int in Bugzilla.build_update (Adam Williamson)
  • Use proper REST API route for getting a single bug
  • Avoid duplicate entries when one id is 0 (Ricardo Branco)
  • Removed unused argument from Bugzilla.add_dict
  • Fixed API key leak (Ricardo Branco)
  • Automatically include alias in include_fields in Bugzilla._getbugs
  • Added method Bugzilla.query_return_extra
  • Removed unused argument from Bugzilla.add_dict
  • cli: Add --field-json=JSONSTRING
  • cli: Support --field and --field-json for bugzilla attach
  • man: Add section about bugzillarc
  • base: Add query_return_extra
  • base: Tweak query() docs

v3.2.0

Choose a tag to compare

@crobinso crobinso released this 12 Jan 18:09

v3.2.0

  • Use soon-to-be-required Authorization header for RH bugzilla
  • Remove cookie auth support

v3.1.0

Choose a tag to compare

@crobinso crobinso released this 27 Jul 17:30

v3.1.0

  • Detect bugzilla.stage.redhat.com as RHBugzilla
  • Add limit as option to build_query (Ivan Lausuch)

v3.0.2

Choose a tag to compare

@crobinso crobinso released this 13 Nov 01:28

v3.0.2

  • Fix API key leaking into requests exceptions

v3.0.1

Choose a tag to compare

@crobinso crobinso released this 07 Oct 17:28

v3.0.1

  • Skip man page generation to fix build on Windows (Alexander Todorov)

v3.0.0

Choose a tag to compare

@crobinso crobinso released this 03 Oct 22:50

v3.0.0

  • Drop python2 support
  • New option bugzilla modify --minor-update option
  • requests: use PYTHONBUGZILLA_REQUESTS_TIMEOUT env variable
  • xmlrpc: Don't add api key to passed in user dictionary

v2.5.0

Choose a tag to compare

@crobinso crobinso released this 04 Jul 18:28
  • cli: Add query --extrafield, --includefield, --excludefield
  • Revive bugzilla.rhbugzilla.RHBugzilla import path