Skip to content

0.6.1 Nuget Release

Choose a tag to compare

@MattB-msft MattB-msft released this 09 Mar 23:54
· 55 commits to master since this release
254952f

Minor Bump to 0.6.x - Should be last bump prior to 1.0.

  • Added initial support for AD auth for OnPremise. This will work for full framework only.
  • Added new constructor that will accept a ConnectionOptions class and a ConfigurationOptions Options Object. This constructor is currently not fully implemented.
    • This is prep work for a builder process and intended to unify the connection flow to a single constructor at some point in the future.
    • The goal of this work will be to resolve the issues caused by lazy loading hosts.
  • Fixed a bug in Logger when working with Connection Strings where log events would not be correctly generated.
  • Speculative fix for GIT issue #219 and #220
  • Fixed a bug where LastError was not properly reset, fixed Git #229
  • Fixed Error message issue between onPrem and onLine , Fixed Git #232
  • Added configuration support to allow for better memory management of very large return sets, Git #207
    • New AppSetting is called "MaxBufferPoolSizeOveride" - there is currently not a way to set this via code at runtime.
    • Support for configuration of this will be added as part of the new Constructor for .net core, .net framework can use it by setting the appsetting value now.
  • Fixed exceptions not being thrown from several paths during login flows.