v3.3.0
What's Changed
Breaking Changes
- Use typed log contexts (fixes #211) by @leplatrem in #216
- Return 4XX response if no bug is provided (fixes #418) by @bsieber-mozilla in #222
- Reorganize calls to Bugzilla into a dedicated class in
services.py
by @leplatrem in #220 - Do not mutate the request object (fixes #227) by @leplatrem in #230
Bug Fixes
- Fix extract_from_see_also() with None values by @leplatrem in #223
New Features
- Update to remote-link title; use URL, set icon favicon url. by @bsieber-mozilla in #207
- Change Jira resolution field (fixes #200) by @leplatrem in #228
Dependency Updates
- Install
atlassian-python-api==3.27.0
from PyPI by @grahamalama in #225 - Update deps to remove warning by @grahamalama in #226
Other Changes
- Implement Bugzilla REST API client (fixes #189, fixes #198) by @leplatrem in #217
- Separate and "cache" services by @grahamalama in #224
- Bump v3.3.0 by @leplatrem in #235
Full Changelog: v3.2.3...v3.3.0