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

Update module release notes #1668

Merged
merged 5 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions content/modules/redisai/redisai-quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Title: RedisAI quick start tutorial
linkTitle: Quck start
linkTitle: Quick start
description:
weight: 20
alwaysopen: false
Expand All @@ -11,6 +11,6 @@ For this quick start tutorial, we recommend that you use:
- Either:
- A Redis Enterprise Software database [with the RedisAI module]({{< relref "/modules/add-module-to-database.md" >}})
- [Contact support](https://redislabs.com/company/support/) if you want to try out RedisAI on Redis Cloud
- redis-cli with connectivity to a redis database
- redis-cli with connectivity to a Redis database

{{< embed-md "tryout-redisai.md" >}}
5 changes: 3 additions & 2 deletions content/modules/redisai/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
Title: Release notes
Title: RedisAI release notes
linkTitle: Release notes
description:
weight: 99
alwaysopen: false
categories: ["Modules"]
---
{{< allchildren style="h2" sort="Weight" />}}
{{< table-children columnNames="Version&nbsp;(Release&nbsp;date)&nbsp;,Major changes" columnSources="LinkTitle,Description" enableLinks="LinkTitle" >}}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RedisAI 1.0 release notes
linkTitle: v1.0 (May 2020)
description:
description: Auto-batching support. Added AI.DAGRUN and AI.DAGRUN_RO commands. AI.MODELSET allows you to provide a model in chunks. Standardized GET methods (TENSORGET,MODELGET,SCRIPTGET) replies (breaking change for clients). Cache model blobs.
weight: 100
alwaysopen: false
categories: ["Modules"]
Expand Down
21 changes: 21 additions & 0 deletions content/modules/redisai/release-notes/redisai-1.2-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
Title: RedisAI 1.2 release notes
linkTitle: v1.2 (November 2021)
description: Strings tensor support. Backend updates - TF 2.6, PyTorch 1.9, ONNXRuntime 1.9. Redis now manages ONNXRuntime memory.
weight: 99
alwaysopen: false
categories: ["Modules"]
---

## 1.2.5 (November 2021)

Headlines:

- [#832](https://github.com/RedisAI/RedisAI/pull/832) Strings tensor support (TF and ONNXRUNTIME only).
- [#847](https://github.com/RedisAI/RedisAI/pull/847), [#806](https://github.com/RedisAI/RedisAI/pull/806) Backends update - TF 2.6, PyTorch 1.9, ONNXRuntime 1.9
- [#827](https://github.com/RedisAI/RedisAI/pull/827) ONNXRuntime memory is now managed by Redis (Cloud readiness)

Bug fixes:

- [#829](https://github.com/RedisAI/RedisAI/pull/829) Remove deprecation warnings from deprecated commands on Redis logs.
- [#852](https://github.com/RedisAI/RedisAI/pull/852) Fixed invalid deletion of outputs after execution error in TF
5 changes: 3 additions & 2 deletions content/modules/redisbloom/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
Title: Release notes
Title: RedisBloom release notes
linkTitle: Release notes
description:
weight: 99
alwaysopen: false
categories: ["Modules"]
---
{{< allchildren style="h2" sort="Weight" >}}
{{< table-children columnNames="Version&nbsp;(Release&nbsp;date)&nbsp;,Major changes" columnSources="LinkTitle,Description" enableLinks="LinkTitle" >}}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RedisBloom 1.0 release notes
linkTitle: v1.0 (September 2017)
description:
description: First GA release of RedisBloom.
weight: 100
alwaysopen: false
categories: ["Modules"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RedisBloom 1.1 release notes
linkTitle: v1.1.0 (February 2019)
description:
linkTitle: v1.1 (February 2019)
description: Updated version.
weight: 99
alwaysopen: false
categories: ["Modules"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RedisBloom 2.0 release notes
LinkTitle: v2.0 (June 2019)
description:
description: Added more probabilistic data structures, including top-K and count-min sketch.
weight: 98
alwaysopen: false
categories: ["Modules"]
Expand All @@ -19,7 +19,7 @@ categories: ["Modules"]

## v2.0.0 (June 2019)

We are proud to announce that we doubled the number of probabilistic data structures that are generally available in RedisBloom. Full documentation is available on [redisbloom.io](redisbloom.io)
We are proud to announce that we doubled the number of probabilistic data structures that are generally available in RedisBloom. Full documentation is available on [redisbloom.io](https://redisbloom.io)

- #[70](https://github.com/RedisBloom/RedisBloom/issues/70) Top-K
- [Commands](https://oss.redislabs.com/redisbloom/TopK_Commands/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
---
Title: RedisBloom 2.2 release notes
linkTitle: v2.2 (December 2019)
description:
description: BF.INFO returns bloom filter details. CF.INFO returns cuckoo filter details. Scalable bloom and cuckoo filters. Configurable bucket size for cuckoo filters. CMS.INCRBY returns count.
weight: 97
alwaysopen: false
categories: ["Modules"]
---

## v2.2.9 (November 2021)

This is a maintenance release for RedisBloom 2.2.

Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.

Details:

- Bug fixes:

- [#281](https://github.com/RedisBloom/RedisBloom/pull/281) Memory leak when loading TOPK keys from RDB.

- [#303](https://github.com/RedisBloom/RedisBloom/pull/303) `CMS.INCRBY` for negative or non-number

- [#354](https://github.com/RedisBloom/RedisBloom/pull/354) TOPK List Duplicate entries

- [#369](https://github.com/RedisBloom/RedisBloom/pull/369) Free only latest filter on `CF.COMPACT`

- [#371](https://github.com/RedisBloom/RedisBloom/pull/371) `CF.SCANDUMP` for cuckoo filter

- [#374](https://github.com/RedisBloom/RedisBloom/pull/374) ReplicateVerbatim for `CF.LOADCHUNK` (similar to [#309](https://github.com/RedisBloom/RedisBloom/pull/309))

- Improvements:

- [#331](https://github.com/RedisBloom/RedisBloom/pull/331) Add `WITHCOUNT` flag to `TOPK.LIST`

## v2.2.6 (August 2021)

This is a maintenance release for version 1.0.
Expand All @@ -20,14 +47,25 @@ Details:

Headlines:

- This release improves overall stability and provides fixes for founded issues.
- This release improves overall stability and provides fixes for found issues.

Details:

- Bugfix:
- Bug fixes:
- #[215](https://github.com/redisbloom/redisbloom/issues/215) Count-Min-Sketch CMS.INCRBY command to reply with correct min result.
- #[219](https://github.com/redisbloom/redisbloom/issues/219) Cuckoo Filter CF.DEBUG correct response formatting.

## v2.2.3 (July 2020)

Headlines:

- This release improves overall stability and provides fixes for found issues.

Details:

- Bug fixes:
- [#217](https://github.com/RedisBloom/RedisBloom/pull/217) Client hung on `BF.INSERT` with multiple new items when a non-scaling filter is full.

## v2.2.2 (March 2020)

Headlines:
Expand Down Expand Up @@ -75,11 +113,11 @@ Details:
- CMS
- #[97](https://github.com/RedisBloom/RedisBloom/issues/97) `CMS.INCRBY` [returns count](https://oss.redislabs.com/redisbloom/CountMinSketch_Commands/#cmsincrby) instead of ‘OK’

- Minor Bugfixes
- Minor bug fixes
- Bloom
- #[154](https://github.com/RedisBloom/RedisBloom/issues/154) Check error rate is 1< (cannot be equal)
- Cuckoo
- #[134](https://github.com/RedisBloom/RedisBloom/issues/134) Sdded `CuckooInsert_MemAllocFailed` exception
- #[134](https://github.com/RedisBloom/RedisBloom/issues/134) Added `CuckooInsert_MemAllocFailed` exception
- #[130](https://github.com/RedisBloom/RedisBloom/issues/130) Number of deletes wasn’t saved to RDB
- General
- #[117](https://github.com/RedisBloom/RedisBloom/issues/117) Using `RMUtil_RegisterWriteDenyOOMCmd`
Expand Down
5 changes: 3 additions & 2 deletions content/modules/redisearch/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
Title: Release notes
Title: RediSearch release notes
linkTitle: Release notes
description:
weight: 99
alwaysopen: false
categories: ["Modules"]
---
{{< allchildren style="h2" sort="Weight" >}}
{{< table-children columnNames="Version&nbsp;(Release&nbsp;date)&nbsp;,Major changes" columnSources="LinkTitle,Description" enableLinks="LinkTitle" >}}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
Title: RediSearch 1.0 release notes
linkTitle: v1.0 (April 2018)
description:
description: Hamming distance scoring. Wildcard queries. Optional deletion of documents in FT.DEL. Optionally keep document hashes in FT.DROP. Delete geo-sets when dropping an index. Tag prefix completion support.
weight: 100
alwaysopen: false
categories: ["Modules"]
---
## RediSearch 1.0.10 (April 2018)

This is a bug-fix release with some stability fixe, a few processing bug fixes, and a few small additions:
This is a bug-fix release with some stability fixes, a few processing bug fixes, and a few small additions:

### Fixes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RediSearch 1.1 release notes
linkTitle: v1.1 (April 2018)
description:
description: Aggregations engine.
weight: 99
alwaysopen: false
categories: ["Modules"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RediSearch 1.2 release notes
linkTitle: v1.2 (June 2018)
description:
description: Aggregation filters. Query attributes. Fuzzy matching. Conditional updates. Backslash escaping. Synonyms support.
weight: 98
alwaysopen: false
categories: ["Modules"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RediSearch 1.4 release notes
linkTitle: v1.4 (August 2018)
description:
description: Conditional updates. Schema modification. Query spelling correction. Phonetic matching. More fuzziness in search. Retrieve and change runtime configuration. Unlimited autocomplete results.
weight: 97
alwaysopen: false
categories: ["Modules"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RediSearch 1.6 release notes
linkTitle: v1.6 (January 2020)
description:
description: Improved performance of full-text search and aggregation queries. Support for aliasing of indices. Added a C API to embed RediSearch in other modules. Forked process garbage collection.
weight: 96
alwaysopen: false
categories: ["Modules"]
Expand Down Expand Up @@ -154,7 +154,7 @@ This is the General Availability Release of RediSearch 1.6 (v1.6.7).
Headlines:

- Several performance improvements increasing full-text search queries up to 60% and aggregation queries up to 73%.
- Support for Aliasing of indices.
- Support for aliasing of indices.
- Low-level API in C (and [Rust bindings](https://github.com/RediSearch/redisearch-api-rs)) to make RediSearch embeddable in other Redis modules. [RedisGraph](redisgraph.io) is the first GA consumer.
- Forked process Garbage Collection (FORK GC) allows for stable read latencies.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RediSearch 2.0 release notes
linkTitle: v2.0 (September 2020)
description:
description: Automatically indexes data based on a key pattern. Scale a single index over multiple Redis shards. Improved query performance.
weight: 95
alwaysopen: false
categories: ["Modules"]
Expand Down Expand Up @@ -188,7 +188,7 @@ This is a maintenance release for version 2.0.
- [#1572](https://github.com/RediSearch/RediSearch/pull/1572) Crash when using WITHSORTKEYS without SORTBY.
- [#1540](https://github.com/RediSearch/RediSearch/pull/1540) SORTBY should raise an error if the field is not defined as SORTABLE.

## v2.0 (September 2020)
## v2.0.0 (September 2020)

RediSearch 2.0 is a public preview release meeting GA standards. This release includes several improvements in performance and usability over RediSearch 1.0. These improvements necessitate a few backward-breaking changes to the API.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Title: RediSearch 2.2 release notes
linkTitle: v2.2 (November 2020)
description:
linkTitle: v2.2 (November 2021)
description: Search and index JSON documents. Profiling queries. Field aliasing.
weight: 94
alwaysopen: false
categories: ["Modules"]
Expand Down Expand Up @@ -30,7 +30,7 @@ That way, it is possible to understand which part of the query is taking most of

With the support of JSON document indexing, it is now possible to map a JSONPath query to an alias. Therefore, it is possible to index the same value in different fields with different indexing strategies.

Details:
### Details

- Enhancements:
- #[2337](https://github.com/redisearch/redisearch/issues/2337) Add support for Redis COPY command
Expand Down
Loading