Releases: mozilla/jira-bugzilla-integration
Releases · mozilla/jira-bugzilla-integration
v10.2.0
What's Changed
New Features
- Fix #247 #464: add
maybe_update_issue_priorityandmaybe_update_issue_severitysteps by @leplatrem in #889 - Fix #248: add
maybe_update_issue_pointsstep by @leplatrem in #891
Other Changes
- Run formatting and remove
ruffwarnings by @leplatrem in #890
Full Changelog: v10.1.0...v10.2.0
v10.1.0
v10.0.0
What's Changed
Breaking Changes
- Fix #702: heartbeat now returns 200 on warnings by @leplatrem in #862
Bug Fixes
- Fix #750: set resolution using
"name"field by @leplatrem in #883
New Features
- Fix #833: Wait for auto-labeler for 10sec on new PRs by @leplatrem in #861
- Fix #857: Support Basic Auth for the JBI Api Key by @leplatrem in #860
- Fix #645: Switch log messages to INFO level by @leplatrem in #884
Full Changelog: v9.1.0...v10.0.0
v9.1.0
What's Changed
Configuration
- Add all steps explicitly to our
nonprodtestproject by @leplatrem in #855 - Sync keywords as labels on FXP, SP3, PCF by @leplatrem in #852
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
Breaking Changes
- Require JBI API key for information endpoints by @leplatrem in #837
New Features
- Fix #822: add new
sync_keywords_labelsstep by @leplatrem in #835 - Fix #723: turn markdown into Jira syntax on comments and description by @leplatrem in #839
Full Changelog: v8.0.1...v8.1.0
v8.0.1
What's Changed
Configuration
- Add prod config entry for JBI Bin project by @grahamalama in #832
Full Changelog: v8.0.0...v8.0.1
v8.0.0
What's Changed
Breaking Changes
- Add authentication requirement to
/bugzilla_webhookendpoint by @grahamalama in #828
An API token is now required to make requests to the /bugzilla_webhook endpoint. It should be included in an X-Api-Key header, along with the Bugzilla webhook payload
Full Changelog: v7.0.4...v8.0.0
v7.0.4
What's Changed
Configuration
- Add config for Reusable Components by @muffinresearch in #816
Other Changes
- New structure for Jira and Bugzilla clients + services by @grahamalama in #795
- Mark all pydantic models as
frozenby @grahamalama in #796 - Relocate Bugzilla models to
bugzillanamespace by @grahamalama in #803
Full Changelog: v7.0.3...v7.0.4
v7.0.3
What's Changed
Bug Fixes
- Allow coercion of numbers to strings in
BugzillaWebhookEventChangeby @grahamalama in #794
New Features
- Replace formatting tools and
pylintwithruffby @grahamalama in #786
Full Changelog: v7.0.2...v7.0.3
v7.0.2
What's Changed
Bug Fixes
- Properly provide project keys to
Jira.paginated_projectsby @grahamalama in #792 - Use permissions param in
permitted_projectsrequest by @grahamalama in #793
Full Changelog: v7.0.1...v7.0.2