Version 3.6.3.16
Released 10,
Bug fix
Fixed issue that could under some circumstances lead to deadlock when allocating. Made changes to nihibernate configuration files (hbm) to reflect relationships better. Changed inverse and cascade changes. This was causing unnecessary update statements that could lead to deadlocks.Fixed transaction handling in allocations
Fixed transaction handling when creating allocations so that exceptions thrown do not lead to successful messages being sent to client.
Fixed issue where timestamp in Trade Date was not sent to backoffice.
Improvements
Fixed issue where KodiakPrincipal would not be set after initial CurrentPrincipal get causing multiple selects from database.
...
Removed fixlog related code.
Removed unused constructor in TradeAllocation entity.
Do not load execution reports when getting order (eager).
Changed Dlls
Kod.Kodiak.Allocations.dll
Kod.Kodiak.DataAccess.NH.dll
Kod.Kodiak.DataAccess.NH.MSSql.dll
Kod.Kodiak.DataAccess.NH.Oracle.dll
Kod.Kodiak.Domain.dll
Kod.Kodiak.OrderEntry.dll
Kod.Kodiak.OrderEntry.Ems.dll
Kod.Kodiak.Security.dll
Version 3.6.2.13
Released 25,
Bug fix
Fixed issue with off exchange trades not calling orion
Version 3.6.2.12
Released 17,
Bug fix
Connect order request on a different transaction which in certain situations could cause deadlock.
Version 3.6.2.10
Released 16,
Improvements
Changed ssl protocol to tls12 in websocketclient
Version 3.6.2.3
Released 11,
Improvements
Do not call ToFuture in LoginRepository to remove unnecessary database calls that was slowing down the system.
...