Releases: DAXGRID/mssql-cdc
Releases · DAXGRID/mssql-cdc
1.0.2
What's Changed
- updates Microsoft.Data.SqlClient dependency to version 5.2.1 by @runeanielsen in #85
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- now target .NET 8.0, 7.0 and 6.0 by @runeanielsen in #84
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- fix grammatical error in integration test section by @runeanielsen in #79
- rewrites the introduction text to the library by @runeanielsen in #80
- upgrades to .NET 8.0 by @runeanielsen in #81
- update test project dependencies by @runeanielsen in #82
- updates Microsoft.Data.SqlClient to verison 5.1.2 by @runeanielsen in #83
Full Changelog: 0.11.1...1.0.0
0.11.1
What's Changed
- remove dependency it can be taken from the primary reference project by @runeanielsen in #76
- updates test dependencies by @runeanielsen in #77
- update sql client dependency by @runeanielsen in #78
Full Changelog: 0.11.0...0.11.1
0.11.0
Important breaking change!
I've changed all the methods to follow the async naming convention, you will have compile errors, but just add Async
after each method call and everything should work as expected.
What's Changed
- enables treat warnings as errors by @runeanielsen in #63
- simple cleanup by @runeanielsen in #64
- updates example project by @runeanielsen in #65
- updates information regarding api change by @runeanielsen in #66
- better description of api by @runeanielsen in #67
- improves naming for getting test files by @runeanielsen in #68
- adds section to readme regarding test suite by @runeanielsen in #69
- simplifies code now just returns the value by @runeanielsen in #70
- corrects formatting issue by @runeanielsen in #71
- fixes incorrect spelling by @runeanielsen in #72
- now follows async naming convention by @runeanielsen in #73
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- fixes indention error in docstring by @runeanielsen in #57
- sorts using statements and removes unused by @runeanielsen in #58
- enables code analysis and refactored the issues by @runeanielsen in #59
- enables diagnostic analysis in test project by @runeanielsen in #60
- adds default formatting to method by @runeanielsen in #61
- adds missing comments to editorconfig by @runeanielsen in #62
Full Changelog: 0.9.0...0.10.0
0.9.0
What's Changed
- improved implementation of get column ordinal by @runeanielsen in #52
- fixes issue where HasColumnChanged didn't work correctly by @runeanielsen in #53
- removes is bit set since it is not useful on its own by @runeanielsen in #54
- fixes issue with dbnull returned instead of null value by @runeanielsen in #55
- adds comment about update mask being not null on specific case by @runeanielsen in #56
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- adds docker credentials circleci by @runeanielsen in #48
- adds integration test suite by @runeanielsen in #49
- cleaner assertion statements for get all by @runeanielsen in #50
- fixes issue with net changes by @runeanielsen in #51
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- now uses dictionary instead of dynamic for change row fields by @runeanielsen in #47
Full Changelog: 0.6.3...0.7.0
0.6.3
What's Changed
- now correclty converts to padded 10 bytes from BigInteger by @runeanielsen in #46
Full Changelog: 0.6.2...0.6.3