13.02.07R17
Released On | January 22, 2014 |
Release Type | Production |
Release Location | http://www.hl7spy.com/hl7spy/downloads/Connexion.13.02.07R17.msi |
Notes
General maintenance release. Focus on nightly clean-up routine.
Breaking Changes
Due to performance issues the index on CorrelationKey was removed.
As a result, it is no longer possible to query by CorrelationKey across multiple Queues\Channels.
If you forward messages from Channel A to Channel B and Channel B back to Channel A, in the previous version of Connexion, a message would have been flagged with an error after bouncing back and forth between the 2 channels, 5 times. Connexion will no longer make this check, so the message will bounce back-and-forth indefinitely.
New Functionality
CNXN-1655 Option to turn off the database maintenance clean-up script that runs nightly
CNXN-1657 Should create a script to reset the statistics on the MessageStatistics table
Bugs Fixes in this Release
CNXN-1643 Statistics do not roll-over / reset properly when the year changes
CNXN-1645 Database Maintenance - Nightly purge routine Cleanup_CNXN is causing timeouts.
CNXN-1646 Missing try/catch causes authentication failure to cause a hang
CNXN-1647 Change CorrelationKey to be a sequencial Guid instead of a random one
CNXN-1648 Cleanup_CNXN performance improvements
CNXN-1649 The database backup should happen before index maintenance and purging.
CNXN-1651 Remove feature that checks to see if a message is bouncing back and forth between 2 channels