-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #298 from pactflow/release/1.31.0
chore: add release notes for 1.31.0
- Loading branch information
Showing
5 changed files
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: 1.31.0 | ||
--- | ||
|
||
## Release date | ||
|
||
22 August 2024 | ||
|
||
## Features | ||
|
||
* Added new `/labels` API that lists all labels | ||
|
||
## Fixes | ||
|
||
* Fixes an issue where the "next" embedded link was not documented in the response body of the `GET /audit` endpoint | ||
* Fixes the `NoMethodError` for pacticipants PATCH request when request body contains embedded labels | ||
* Documents the API `/pacticipants/:pacticipant_name/labels/:label_name` for managing labels for a pacticipant | ||
* Fixed unique team name issue when updating team in settings | ||
* Fix bug which caused a missing row in the matrix when there are a mix of classic Pact and bi-directional contracts | ||
* Resolves the `UniqueConstraintViolation` issue when updating team users via a PUT request. | ||
* Fixed incorrect type standardization for openapi -v 3.1.0 | ||
* Team Administrators will now have permission to view environments | ||
* Deprecated _embedded payload format in the team update APIs | ||
* Fixes an issue where deleting an integration in the context of BDCT leads to the unintended deletion of provider contracts | ||
* Added provider version number to webhook endpoint | ||
|
||
## Migration notes | ||
|
||
N/A | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
slug: 2024-08-22-on-premises-1.31.0 | ||
title: On-premises release v1.31.0 | ||
tags: [on-premises, release] | ||
--- | ||
|
||
A new PactFlow on-premises release (1.31.0) is now available ([see details](/docs/on-premises/releases/1.31.0)). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters