Skip to content

Commit 719656c

Browse files
authored
ROAD-502: Release 4.0.0-preview (#138)
1 parent 3a8926d commit 719656c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.0-rc
2+
- Streaming support
3+
- 3rd party auth support
4+
- HTTP/2 support for .net standard 2.1 and above
5+
- Add functions: `All`, `Any`, `IsArray`, `IsBoolean`, `IsBytes`, `IsCollection`, `IsCredentials`, `IsDatabase`, `IsDate`, `IsDoc`, `IsDouble`, `IsFunction`, `IsIndex`, `IsInteger`, `IsKey`, `IsLambda`, `IsNull`, `IsNumber`, `IsObject`, `IsRef`, `IsRole`, `IsSet`, `IsString`, `IsTimestamp`, `IsToken`, `TimeAdd`, `TimeSubtract`, `TimeDiff`, `ToArray`, `ToDouble`, `ToInteger`, `ToObject`
6+
17
## 3.0.0
28
- Deprecate `Contains` in favor of specific functions `ContainsField`, `ContainsPath`, and `ContainsValue`
39
- Add `Reverse` function

FaunaDB.Client/FaunaDB.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<Version>3.0.0</Version>
5+
<Version>4.0.0-preview</Version>
66
<PackageId>FaunaDB.Client</PackageId>
77
<Title>C# Driver for FaunaDB</Title>
88
<Authors>Fauna, Inc.</Authors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dotnet test FaunaDB.Client.Test --filter FullyQualifiedName~Test.EnvironmentHead
6969
First install the Nuget package by adding the package reference to your MSBuild project:
7070

7171
```xml
72-
<PackageReference Include="FaunaDB.Client" Version="3.0.0" />
72+
<PackageReference Include="FaunaDB.Client" Version="4.0.0-preview" />
7373
```
7474

7575
or by using your IDE and searching for `FaunaDB.Client`.

0 commit comments

Comments
 (0)