Releases: UK-Export-Finance/mdm-api
Releases · UK-Export-Finance/mdm-api
v1.21.6
v1.21.5
v1.21.4
v1.21.3
v1.21.2
v1.21.1
v1.21.0
1.21.0 (2024-06-04)
Features
- DTFS-7049: added POST /emails endpoint for sending emails using GOV.UK Notify service (#820) (3a1bf0e)
- DTFS2-7049: fixed tests caused by removal of global transformer and allowing extra params (71e44ff)
- DTFS2-7049: fixing PR issues (e0e099e)
- DTFS2-7049: removed BadRequestException tests moving payload to object instead of array (3bb8d71)
- DTFS2-7049: return error message as string instead of array (86b5b4d)
- DTFS2-7049: test unknown Gov.UK Notify responses (c14fa49)
- DTFS2-7121: create Companies House endpoint (#821) (7860528)
Bug Fixes
v1.20.0
1.20.0 (2024-05-22)
Features
- ami: migration to Azure AMI (9854d57)
- ami: migration to Azure AMI (#514) (bfeaa1e)
- APIM-344: added test to redact using regex in 'redactStringsInLogArgs' (709477d)
- APIM-344: fix 2 PR feedback items, change comment and var type (da02c07)
- APIM-344: handle sensitive details in log messages (#324) (2e5a948)
- APIM-344: use process variable to enable/disable redacting at bootstrap (f1c101a)
- APIM-468: change how integer config values are parsed (94dffdd)
- APIM-468: change how integer config values are parsed (#357) (ee24d08)
- APIM-468: copying missed unit test for get-int-config helper (9a2a452)
- APIM-468: merge main branch (2ec2c5f)
- APIM-468: removed undefined return var type (835b65f)
- APIM-468: renaming section in unit test (1b5cfe3)
- apim-538: add environment variable for log format (#337) (fc54db2)
- APIM-538: update single line log format env var (#365) (957c95a)
- APIM-582: remove unused endpoint GET /constants/spi (04cac62)
- APIM-582: remove unused endpoint GET /constants/spi (#427) (b431841)
- DTFS-7052: added GET
/geospatial/addresses/postcode
endpoint for Ordnance Survey API data (#804) (4963371) - DTFS2-7049: adding new env variables to docker-compose.yml (3ca57f0)
- DTFS2-7052: actioning PR comments (e012eb4)
- DTFS2-7052: actioning PR comments (7d15b07)
- DTFS2-7052: adding constants and examples (a3d5433)
- DTFS2-7052: adding typescript include for json files, to satify lint. I added big examples to json files (0b79772)
- DTFS2-7052: api-tests for geospatial/get-address-by-postcode (c8cb1bc)
- DTFS2-7052: applying Oscars suggestions on my PR (f68ac66)
- DTFS2-7052: change GET /geospatial/addresses/postcode?postcode= empty response from 200 to 404 (33c9e65)
- DTFS2-7052: change husky install to same way as in DTFS project (889fe1b)
- DTFS2-7052: changed documentation for .env setting ORDNANCE_SURVEY_URL (18fdf4a)
- DTFS2-7052: changed numeric status code 200 to HttpStatus.OK, but just in controller (3751992)
- DTFS2-7052: changing variables to use plural (c020867)
- DTFS2-7052: code style improvements based on PR feedback (38939db)
- DTFS2-7052: comments copy and variable name improvements (5a0ee93)
- DTFS2-7052: downgrade @commitlint/cli from 19.3.0 to 18.6.0 (132d179)
- DTFS2-7052: fix address line 1 formating (db50210)
- DTFS2-7052: fixed lint errors (17fea54)
- DTFS2-7052: improve address test data (ff5ac7b)
- DTFS2-7052: moving address examples to constants (de7a0e5)
- DTFS2-7052: moving uk postcode regex to constants and doc improvements (75b34ac)
- DTFS2-7052: new API modules and endpoint /api/v1/geospatial/addresses/postcode?postcode=W1A1AA (2cdd0de)
- DTFS2-7052: new module geospatial (14a6a08)
- DTFS2-7052: package update (3259347)
- DTFS2-7052: refactor api tests to match TFS and solve type issues (c91144d)
- DTFS2-7052: removing unused class GetSearchPostcodeOrdnanceSurveyQueryDto (32aa1ef)
- DTFS2-7052: renaming enums/geospatial.ts to enums/geospatialCountries.ts (252b5a1)
- DTFS2-7052: spelling fix (4c503ca)
- DTFS2-7052: tests for ordnance survey API endpoint (837a482)
- DTFS2-7052: tidying up map function (0da25c3)
- DTFS2-7052: trying to automate husky run on commit (5fbf3d7)
- DTFS2-7052: trying to automate husky run on commit (1b6cf30)
- DTFS2-7052: typescript type improvement in api-test helper (6bf5a4d)
- DTFS2-7052: updating API spec (15743c0)
- DTFS2-7052: updating api spec definition (fa73657)
- DTFS2-7052: updating api spec snapshot (3e215d7)
- DTFS2-7052: updating spec snapshot (c7ac787)
- DTFS2-7052: work in progress of geospatial-get-address api tests (21f8006)
- github-actions: enable various imperative github actions (#847) (fbfafa9)
- release-please-v4: updated release-please to v4 #491 (#688) ([cc07b84](cc07b...
v1.17.0
1.17.0 (2023-12-10)
Features
- ami: migration to Azure AMI (9854d57)
- ami: migration to Azure AMI (#514) (bfeaa1e)
- template: pull request template (b8506bb)
- template: pull request template (#624) (847bdeb)
Bug Fixes
- ci: run ci with legacy-peer-deps argument (d77d8f3)
- env: updated .env.sample (bd3f594)
- env: updated
.env.sample
(#516) (c09f145) - format: formatting fixes (b14807a)
- format: Formatting fixes (#517) (baa3713)
- release: release version manager (#532) (8a2a3a2)
- spellcheck: added spellcheck to the pipeline (#511) (8b84855)
- tsconfig: fixed tsconfig file (d8df948)
- tsconfig: tsconfig file fix (e470ec5)
v1.16.0
1.16.0 (2023-09-13)
Features
- APIM-344: fix 2 PR feedback items, change comment and var type (da02c07)
- APIM-344: handle sensitive details in log messages (#324) (2e5a948)
- APIM-468: change how integer config values are parsed (94dffdd)
- APIM-468: change how integer config values are parsed (#357) (ee24d08)
- APIM-468: copying missed unit test for get-int-config helper (9a2a452)
- APIM-468: merge main branch (2ec2c5f)
- APIM-468: removed undefined return var type (835b65f)
- APIM-468: renaming section in unit test (1b5cfe3)
- apim-538: add environment variable for log format (#337) (fc54db2)
- APIM-538: update single line log format env var (#365) (957c95a)
- APIM-582: remove unused endpoint GET /constants/spi (04cac62)
- APIM-582: remove unused endpoint GET /constants/spi (#427) (b431841)
Bug Fixes
- deps: update all (#396) (f851b7b)
- deps: update all (#461) (6bf386c)
- deps: update all (#469) (096b68b)
- deps: update dependency mssql to v10 (#463) (993410d)
- gitignore: environment variable introduction (#364) (3336d22)
- premium-schedule: added 0 and 4 as acceptable inputs (#440) (270b405)
Miscellaneous
- deps-dev: Bump @commitlint/cli from 17.6.7 to 17.7.1 (#405) (3f5d3e6)
- deps-dev: Bump @commitlint/config-conventional from 17.6.7 to 17.7.0 (#404) (febf7c3)
- deps-dev: Bump @nestjs/cli from 10.1.10 to 10.1.11 (#369) (1792ce5)
- deps-dev: Bump @nestjs/cli from 10.1.11 to 10.1.12 (#413) (167f0d3)
- deps-dev: Bump @nestjs/cli from 10.1.12 to 10.1.14 (#425) (7671347)
- deps-dev: Bump @nestjs/cli from 10.1.14 to 10.1.16 (#430) (dbd452e)
- deps-dev: Bump @nestjs/cli from 10.1.16 to 10.1.17 (#447) (e3deb06)
- deps-dev: Bump @nestjs/schematics from 10.0.1 to 10.0.2 (#386) (63b1159)
- deps-dev: Bump @nestjs/testing from 10.1.2 to 10.1.3 (#372) (1b3f110)
- deps-dev: Bump @nestjs/testing from 10.2.1 to 10.2.4 (#448) (fa76b1c)
- deps-dev: Bump @nestjs/testing from 10.2.4 to 10.2.5 (#474) (cee7bba)
- deps-dev: Bump @tsconfig/node20 from 20.1.0 to 20.1.1 (#394) (adb5d6c)
- deps-dev: Bump @types/chance from 1.1.3 to 1.1.4 (#462) (4743de6)
- deps-dev: Bump @types/compression from 1.7.2 to 1.7.3 (#456) (941eeaf)
- deps-dev: Bump @types/jest from 29.5.3 to 29.5.4 (#424) (821b24c)
- deps-dev: Bump @types/lodash from 4.14.195 to 4.14.196 (#355) (e3ecc57)
- deps-dev: Bump @types/lodash from 4.14.196 to 4.14.197 (#403) (31cf10f)
- deps-dev: Bump @types/lodash from 4.14.197 to 4.14.198 (#464) (902f5a6)
- deps-dev: Bump @types/node from 20.4.4 to 20.4.5 (#356) (9fe0511)
- deps-dev: Bump @types/node from 20.4.5 to 20.4.6 (#377) (babff23)
- deps-dev: Bump @types/node from 20.4.6 to 20.4.7 (#379) (a559dc6)
- deps-dev: Bump @types/node from 20.4.7 to 20.4.8 (#382) (ff81582)
- deps-dev: Bump @types/node from 20.4.8 to 20.4.9 (#393) (fc23dfd)
- deps-dev: Bump @types/node from 20.4.9 to 20.5.0 (#406) (da99534)
- deps-dev: Bump @types/node from 20.5.0 to 20.5.1 (#415) (f61b71b)
- deps-dev: Bump @types/node from 20.5.2 to 20.5.3 (#423) (1cc93c7)
- deps-dev: Bump @types/node from 20.5.3 to 20.5.4 (9ba46d0)
- deps-dev: Bump @types/node from 20.5.3 to 20.5.4 (#426) ([62a8fa4](https://github.com/UK-Export-Finance/mdm-api/...