Skip to content

v0.15.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 23:00
· 5 commits to master since this release

Changes

  • Replaces minimal patches with delta-filters - a more general-purpose way of filtering parts (inserts, updates, deletes) of JSON diffs when not all parts are required. #998
  • Remove automatic resolution of localhost before calling MSSQL driver. Fixes SQL Server instance names issue. #999
  • Upgraded pyodbc for compatibility with the latest MSSQL driver.