Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

76 lines (44 loc) · 2.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.4] - 2021-11-15

Thanks to Richard Lavey (PR #24).

Fixed

  • Race condition with String_Split causes failure (#23)

0.2.3 - 2021-09-16

Thanks to Matthis Holleville (PR #17), and bruno-motacardoso (PR #14).

Changed

  • Add string split function, which should allow the provider to work on SQL Server 2014 (#17).
  • Improved documentation (#14).

0.2.2 - 2021-08-24

Changed

  • Upgraded to go version 1.17.
  • Upgraded dependencies.
  • Upgraded dependencies in test fixtures.

0.2.1 - 2021-04-30

Thanks to Anders Båtstrand (PR #8, PR #9)

Changed

  • Upgrade go-mssqldb to support go version 1.16.

Fixed

  • Cannot create user because of conflicting collation. (#6)

0.2.0 - 2021-04-06

When it is not possible to give AD role: Directory Readers to the Sql Server Identity or an AD Group, use object_id to add external user.

Thanks to Brice Messeca (PR #1)

Added

  • Optional object_id attribute to mssql_user

0.1.1 - 2020-11-17

Update documentation and examples.

0.1.0 - 2020-11-17

Initial release.

Added

  • Resource mssql_login to manipulate logins to a SQL Server.
  • Resource mssql_user to manipulate users in a SQL Server database.