Releases: tvandinther/libsql-client-dotnet
Releases · tvandinther/libsql-client-dotnet
v0.5.1
What's Changed
- Bump bindings version to libsql-rs-v0.5.0 by @tvandinther in #26
- Made IDatabaseClient implement the IDisposable interface by @Sem1712 in #30
- Update pipeline by @tvandinther in #33
- Upgrade Demo and Test framework versions to .NET 8 by @tvandinther in #34
- fix [#31]: Add explicit 'file:' URL handling and update documentation by @hypnotic-frog in #32
New Contributors
- @Sem1712 made their first contribution in #30
- @hypnotic-frog made their first contribution in #32
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Use .NET Testcontainers for integration tests by @tvandinther in #23
- Change PlatformTarget from x64 to AnyCPU by @tvandinther in #24
- Add support for prepared statements with positional arguments by @tvandinther in #22
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Note: Test infrastructure for this release is only set up and passing for Linux. MacOS and Windows platforms should have no issues but perform your own tests.
What's Changed
- Add support for remote database connection by @tvandinther in #13
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Improve Testing + String fix by @tvandinther in #11
- ResultSet Improvements by @tvandinther in #12
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- Switch String marshaller from Auto to ANSI by @tvandinther in #9 (fixes #8)
- General improvements by @tvandinther in #10
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Add support for Windows and MacOS runtimes by @tvandinther in #7
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Migrated to .NET Standard 2.0 for compatibility across .NET runtimes.
- Added code documentation for Intellisense.
- Included rust binding library in Nuget package.