Skip to content

Releases: fabiogouw/NHiLo

2.2.0

08 Jul 19:47
ee354a8
Compare
Choose a tag to compare
  • Changing MySql client from MySql.Data.MySqlClient to MySqlConnector due to license issues (cc @wtjones)
  • Bump Oracle.ManagedDataAccess.Core to 2.19.190
  • Bump SQLitePCLRaw.core to 2.1.5
  • Bump Microsoft.Data.Sqlite.Core to 7.0.8

2.1.3

25 Feb 22:00
41084a4
Compare
Choose a tag to compare
  • Source link + package icon
  • Bumps Microsoft.Data.SqlClient from 2.1.2 to 2.1.5
  • Bumps Microsoft.Data.Sqlite.Core from 5.0.3 to 7.0.3
  • Bumps MySql.Data from 8.0.30 to 8.0.32
  • Bumps Oracle.ManagedDataAccess.Core from 2.19.100 to 2.19.180
  • Bumps SQLitePCLRaw.core from 2.0.4 to 2.1.4
  • Bumps Microsoft.Extensions's dependencies from 5.0.0 to 7.0.0

2.1.2

26 Nov 15:41
354b10e
Compare
Choose a tag to compare
  • Bumps Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 due to security reasons (#12).

2.1.1

16 Nov 01:05
Compare
Choose a tag to compare

2.1.0

24 Apr 16:26
a4fccaa
Compare
Choose a tag to compare

What's Changed

  • Upgrade library dependencies in #9
  • Enhancements in #4
    • New provider for SQLite
    • Bug fix for generating sequential guid using Linux (was working only for Windows based systems)
    • Bug fix for clearer error messaging in SQL Server provider
    • Upgrading test projects to .NET 6

Full Changelog: 2.0.0...2.1.0

2.0.0

23 Dec 18:14
a1144b0
Compare
Choose a tag to compare
  • Upgrading to .NET Standard 2.0
  • Changing the configuration model
  • Changing the SQL Server provider from System.Data.SqlClient to Microsoft.Data.SqlClient
  • Adding integration tests for SQL Server, Oracle and MySql (Docker images / Test Containers framework)
  • Adding the possibility to register custom Hilo repositories
  • Dropping support for SQL Server CE, since Microsoft will no longer support it after July 2021 and it doesn't have a .NET Core package

1.3.0

09 Jan 21:31
Compare
Choose a tag to compare
  • Adding support to SQL Server's sequences.
  • Adding support to generate 20 byte string guids (ASCII85).