-
Notifications
You must be signed in to change notification settings - Fork 1
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 #95 from NHSDigital/mm-mesh-1761-update-to-use-mes…
…h-python-client mesh-1761: use the mesh python client to abstract this from the raw http interface (somewhat)
- Loading branch information
Showing
17 changed files
with
1,464 additions
and
1,351 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
docker-compose-v1 2.17.3 | ||
python 3.9.12 | ||
poetry 1.5.1 | ||
terraform 1.4.5 | ||
|
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,13 @@ | ||
Release Notes | ||
============= | ||
|
||
These are not all encompassing, but we will try and capture noteable differences here. | ||
|
||
---- | ||
# 1.0 | ||
### v1.0 release includes some significant changes, attempting to capture major differences here | ||
* migrated core API interactions to use the official [Python MESH Client](https://github.com/NHSDigital/mesh-client), which sends [application/vnd.mesh.v2+json](https://digital.nhs.uk/developer/api-catalogue/message-exchange-for-social-care-and-health-api) | ||
* as a result of the move to v2 MESH api features there will be some slight differences: | ||
* message status headers value will be lowercase status: `accepted`, `acknowledged`, rather than capitalised `Accepted`, `Acknowledged` and so forth. | ||
* mex header names are all lower case ( though requests Response.headers is a CaseInsensitiveDict so this should not matter ) | ||
* mex-* metadata will be stored with in the s3 object metadata for a received object. |
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
Oops, something went wrong.