- Add support for aql upsert command
- Support for Adding custom
JsonConverter
- Enum serialization to
string
or underlyinginteger
- Add Json.net
MetadataPropertyHandling
intoDatabaseSetting
- Add DropCollection method
- Add http timeout setting
- Add bulk import
- Add support for LongCount LINQ method
- Fix resolving members name in LINQ queries when use
CamelCase
naming convention - Fix change tracker
CreateChangedDocument
when old object is null or not defined - Fix setting proxy for mono support (thanks to @jjchiw)
- Fix resolving client version for mono support (thanks to @jjchiw)
- Fix deserializing objects that use Json.net
TypeNameHandling
- Fix identifier names concurrent add