-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VERSION to 2.28.4 and create release notes (#252)
## Usage and product changes Update VERSION to 2.28.4 and create release notes
- Loading branch information
Showing
5 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
## Distribution | ||
|
||
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.28.2-rc1 | ||
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:2.28.4 | ||
|
||
|
||
## New Features | ||
|
||
|
||
## Bugs Fixed | ||
|
||
- **Remove hard-coded value for transaction timeout** | ||
Removes a hard-coded value for transaction timeout, which prevented the user's setting from taking effect. | ||
|
||
## Code Refactors | ||
|
||
|
||
## Other Improvements | ||
- **Bump dependencies for rules-python & pin CircleCI windows executor** | ||
Bump dependencies for rules-python update. This fixes an error on windows builds in CircleCI. | ||
We also pin the image used for Windows builds on CircleCI to prevent updates from breaking the pipeline. | ||
|
||
- **Turn off statistics reporting in CI** | ||
We turn off the `--diagnostics.reporting.statistics` in our CI builds not to send non-real diagnostics data. | ||
|
||
In version 2.28 and earlier, this flag purely prevents `TypeDB` from sending any diagnostics data. | ||
In the upcoming version 2.28.1, this flag still allows `TypeDB` to send a single diagnostics snapshot with the information of when the diagnostics data has been turned off, but it happens only after the server runs for 1 hour, so we expect the CI builds not to reach this point and not to send any diagnostics data as well. | ||
We turn off the statistics reporting in our CI builds not to send non-real diagnostics data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.28.2-rc1 | ||
2.28.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters