-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from gravwell/dev
4.1.3 release
- Loading branch information
Showing
6 changed files
with
70 additions
and
52 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog for version 4.1.3 | ||
|
||
### Released February 10 2021 | ||
|
||
## Backend Changes | ||
* Fixed issue where `split -d "\\"` (split on backslash) did not work. | ||
* Enhanced `toInt` function in scripts: can now parse hex values. | ||
* Enhanced winlog module: now properly handles EventSourceName. | ||
* Enhanced render modules: should now start returning results sooner during long-running queries. | ||
|
||
## Frontend Changes | ||
* Fixed issue that caused long running stackgraphs to fail to render. | ||
* Fixed issue where enumerated values could fail to render on very fast queries. | ||
* Fixed issue where query library was launched using a custom timeframe would not preserve the query string. | ||
* Fixed issue where table columns could stick across queries. | ||
* Fixed issue where administrator view of query history for non-admin users would fail to render. | ||
* Enhanced the logic around showing websocket errors when users sessions expire. | ||
|
||
## Ingesters & Ingest Library Changes | ||
* Introduced [open-source client library](https://pkg.go.dev/github.com/gravwell/gravwell/v3/client) |
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
Oops, something went wrong.