Skip to content

3.20.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@j82w j82w released this 07 Jul 19:40
· 1039 commits to master since this release
e2029f2

3.20.1-preview - 2021-07-07

Fixed

  • #2450 Query: Fixes c# parser grammar for recognizing string literal which will avoid falling back to gateway to get the query plan.
  • #2574 UserAgent: Fixes race condition in user agent string creation and limits client id to 10. Introduced in 3.20.0 PR 2552
  • #2580 LINQ : Fixes ArgumentNullException while calling ToQueryDefinition() when no filters are applied.