Skip to content

1.6 changelog

Ali Ince edited this page May 24, 2018 · 11 revisions

1.6.1

  • Force synchronous DNS resolution on .NET Core to avoid thread pool starvation on sync call path #302
  • Improve nanosecond handling in related temporal types #303
  • Fixed how SslPolicyErrors is checked #304
  • Fixed a bug where not including continuation task completion in return value causes ProtocolException #306

1.6.0

  • General availability release
  • Added new project configurations to also support strong named release packages #299
  • Updated public API for temporal types to use methods as conversion mechanism instead of properties #300

1.6.0-rc1

  • Fixed an issue where As<T> method failed conversion from driver temporal types to system temporal types #292
  • Removed external dependencies #294 #295

1.6.0-beta01

  • Changed API on temporal types #291 #288 #287 #286 #284
  • Added support for DateTime, DateTimeOffset and TimeSpan to be packed as LocalDateTime, ZonedDateTime and LocalTime over Bolt #289
  • Added support for IEnumerable instances to be sent as lists over Bolt #283

1.6.0-alpha01

  • Added new Temporal types #281 #282
  • Introduced new Point type #279
  • Improved driver metrics #277
Clone this wiki locally