Release Notes - Fauna 2.10.0
Released 2019-11-27
The Fauna team is pleased to announce the availability of Fauna 2.10.0.
Improvements
-
Added new Date and Time arithmetic functions:
TimeAdd
,TimeDiff
, andTimeSubtract
. -
Added
All
andAny
functions, to test arrays or sets for "true" values. -
Added additional type conversion functions:
ToArray
,ToDouble
,ToInteger
, andToObject
. -
Added type check functions:
IsArray
,IsBoolean
,IsBytes
,IsCollection
,IsCredentials
,IsDatabase
,IsDate
,IsDoc
,IsDouble
,IsFunction
,IsIndex
,IsInteger
,IsKey
,IsLambda
,IsNull
,IsNumber
,IsObject
,IsRef
,IsRole
,IsSet
,IsString
,IsTimestamp
, andIsToken
. -
Removed preview status from:
Format
,Merge
,Range
, andReduce
.
Functions in "preview" mode are only supported on the JavaScript and JVM (Java and Scala) drivers, and may change between their preview introduction and general availability. Typically, preview functions remain in preview for 2 releases of Fauna. |
Issues fixed
-
Ensured that the C# driver properly uses and supports Collection and Document terminology.
-
Fixed issue where the C# driver was not always handling
null
s correctly. -
Difference
,Distinct
,Intersection
, andUnion
now support arrays. -
Fixed issue where
Range
did not support refs as bounds. -
Invalid
Create
function calls now give clearer error messages.
Next steps
Learn more about Fauna from our product page.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!