## 24.1.21
### Fix Life Cycle & Web Service
Added by: Nick
Assigned to: Nick
Updated: 12 Aug 2024
Ticket: No Ticket
- Full Life Cycle was showing Inbound "direction" even though it is an Outbound Message Archive.
- And the Status was not showing because it is a null.
- The reason is causing this is because it is joining the Interchange table, however the message is getting route, so it won't show up at all.
- Add max request in web service in web.config
## 24.1.20
### Fix a bug when checking for unsafe file types
Added by: Gavin Cheng
Assigned to: Gavin Cheng
Updated: 13 Aug 2024
Ticket: https://mainfreightit.atlassian.net/browse/EUCRF-254
- Fix a bug when checking for unsafe file types
## 24.1.19
### Fix web service again
Added by: Nick
Assigned to: Nick
Updated: 09 Aug 2024
Ticket: No Ticket
- Fix web service response where it includes the aspx content
## 24.1.18
### Fix web service response
Added by: Nick
Assigned to: Nick
Updated: 09 Aug 2024
Ticket: No Ticket
- Fix web service response where the logic was incorrect
- Update SettingXml to SettingsXml
## 24.1.17
### Update Azure Pipeline
Added by: Nick
Assigned to: Nick
Updated: 07 Aug 2024
Ticket: No Ticket
- Update Azure Pipeline for package Sandfield.SAL.EDI.Web.ServiceV2
## 24.2.17
### Add missing synonym
Assigned to: Nick
Updated: 08 Oct 2024
Ticket: No ticket
- MSG.Partner synonym was missing if run the database migration from scratch
## 24.2.16
### Post deployment fix
Assigned to: Nick
Updated: 16 Sept 2024
Ticket: No ticket
- Missing data in tblDataType, tblPriority
- Missing permissions
- Improve [MSG].[Lookup_Entity] to also check if entity is active
- Fix [SCH].[Schedule_Import_Internal] on hard coded engine location
- Missing SP [MSG].[Message_Logs]
- Fix logic issue in transport Flow tab
- Add indices to tblStatusLog
- Fix server insert with settings
## 24.2.15
### Add new column to MessageArchive and update stored proc
Assigned to: Davi Oliveira
Updated: 26 Sept 2024
Ticket: No ticket
- Introduced a new migration class _202409261648_Migration using FluentMigrator to add a nullable Status column to the MessageArchive table. Created a new stored procedure [dbo].[MessageArchive_Update] to update tblMessageArchive with conditional updates and set LastModified timestamp.
## 24.2.14
### Fix hard coded messaging user
Assigned to: Nick
Updated: 10 Sept 2024
Ticket: https://mainfreightit.atlassian.net/browse/FWK-1352
- Fix hard coded messaging user
## 24.2.13
### Rename variable in config file in Database Migration
Assigned to: Nick
Updated: 09 Sept 2024
Ticket: No ticket
- Rename variable "EDIDatabaseName" in config file in Database Migration
## 24.2.12
### Drop column in DeliveryTypeDetail from Messaging
Assigned to: Nick
Updated: 06 Sept 2024
Ticket: No ticket
- Drop column "CustomXMLFilters" in table DeliveryTypeDetail from Messaging as it is not being used
## 24.2.11
### Fixed certificate migration again
Assigned to: Lennox
Updated: 06 Sept 2024
Ticket: No ticket
- Fixed typo
- Added release docs to solution
## 24.2.10
### Fixed certificate migrations
Assigned to: Lennox
Updated: 06 Sept 2024
Ticket: No ticket
- Updated migrator to add certificate workwith object when it doesn't exist
## 24.2.9
### Missing SPs and update the moment.js
Assigned to: Nick
Updated: 04 Sept 2024
Ticket: No ticket
- Missing SPs when running the database migration from scratch
- Update vulnerable version of moment.js
## 24.2.8
### Fix the error when importing transports that run on servers
Assigned to: Gavin Cheng
Updated: 21 Aug 2024
Ticket: https://sandfield.atlassian.net/browse/CD-88
- Include the server name when exporting a transport.
- Use the server name (if exists) to match a server when importing a transport.
## 24.2.7
### Better warning for deleting aws account & fixing route
Assigned to: Nick
Updated: 15 Aug 2024
Ticket: https://sandfield.atlassian.net/browse/CF-26062
- Better warning for deleting aws account
- Fixed route UI