Releases: companieshouse/psc-data-api
Releases · companieshouse/psc-data-api
0.1.96
0.1.95
ecs-service-1.0.2
Merge pull request #125 from companieshouse/feature/phoenix1-psc-api Add psc data api to phoenix1
0.1.94
DSND-2697: Consolidate env variables to application properties (#122) * DSND-2697: Consolidate .yml file into application.properties *delete application.yml file. *put all env variables into application.properties file. * DSND-2697: Remove all unnecessary env variables * unnecessary logger.namespace env replaced with application.namespace * any unnecessary variables in application.properties or pom removed
ecs-service-1.0.1
DSND-2727: Fix terraform modules version (#124) * Known bug in latest version for multiple container services
0.1.93
0.1.92
DSND-2703: Fix sonar issues (#115) * DSND-2703: Upgrade to Java 21 * DSND-2703: Get docker working with cucumber tests * The cucumber tests would not run due to testcontainers not finding a "valid docker environment". The reason for this was because data-sync-api-sdk-java had the transitive dependency docker-java-api which is out of date (presumeably out of date with the current spring or testcontainers version. Therefore, adding the docker-java-api dependency to the pom with the most recent version got the cucumber tests running, albeit not all pass. * In addition to this, I've added docker-java-api as an exclusion to data-sync-api-sdk-java to be even more explicit - this might get removed going forward as it may be deemed unneccessary. * DSND-2703: WIP get cucumber 503s working * TestRestTemplate was timing out due to waiting for Mongo to respond. This was caused by an out of date transitive dep. * DSND-2703: Remove unused dep * DSND-2703: Remove unused property from pom * DSND-2703: Clean up pom * DSND-2703: Fix failing GET list cucumber tests * DSND-2703: Add autocloseable to steps * DSND-2703: Optimise imports * DSND-2703: Address majority of sonar lint complaints * DSND-2703: Refactor switch statement * DSND-2703: WIP Trying to fix checkstyle plugin issue * DSND-2703: Remove checkstyle plugiin * DSND-2703: Remove unused exception class * DSND-2703: Remove unused get/set
ecs-service-1.0.0
DSND-2696: Implement terraform setup (#116) * DSND-2696: WIP Add terraform * DSND-2696: change lb priority and path * DSND-2696: Uncomment public LB config --------- Co-authored-by: cgregoryCH <[email protected]>
0.1.91
0.1.90
DSND-2703: Upgrade to Java 21 (#114) * DSND-2703: Upgrade to Java 21 * DSND-2703: Get docker working with cucumber tests * The cucumber tests would not run due to testcontainers not finding a "valid docker environment". The reason for this was because data-sync-api-sdk-java had the transitive dependency docker-java-api which is out of date (presumeably out of date with the current spring or testcontainers version. Therefore, adding the docker-java-api dependency to the pom with the most recent version got the cucumber tests running, albeit not all pass. * In addition to this, I've added docker-java-api as an exclusion to data-sync-api-sdk-java to be even more explicit - this might get removed going forward as it may be deemed unneccessary. * DSND-2703: WIP get cucumber 503s working * TestRestTemplate was timing out due to waiting for Mongo to respond. This was caused by an out of date transitive dep. * DSND-2703: Remove unused dep * DSND-2703: Remove unused property from pom * DSND-2703: Clean up pom * DSND-2703: Fix failing GET list cucumber tests * DSND-2703: Add autocloseable to steps