- 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.weburlthat 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