Releases: TransactionProcessing/TransactionProcessorACL
Releases · TransactionProcessing/TransactionProcessorACL
Release list
2026.7.4
2026.7.3
Changes
🚀 Features
- Add Recent Activity Receipt Search reporting feature @StuartFerguson (#710)
🐛 Bug Fixes
- Add MerchantReportingId to MerchantResponse and tests @StuartFerguson (#707)
Full Changelog: 2026.7.2...2026.7.3
2026.7.2
Changes
🚀 Features
- Transaction Mix Summary Report @StuartFerguson (#705)
- Add Merchant Transaction Mix Summary reporting feature @StuartFerguson (#704)
2026.7.1
Changes
🚀 Features
- [codex] add reporting endpoint for merchant daily summary @StuartFerguson (#700)
- some updates to first cut @StuartFerguson (#698)
2026.6.1
Changes
🐛 Bug Fixes
- Refactor BuildSaleTransactionRequest to use tuples @StuartFerguson (#691)
🧰 Maintenance
- Centralize NuGet package versions and refactor MediatR setup @StuartFerguson (#690)
2026.5.2
Changes
🚀 Features
- Add merchant schedule retrieval by year support @StuartFerguson (#684)
🧰 Maintenance
- Task/#685 rename master to main @StuartFerguson (#686)
2026.5.1
Changes
- Refactor: migrate to System.Text.Json serialization @StuartFerguson (#682)
- Refactor: cleanup and enforce authorization policies @StuartFerguson (#677)
- ci: don't fail "Publish test results" step when tests fail @copilot-swe-agent (#675)
- Fix Nightly Build: generate TRX test results files @copilot-swe-agent (#673)
- Update CI workflows and Dockerfile for improved builds @StuartFerguson (#654)
🧰 Maintenance
- always upload the logs to try and diagnose failure @StuartFerguson (#671)
2026.4.2
Changes
🚀 Features
- Add support for merchant opening hours and update mapping @StuartFerguson (#651)
🐛 Bug Fixes
- Refactor transaction handlers and remove ClaimsHelper2 @StuartFerguson (#643)
- bug in auth configuration @StuartFerguson (#642)
🧰 Maintenance
- Refactor ModelFactory to static, remove IModelFactory interface @StuartFerguson (#641)
- Refactor ProcessSaleTransaction to use parameter tuples @StuartFerguson (#639)
- Handle null input in ConvertFrom by returning empty list @StuartFerguson (#638)
- Refactor voucher methods to use Result for responses @StuartFerguson (#637)
- Refactor Program.cs to modern C# style and structure @StuartFerguson (#636)
2026.4.1
Changes
🚀 Features
- audience validation added back in @StuartFerguson (#627)
- Migrate auth to OpenIddict; update scopes and tests @StuartFerguson (#626)
🐛 Bug Fixes
- Make Sentry options configurable via app settings @StuartFerguson (#628)