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 2.4.0 (June 29, 2020)
4+ - Bugzilla REST API support
5+ - Add --json command line output option
6+ - Add APIs for Bugzilla Groups (Pierre-Yves Chibon)
7+ - Add ` Bugzilla.get_requests_session() ` API to access raw requests Session
8+ - Add ` Bugzilla.get_xmlrpc_proxy() ` API to access raw ServerProxy
9+ - Add ` Bugzilla requests_session= ` init parameter to pass in auth, etc.
10+ - Add ` bugzilla attach --ignore-obsolete ` (Čestmír Kalina)
11+ - Add ` bugzilla login --api-key ` for API key prompting (Danilo C. L. de
12+ Paula)
13+ - Add ` bugzilla new --private `
14+
315## Release 2.3.0 (August 26, 2019)
416- restrict-login suppot (Viliam Krizan)
517- cli: Add support for private attachments (Brian 'Redbeard' Harrington)
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 = "2.3 .0"
7+ version = "2.4 .0"
88__version__ = version
Original file line number Diff line number Diff line change 1515%endif
1616
1717Name: python-bugzilla
18- Version: 2.3 .0
18+ Version: 2.4 .0
1919Release: 1%{?dist }
2020Summary: Python library for interacting with Bugzilla
2121
You can’t perform that action at this time.
0 commit comments