Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 881 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 881 Bytes

Changelog

1.0.0-a4

1.0.0-a5

  • Fix table name comparison - thanks martywang

1.0.0-a7

  • Change saga data type from raw to blob - thanks gonzoga

2.0.0-a5

  • Update to new Oracle driver and target .NET Standard 2.0 - thanks gonzoga
  • Add ability to enlist in TransactionScope - thanks thomasdc
  • Use synchronous API of Oracle driver, because it's not even async - thanks jods4
  • Add databus storage - thanks jods4
  • Refactor connection management, reduce allocations, query string caching, + more - thanks jods4