Releases: hmrc/crs-fatca-fi-management
0.38.0
Release : crs-fatca-fi-management 0.38.0
Last commit sha : 42cefeb
Last commit author : Thando Mafela
Last commit time : 2026-03-30T10:06:48Z
Dac6 4134 - MCF: Update validation as per API FI Details (#36)
-
some todo notes
-
DAC6-4134 | create and submit controller is returning the full response for all status codes
-
DAC6-4134 | cleaning up tests
-
DAC6-4134 | updates error detail to match spec
Co-authored-by: Carl Thompson carl.thompson@opencastsoftware.com
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
Release : crs-fatca-fi-management 0.33.0
Last commit sha : 36ea880
Last commit author : oarshadhmrc
Last commit time : 2025-07-07T14:09:37Z
DAC6-3786: Make AddressLine3 optional (#34)
- DAC6-3786: Make AddressLine3 optional
Updated the AddressDetails model to make AddressLine3 an optional field. Adjusted test cases and generators to reflect this change, ensuring consistency across the codebase.
- Upgrade dependencies and cleanup
Bumped bootstrapVersion to 9.13.0 to stay up-to-date with the latest framework enhancements. Removed deprecated JCenter resolver and unused configuration property needsAuth for improved maintainability.
0.32.0
0.31.0
Release : crs-fatca-fi-management 0.31.0
Last commit sha : e0ecf3b
Last commit author : oarshadhmrc
Last commit time : 2025-03-28T11:12:58Z
DAC6-3633: Rename TRN to TURN in TINType (#32)
Updated the TINType enumeration by renaming the TRN case object to TURN. Adjusted the allValues sequence to reflect the change, ensuring consistency across the model.
0.30.0
Release : crs-fatca-fi-management 0.30.0
Last commit sha : 01cec46
Last commit author : oarshadhmrc
Last commit time : 2025-03-25T14:22:51Z
DAC6-3620: Remove UTF-8 header option (#29)
Simplify header handling by removing the UTF-8 parameter from extraHeaders and addHeaders methods. Updates ensure consistent use of application/json as the content type without encoding variations. Adjusted relevant tests to align with these changes.