Skip to content

Releases: jbogard/bulk-writer

v5.0.0

29 May 17:49
Compare
Choose a tag to compare

What's Changed

  • Updated the base docs url to point to jbogard instead of headspringlabs by @jonsagara in #88
  • Updating to .NET 8 by @jbogard in #91

Full Changelog: v4.0.0...v5.0.0

v4.0.0

02 Jun 19:18
ac6597a
Compare
Choose a tag to compare

Key changes:

  • Support IAsyncEnumerable on netstandard2.1 targets

v3.0.0

19 May 17:34
d20476f
Compare
Choose a tag to compare

Key changes:

  • Allow the caller to completely override SqlBulkCopyOptions in BulkWriter's .ctor
  • Add new ETL pipeline feature
  • Change from System.Data.SqlClient dependency to Microsoft.Data.SqlClient
  • Remove old net452 / netstandard1.3 build targets
  • Cleanup public interface of the library
  • Include XMLDoc comments on public interfaces/classes
  • Fix build warning for non-CLS-compliant types
  • Resolve health issues reported by NuGet Package Explorer
  • Correct copyright symbol in package metadata.