Skip to content

Releases: UKHomeOffice/icasework-resolver

Add verbose logging and fetch timeout

12 Jan 15:17
a7f90d9
Compare
Choose a tag to compare
v4.2.0

add verbose loggin & fetch timeout

v4.1.1 Add timestamps to the logs

08 Dec 16:49
10cf641
Compare
Choose a tag to compare

Add timestamps to the logs

v4.1.0: NRM-88: Add duplicate audit logs to DB (#18)

18 Nov 16:05
c15a285
Compare
Choose a tag to compare

Add duplicates table logging and update information sent to resolver table

v4.0.1

07 Oct 13:33
Compare
Choose a tag to compare

Add an audit entry when a duplicate case found. This is because it implies when a case was saved, a 504 timeout was encountered and the resolver has attempted to retry and missing submitting an audit entry on its 1st attempt.

v4.0.0: Refactor the resolver api calls to use async/await (#14)

07 Oct 13:25
1fb416d
Compare
Choose a tag to compare

Remove Promise chain and uses async/await instead. Uses latest version of knex to mitigate security issue with pinned pg version in the knexfile. Adds ability to call iCasework and check for peexisting case to prevent duplicate cases being created. Improved logging for auditing and debugging purposes.

v3.0.1

27 Sep 12:47
Compare
Choose a tag to compare

Big fix sqs-producer and explicitly install aws-sdk peer dependency

v3.0.0: Merge pull request #13 from UKHomeOffice/update-knex-config

27 Sep 12:26
3fcd4f7
Compare
Choose a tag to compare

New major version following on from v2.0.0. Using yarn instead of npm. Added snyk for security scanning. And only running knew in development mode in NODE_ENV isn't set. Additional linting fixes done and a security update to knew carried out.