Skip to content

Releases: hmrc/customs-data-store

0.306.0

16 Jan 22:07
7f0c1ff
Compare
Choose a tag to compare

Release : customs-data-store 0.306.0

Last commit sha : 7f0c1ff
Last commit author : Vineet Tyagi
Last commit time : 2025-01-16T21:56:43Z

[MMCA-5090] - New endpoint for xieori-information (#59)

  • [MMCA-5090] Add tests and implementation for new route

  • [MMCA-5090] Refactoring byt creating common methods

  • [MMCA-5090] Refactoring, rename the method name

  • [MMCA-5090] Refactoring, update the tests' description

  • [MMCA-5090] Refactoring, update the tests' description

  • [MMCA-5090] Refactoring, remove the redundant assertion

  • [MMCA-5090] Add endpoint details in README file

  • [MMCA-5090] Fix scalastyle error

  • [MMCA-5090] Incorporate review comment

  • [MMCA-5090] Incorporate review comment

0.305.0

15 Jan 10:21
450b472
Compare
Choose a tag to compare

Release : customs-data-store 0.305.0

Last commit sha : 450b472
Last commit author : Tom Robinson
Last commit time : 2025-01-15T10:14:46Z

MMCA-5089 Add new endpoint for eori history without eori in url (#58)

0.304.0

10 Jan 10:30
5912139
Compare
Choose a tag to compare

Release : customs-data-store 0.304.0

Last commit sha : 5912139
Last commit author : Tom Robinson
Last commit time : 2025-01-10T10:21:18Z

MMCA-5088 Create new endpoint in data store for company-information (#57)

  • MMCA-5088 Create new endpoint for company information

  • MMCA-5088 Small refactor to VerifiedEmailControllerSpec to utilise MockAuthConnector trait

  • MMCA-5088 Refactor retrieval logic into private method on controller

Correct method typo in spec

0.303.0

07 Jan 15:56
f3da262
Compare
Choose a tag to compare

Release : customs-data-store 0.303.0

Last commit sha : f3da262
Last commit author : Hari K
Last commit time : 2025-01-07T15:48:30Z

MMCA-5083 : Create new endpoint in data store for verified-email (#56)

  • MMCA-5083 : Initial commit

  • MMCA-5803: PR comment fixes

0.302.0

24 Dec 11:22
a2c6665
Compare
Choose a tag to compare

Release : customs-data-store 0.302.0

Last commit sha : a2c6665
Last commit author : Tom Robinson
Last commit time : 2024-12-20T12:52:24Z

MMCA-5054 Enable compatibility with Java 21 (#55)

  • MMCA-5054 Enable compatibility with Java 21

Remove targetJvm setting

  • MMCA-5054 Remove unused import

0.301.0

13 Dec 13:16
6ec21cb
Compare
Choose a tag to compare

Release : customs-data-store 0.301.0

Last commit sha : 6ec21cb
Last commit author : Hari K
Last commit time : 2024-12-13T13:03:45Z

MMCA 5041 : Implement scalafmt plugin on services V2 (#54)

  • MMCA-5041 : Initial commit

  • MMCA-5041 : scalafmt formatted code

  • MMCA-5041 : fixed unwanted imports and format of spec file

  • MMCA-5041 : fixed PR comments

0.300.0

20 Nov 08:56
997c6fa
Compare
Choose a tag to compare

Release : customs-data-store 0.300.0

Last commit sha : 997c6fa
Last commit author : Hari K
Last commit time : 2024-11-20T08:44:49Z

MMCA 4855 : Mitigate backend SUB09 calls for verified & undeliverable email address (#53)

  • MMCA-4855 : fixed controller changes

  • MMCA-4855: checked for data in cache before calling sub09 api

0.299.0

24 Jul 15:19
04d2fc8
Compare
Choose a tag to compare

Release : customs-data-store 0.299.0

Last commit sha : 04d2fc8
Last commit author : Vineet Tyagi
Last commit time : 2024-07-24T15:10:16Z

[MMCA-4791] Use EORI value to get the value as string (#51)

0.298.0

23 Jul 13:18
f3c1f53
Compare
Choose a tag to compare

Release : customs-data-store 0.298.0

Last commit sha : f3c1f53
Last commit author : Vineet Tyagi
Last commit time : 2024-07-23T13:10:06Z

[MMCA-4789] - Migrate email address retrieval code from customs-financials-api to data store (#50)

  • [MMCA-4789] Add existing code taken from financials api

  • [MMCA-4789] Add models

  • [MMCA-4789] Add EORI, JsonFormat util and refactor code to retrieve Eori from the request

  • [MMCA-4789] Update test class as per new models

  • [MMCA-4789] Use of eqTo

  • [MMCA-4789] Add Auth related changes

  • [MMCA-4789] Renove the unused trait

  • [MMCA-4789] Add test for AuthorisedRequest and minor refactoring

  • [MMCA-4789] Refactoring

  • [MMCA-4789] Ad extra line break

  • [MMCA-4789] Add test class and TestData

  • [MMCA-4789] Add test class for models

  • [MMCA-4789] Update tests

  • [MMCA-4789] Add tests for connector

  • [MMCA-4789] Add tests for models and JsonFormatUtils

  • [MMCA-4789] Add test class for Platform

  • [MMCA-4789] Update the test class to retrieve the config values

  • [MMCA-4789] Update the error message

  • [MMCA-4789] Add the tests for Reads and Writes

  • [MMCA-4789] Add the tests for PathBindable

0.297.0

11 Jul 16:08
ed99066
Compare
Choose a tag to compare

Release : customs-data-store 0.297.0

Last commit sha : ed99066
Last commit author : Adam Cooper
Last commit time : 2024-07-11T15:59:51Z

Merge pull request #49 from hmrc/MMCA-4771

MMCA-4771-update to scala 3.3.3 and fix errors from update