Skip to content

Releases: hmcts/document-management-store-app

Release 1.2.0

23 Apr 09:35
Compare
Choose a tag to compare

Features:

  • Check for actual data type of upload documents (ie a png is a png and not an exe)
  • Enable HTTP client to hard delete uploaded document
  • Enable HTTP client to soft delete uploaded document

Changes:

  • Fix the OWASP Check vulnerability issue
  • CNP DB separation Liquibase
  • increase maximum connection to the DB to allow 200 user connections
  • CNP allows Custom Urls
  • CNP DM database is in the UK

Bug Fixes:

  • Deleted record is displayed when a get request is made
  • Document with TTL set is not deleted when due when Java box works in BST timezone (tested locally)
  • TTL Batch job is running even when suppose to be toggled off

Release 1.1.0

15 Feb 20:29
c476696
Compare
Choose a tag to compare

Features:

  • Hard and soft delete
  • TTL
  • Thumbnail endpoints added

Changes:

  • Change binary storage from Large Objects to bytea to improve upload and download performance over network with high latency

Bug Fixes:

  • HTML response returned instead of JSON