All Versions
77
Latest Version
Avg Release Cycle
139 days
Latest Release
1428 days ago

Changelog History
Page 2

  • v2.3.18-beta Changes

    April 26, 2017
    • ๐ŸŽ Use some C# 7 features in AST composition for faster performance.
    • ๐Ÿ›  Issue 112: Fixed NotSupportedException when connecting to an IPv6 address.
  • v2.3.17 Changes

    • ๐Ÿ— Move to Visual Studio 2017 RTM Build Tools
    • โšก๏ธ .NET Core Tooling and Framework Reference Update
    • ๐Ÿ‘ ConnectionPool now supports SSL/TLS connections
  • v2.3.16 Changes

  • v2.3.16-beta Changes

  • v2.3.15 Changes

    • ๐Ÿ›  Issue 97 - Fixed OutOfMemoryException in rare cases with very large (~130MB) queries.
  • v2.3.14 Changes

    • Issue #91 - Some error message improvements.
    • ๐Ÿ›  Issue #94 - Fixed Connection.Server throwing exception in proxy mode. Server.Id is now string, not Guid.
  • v2.3.12 Changes

    • ๐Ÿ— Issue #87 - Fixed missing .User(user,pass) parameters on ConnectionPool builder.
    • ๐Ÿ›  Fixed some synchronous methods not unwrapping AggregateException.
    • ๐Ÿ›  Issue #86 - Fixes RunGrouping where Group("Field").Count() reductions are values.
  • v2.3.11 Changes

    • โž• Added ConnectionPool.AnyOpen to check if any node is available in the host pool.
  • v2.3.10 Changes

    • ๐Ÿ“š XML documentation updated.
    • ๐Ÿ›  Fixed Issue #78: Run<JToken> not working.
    • ๐Ÿ›  Fixed PR #80: Make Run* methods respect customized serializer settings when JObject is involved.
  • v2.3.9 Changes

    • โž• Added support for Change<T>.Type changefeed include_types OptArg.