Releases: mozilla/jira-bugzilla-integration
Releases · mozilla/jira-bugzilla-integration
v9.1.0
What's Changed
Configuration
- Add all steps explicitly to our
nonprodtest
project 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_labels
step 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_webhook
endpoint 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
frozen
by @grahamalama in #796 - Relocate Bugzilla models to
bugzilla
namespace 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
BugzillaWebhookEventChange
by @grahamalama in #794
New Features
- Replace formatting tools and
pylint
withruff
by @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_projects
by @grahamalama in #792 - Use permissions param in
permitted_projects
request by @grahamalama in #793
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
Bug Fixes
- Change method for fetching visible projects and issue types in
__heartbeat__
by @grahamalama in #791
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
Breaking Changes
- Make fewer requests in heartbeat, handle exceptions by @grahamalama in #783
- tagged as a breaking change since we renamed one of the healthcheck fields (
"all_projects_components_exist"
->""all_project_custom_components_exist"
)
- tagged as a breaking change since we renamed one of the healthcheck fields (
Bug Fixes
- Handle exceptions in
bugzilla.logged_in
by @grahamalama in #784 - Handle exceptions in
Jira.get_server_info
by @grahamalama in #785
New Features
- Fix #768: log validation exceptions (
HTTP 422
) by @leplatrem in #780 - Add
rid
to logs withasgi-correlation-id
by @grahamalama in #782
Full Changelog: v6.3.6...v7.0.0
v6.3.6
What's Changed
Bug Fixes
- Use enum to differentiate different results of running a step by @grahamalama in #761
Other Changes
- Fix Pydantic deprecation warnings by @grahamalama in #764
- Start process to improve Jira logging by @grahamalama in #767
Full Changelog: v6.3.5...v6.3.6