Releases: hmcts/document-management-client
Releases · hmcts/document-management-client
v7.0.1 🌈
New workflow with up-to-date libraries
- Fix bintray upload task @doncem (#27)
- Fix maven publisher @doncem (#26)
- Move release action to GitHub workflow @doncem (#25)
- Add tests for
DocumentUploadClientApi
@doncem (#24) - Add basic integration tests @doncem (#23)
- Basic unit test for health checker @doncem (#22)
- Upgrade checkstyle 8.3 -> 8.33 @doncem (#21)
- Upgrade spring 2.0.6 -> 2.3.1 @doncem (#20)
- Update gradle plugins @doncem (#19)
- Upgrade gradle 4.2.1 -> 6.5 @doncem (#18)
Add delete api
Adding the client for delete api
Add roles and classification in request param for upload
This adds roles and classification in request param for upload and user-Id in download calls to get event history have userId populated
Add user roles to header
Add user roles to header
Release 4.0.1
Updated versions (#12)
Release 4.0.0
ROC-3023: Add user-id header for document upload (#11)
Release 3.0.0
Add S2S (#10) DM removed their gateway when they moved to CNP, now services need to use S2S
Release 2.0.0
Release 2.0.0
v1.1.1
In this release the components provided by this library will get automatically configured in a Spring context if document_management.api_gateway.url
configuration property is defined and does not equal false. You just need to include the library as your dependency and you will be to use the client class. Health check for DM service is provided as well.