·
25 commits
to master
since this release
Changes
🐛 Bug Fixes
- Add UpdateMerchantSchedule method to client interface @StuartFerguson (#1728)
🧰 Maintenance
- Remove obsolete TODOs and commented code; add AddFile method @StuartFerguson (#1725)
- Refactor transaction validation into helper methods @StuartFerguson (#1724)
- Refactor web host config into ConfigureWebHost method @StuartFerguson (#1723)
- Refactor BuildStatement with improved validation and flow @StuartFerguson (#1718)
- Suppress Codacy false-positive hardcoded password warnings in MetadataContants @copilot-swe-agent (#1726)
- Reduce ModelFactory.ConvertFrom parameter count from 9 to 8 @copilot-swe-agent (#1722)
- Refactor Address.Create: introduce AddressLines to drop below 9-parameter limit @copilot-swe-agent (#1721)
- Remove 9-parameter private constructor from Address record @copilot-swe-agent (#1720)
- Reduce cyclomatic complexity of ContractDomainService.CreateContract from 11 to 8 @copilot-swe-agent (#1719)
- Fix container running as root in Dockerfile @copilot-swe-agent (#1717)
- Harden transaction request deserialization by removing unsafe TypeNameHandling @copilot-swe-agent (#1716)