File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# python-bugzilla release news
22
3+ ## Release 3.3.0 (June, 2024)
4+ - Expose error codes from the REST API (Stanislav Levin)
5+ - Fixed broken link in documentation (Danilo C. L. de Paula)
6+ - Set ` Bug.weburl ` that is compatible with the REST API
7+ - Do not convert 'blocks' or 'depends' to int in ` Bugzilla.build_update ` (Adam Williamson)
8+ - Use proper REST API route for getting a single bug
9+ - Avoid duplicate entries when one id is 0 (Ricardo Branco)
10+ - Removed unused argument from ` Bugzilla.add_dict `
11+ - Fixed API key leak (Ricardo Branco)
12+ - Automatically include alias in include_fields in ` Bugzilla._getbugs `
13+ - Added method ` Bugzilla.query_return_extra `
14+ - cli: Support --field and --field-json for bugzilla attach
15+
316## Release 3.2.0 (January 12, 2022)
417- Use soon-to-be-required Authorization header for RH bugzilla
518- Remove cookie auth support
Original file line number Diff line number Diff line change 44# This work is licensed under the GNU GPLv2 or later.
55# See the COPYING file in the top-level directory.
66
7- version = "3.2 .0"
7+ version = "3.3 .0"
88__version__ = version
Original file line number Diff line number Diff line change 11Name: python-bugzilla
2- Version: 3.2 .0
2+ Version: 3.3 .0
33Release: 1%{?dist }
44Summary: Python library for interacting with Bugzilla
55
You can’t perform that action at this time.
0 commit comments