Skip to content

Releases: microsoft/mssql-django

1.0

29 Jul 18:58
1263fc5
Compare
Choose a tag to compare
1.0

Added:

  • Added Django 3.2 support
  • Added RegEx Support through pypi.org packaging
  • Added JSONField support
  • Added automated pipeline testing configuration files
  • Updated the custom test runner to skip unsupported tests

Updated:

  • Reverted repository license to BSD-3 to be consistent with historical predecessors

Fixed Issues:

  • Fixed a number of test suite failures
  • Resolved Issue #7 by using a temp table when 2100 parameter limitation exceeded

1.0rc1

30 Jun 18:37
c0d1f88
Compare
Choose a tag to compare
1.0rc1 Pre-release
Pre-release

Added:

  • Added Django 3.2 support
  • Added RegEx Support through pypi.org packaging
  • Added JSONField support

Updated:

  • Reverted repository license to BSD-3 to be consistent with historical predecessors

Fixed Issues:

  • Resolved Issue #7 by using a temp table when 2100 parameter limitation exceeded

1.0b1

19 Mar 01:56
Compare
Choose a tag to compare
1.0b1 Pre-release
Pre-release

Added

  • Added Django 3.1 support

1.0a5

18 Feb 23:18
Compare
Choose a tag to compare
1.0a5 Pre-release
Pre-release

Added

  • Added automated pipeline testing configuration files
  • Updated the custom test runner to skip unsupported tests

Fixed issues

  • Fixed a number of test suite failures