KODIAK Oms Server 3.6.0 - Release notes
Version 3.6.3.16
Released Jan 10, 2022
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.
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.
Changed timestamp type and explicitly set it when changes are made.
Minor changes
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 Aug 25, 2021
Bug fix
Fixed issue with off exchange trades not calling orion
Version 3.6.2.12
Released Aug 17, 2021
Bug fix
Connect order request on a different transaction which in certain situations could cause deadlock.
Version 3.6.2.10
Released Aug 16, 2021
Improvements
Changed ssl protocol to tls12 in websocketclient
Version 3.6.2.3
Released Aug 11, 2021
Improvements
Do not call ToFuture in LoginRepository to remove unnecessary database calls that was slowing down the system.
Version 3.6.2
Released Aug 2, 2021
New Features/Improvements
Added “Is liquidity provision” flag
Do not call to future in login repository
Version 3.6.1
Released Jun 1, 2021
New Features/Improvements
Risk check by user or customer in external order entry service
Use instrument exchange country for business day calculation where possible instead of instrument country.
Added Email logger for fatal errors.
Enable Forward Contracts in Off Exchange Entry
Version 3.6.0
Released Nov 1, 2020
New Features/Improvements
Kodiak OMS now uses Kodiak EMS for INET Order Entry
BasicDataUpdater - Default MiFID II category can be configured
Yellow ribbon(Error banner) and failover improvements
InstrumentUpdateService - Added MiFID category
Improve EMS failover functionality
Improve error messages from EMS
Send INET(Equity) Orders through EMS
Add the ability to set ExecBrokers from database table instead of hard coded.
Added Agent feature in Client Orders
Allocation changes for Agent
Bug fixes
BasicDataUpdater inserts duplicates in Exchanges table
Genium server does not start if token server is not present. Does not retry.