update version to 0.7.0-beta
This commit is contained in:
Родитель
2f4bce0e2c
Коммит
463ab1439d
|
@ -38,11 +38,10 @@ For some other considerations about how to choose the engine, see [the documenta
|
|||
|
||||
## Status
|
||||
|
||||
The current version of Netherite is *0.6.1-alpha*. Netherite already support almost all of the DT and DF APIs. However, there are still some limitations that we plan to address in the near future, before moving to beta status:
|
||||
The current version of Netherite is *0.7.0-beta*. Netherite already support almost all of the DT and DF APIs. However, there are still some limitations that we plan to address in the near future, before moving to beta status:
|
||||
|
||||
- **Supported hosted plans**. Consumption plan is not supported yet, and auto-scaling only works on Elastic Premium plans with runtime-scaling enabled so far.
|
||||
- **Query Performance**. We have not quite completed our implementation of a FASTER index to speed up queries that are enumerating or purging instance states.
|
||||
- **Activity Load-balancing**. For fan-outs of activities that perform heavy CPU computations, the load balancer does not effectively distribute the load yet.
|
||||
- **Stability**. We do not recommend using Netherite in a production environment yet; although we have found and fixed many bugs already, we need more testing before moving to beta status. Any help from the community is greatly appreciated!
|
||||
|
||||
To learn more about the Netherite architecture, you can also check out our [paper on arXiv](https://arxiv.org/abs/2103.00033).
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
<!-- Version settings: https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
|
||||
<PropertyGroup>
|
||||
<MajorVersion>0</MajorVersion>
|
||||
<MinorVersion>6</MinorVersion>
|
||||
<PatchVersion>1</PatchVersion>
|
||||
<MinorVersion>7</MinorVersion>
|
||||
<PatchVersion>0</PatchVersion>
|
||||
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
||||
<VersionSuffix>alpha</VersionSuffix>
|
||||
<VersionSuffix>beta</VersionSuffix>
|
||||
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
|
||||
<BuildSuffix Condition="'$(GITHUB_RUN_NUMBER)' != ''">.$(GITHUB_RUN_NUMBER)</BuildSuffix>
|
||||
<FileVersion>$(VersionPrefix)$(BuildSuffix)</FileVersion>
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
<!-- Version settings: https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/ -->
|
||||
<PropertyGroup>
|
||||
<MajorVersion>0</MajorVersion>
|
||||
<MinorVersion>6</MinorVersion>
|
||||
<PatchVersion>1</PatchVersion>
|
||||
<MinorVersion>7</MinorVersion>
|
||||
<PatchVersion>0</PatchVersion>
|
||||
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
||||
<VersionSuffix>alpha</VersionSuffix>
|
||||
<VersionSuffix>beta</VersionSuffix>
|
||||
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
|
||||
<BuildSuffix Condition="'$(GITHUB_RUN_NUMBER)' != ''">.$(GITHUB_RUN_NUMBER)</BuildSuffix>
|
||||
<FileVersion>$(VersionPrefix)$(BuildSuffix)</FileVersion>
|
||||
|
|
Загрузка…
Ссылка в новой задаче