We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df1f2 commit d247b96Copy full SHA for d247b96
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# v0.9.15-alpha
4
+* Increased the auth token expiration buffer from 5s to 60s.
5
+
6
# v0.9.14-alpha
7
* Fix failing tests with `engine already exists`.
8
* Add `EngineProvisionTimeoutException` thrown from `CreateEngineWaitAsync` when requested engine timeout to provision.
RelationalAI/RelationalAI.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>0.9.14-alpha</Version>
+ <Version>0.9.15-alpha</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>RAI</PackageId>
<Authors>RelationalAI</Authors>
0 commit comments