Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v5.5.6: Changelog #1143

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions _static/versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[
{
"name": "v5.5.5 (latest)",
"version": "v5.5.5",
"name": "v5.5.6 (latest)",
"version": "v5.5.6",
"url": "https://docs.gravwell.io/",
"preferred": true
},
{
"version": "v5.5.5",
"url": "https://docs.gravwell.io/v5.5.5/"
},
{
"version": "v5.5.4",
"url": "https://docs.gravwell.io/v5.5.4/"
Expand Down
21 changes: 21 additions & 0 deletions changelog/5.5.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog for version 5.5.6

## Released 07 October 2024

## Gravwell

```{note}
This release contains high priority bug fixes for multifiltering acceleration.
Gravwell highly recommends that all users upgrade to 5.5.6 or above.

False negatives may occur in versions 5.3.0-5.5.5 under the following conditions:
ashnwade marked this conversation as resolved.
Show resolved Hide resolved
- Using a multifilter where one of the terms does not meet the indexing rules (min length, etc)
david-fritz-gravwell marked this conversation as resolved.
Show resolved Hide resolved
OR
- Having a corrupted index while using multifilters with index engine
OR
- Using index engine, fulltext, and multifilters
```

### Bug Fixes

* Fixed multifiltering accelration issue with index engine that could result in false negatives.
3 changes: 2 additions & 1 deletion changelog/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
maxdepth: 1
caption: Current Release
---
5.5.5 <5.5.5>
5.5.6 <5.5.6>
```

## Previous Versions
Expand All @@ -18,6 +18,7 @@ maxdepth: 1
caption: Previous Releases
---

5.5.5 <5.5.5>
5.5.4 <5.5.4>
5.5.3 <5.5.3>
5.5.2 <5.5.2>
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
project = "Gravwell"
copyright = f"Gravwell, Inc. {date.today().year}"
author = "Gravwell, Inc."
release = "v5.5.5"
release = "v5.5.6"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide is suitable for Community Edition users as well as users with a paid

You may find the [installation checklist](checklist) and the [glossary](/glossary/glossary) useful companions to this document.

If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.5.5/gravwell_training_v5.5.5.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository.
If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.5.6/gravwell_training_v5.5.6.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository.

```{note}
Community Edition users will need to obtain their own license from [https://www.gravwell.io/download](https://www.gravwell.io/download) before beginning installation. Paid users should already have received a license file via email.
Expand Down