Skip to content

Releases: LeanKit-Labs/seriate

v0.5.5

04 Dec 15:40
Compare
Choose a tag to compare
  • Added connectivity events
  • Cached sql file reads

Version 0.5.1

12 Aug 12:18
Compare
Choose a tag to compare

Update mssql version to 2.1.8 to get 1.12.2 of tedious - new stream parsing and corrected NTLM auth.

Version 0.5.0

07 Aug 20:06
Compare
Choose a tag to compare
  • Refactor of how connection pools are defined and used throughout API to address the following:
    • Bug fix - failing transactions no longer result in process crashes
    • Bug fix - failing transactions now return underlying reason for failure
    • Bug fix - multiple calls with the same connection parameters do not result in multiple connection pools
    • Bug fix - using the transaction context does not result in a closed connection pool at the end of the transaction
    • Feature - connections can specify a name to simplify future use of multiple connection pools
  • Feature - add metronic integration
  • Feature - make multi-step API calls 'then-able'
  • Refactored tests where use of stubs was not correctly asserting arguments passed to calls (tests always passed)