Build 3.2.0.0 ============================= Release notes - SRI Sync Module (.net core) - Version 3.2.0.0 Release Date: Aug 5/2025 Pimarc.net min. required version: 2.28+ ** Notes * Added transfer of LRO number field from Municipalities code table to plans table. * Updated Magick.NET-Q8 nuget from 14.2 to 14.7, resolve discovered vulnerabilities. Build 3.1.0.1 ============================= Release notes - SRI Sync Module (.net core) - Version 3.1.0.1 Release Date: Mar 4/2025 Pimarc.net min. required version: 2.26+ ** Notes * Fixed ArgumentNullException in Messenger.SendHelloErrorNotificationAsync() method caused by passing null Exception object (from ValidationResponse) to the emailing method that requires an exception object. * Fixed the log message if the partner is not found in the System. It was using the name of "authenticationRequest.PartnerName" property in the message instead of reading its value (accidental use of nameof). Build 3.1.0.0 ============================= Release notes - SRI Sync Module (.net core) - Version 3.1.0.0 Release Date: Feb 01/2025 Pimarc.net min. required version: 2.26+ ** Notes * .net 9 release. * BREAKING CHANGE: https://github.com/aspnet/Announcements/issues/508 (Now the SecurityToken properties * return JSonWebToken instead of JwtSecurityToken). Therefore, updated JWT logic to use the new APIs. * Extended the JWT secret to be > 512 bits for hmac-sha512 because it is now enforced by the algo. * Added ticket duration setting. * Relaxed execution permissions on CloseSession() method so that the partner with an expired ticket can still inform the server to clean up his session. * Added support to SRI sync server so it can receive client side notifications and email these to support. * Added db logging of invalid record data on the server. * Updated logic for generating exception messages so that it is always secure for server/client transmission and is detailed enough on the server to find the root cause of the error. * Added pages for querying logged errors and browsing/viewing generated log files. These features are secured using asp.net core authentication/authorization services. Build 3.0.0.0 ============================= Release notes - SRI Sync Module (.net core) - Version 3.0.0.0 Release Date: No official release, only testing. Pimarc.net min. required version: 2.26+ ** Notes * First version of SRISync.net version. Build 2.5.0.0 ============================= Release notes - SRI Sync - Version 2.5.0.0 Release Date: Nov 23/2021 Pimarc.net min. required version: 2.26+ ** Notes * Updated sync client to work with new licence encryption/protection features in order to be able to decrypt Pimarc data using client's unique encryption key and AESEncryptor2 implementation (used in Pimarc.net 2.10+). * Updated SRI set entity and changed the AolsNumber field from int to string (for both, client and server). This is required when using virtual AOLS numbers. Build 2.4.0.0 ============================= Release notes - SRI Sync - Version 2.4.0.0 Release Date: Aug 6/2020 ** Notes * Rebuild on dotnet framework 4.8 (support for TPL and async/await). * Implemented emailing using MailKit which allows us to use latest version of TLS used by our email provider. * Updated to latest version of Magick.NET client assemblies that run on CLR 4.0 (using Q8 instead of Q16, we're not dealing with color images or HDRI). * Corrected/optimized generation of thumbnails. * Added support for transferring municipal ARN codes. * Updated sync client to support filtering of partner data based on setup offices. * Updated SRI client scripts (stored procs: create plans/modify plans) to sync the township information. Build 2.3.0.0 ============================= Release notes - SRI Sync - Version 2.3.0.0 Release Date: Nov 2019 ** Notes * Rebuild on VS2019/dotnet 2.0. * Added user/pwd configuration for SMTP. * Changed output assembly name from Server.exe to SRISyncHost.exe. Build 2.2.0.0 ============================= Release notes - SRI Sync - Version 2.2.0.0 Release Date: ** Notes * Added new fields to sync: township code and description. * Added logic for translating paths: from mapped path to absolute path (.net version). * Fixed SRI client scripts: Handling of job field notes was incorrect because of bad filter on update/delete queries. Build 2.1.0.0 ============================= Release notes - SRI Sync - Version 2.1.0.0 Release Date: ** Notes * SRI-sync for Pimarc.net version. Build 2.0.0.0 ============================= Release notes - SRI Sync - Version 2.0.0.0 Release Date: ** Notes * Stable release of SRI-sync.