Skip to content

Releases: bytefish/PostgreSQLCopyHelper

3.0.0

Choose a tag to compare

@bytefish bytefish released this 16 Mar 13:02
0307d61
  • Major API Update

2.8.0

Choose a tag to compare

@bytefish bytefish released this 27 Dec 12:20
  • Adds support for Composite Types.

2.7.0

Choose a tag to compare

@say25 say25 released this 02 Nov 08:30
bc55076
  • Adds NodaTime Support to PostgreSQLCopyHelper

2.6.3

Choose a tag to compare

@bytefish bytefish released this 12 Dec 11:31
51b433f
  • Adds the Property TargetTable and associated classes to get the Table and Column mapping

2.6.2

Choose a tag to compare

@say25 say25 released this 08 Dec 02:09
  • Add Microsoft.Bcl.AsyncInterfaces NuGet reference for net461 and netstandard2.0 to support IAsyncEnumerable interface

2.6.1

Choose a tag to compare

@bytefish bytefish released this 07 Dec 17:31
  • Executes asynchronous methods without the SynchronizationContext to prevent blocking from the UI Thread

2.6.0

Choose a tag to compare

@say25 say25 released this 02 Nov 03:03
  • Exposes ability to use IAsyncEnumerable
  • Better support when cancelling SaveAllAsync

2.5.1

Choose a tag to compare

@say25 say25 released this 02 Oct 17:19
cfcf0df
  • Takes advantage of C#8 await using (IAsyncDisposable)
  • Bumps to Npgsql 4.1.1 which removes some unintentional breaking changes in the below library

2.5.0

Choose a tag to compare

@say25 say25 released this 27 Sep 15:29
8d9b3cf
  • Drops support for net45, net451 and net452
  • Upgrades Npgsql to 4.1
  • SaveAll now returns a count of rows written
  • Async Support

2.4.2

Choose a tag to compare

@bytefish bytefish released this 08 May 19:16

Added the following methods for improved DateTime and DateTimeOffset mappings, see Issue #9:

  • MapTimeStampTz (for DateTimeOffset, DateTimeOffset?)
  • MapTimeTz