Skip to content

Commit f9167c5

Browse files
authored
Remove "alpha" mentions from README and bump to 2.3.1 (#291)
1 parent b544362 commit f9167c5

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@
88
[![Docs](https://img.shields.io/badge/-Docs-blueviolet)](https://www.quix.io/docs/client-library-intro.html)
99
[![Roadmap](https://img.shields.io/badge/-Roadmap-red)](https://github.com/orgs/quixio/projects/1)
1010

11-
# Quix Streams v2 (alpha)
12-
13-
>***IMPORTANT:*** Quix Streams v2 is currently in alpha and will likely experience rapid and
14-
significant interface changes, feature additions, and bugfixes.
15-
><br>
16-
>Use with discretion!
17-
>
18-
> ***The documentation for Quix Streams <2.0 can be found [here](https://github.com/quixio/quix-streams/blob/release/v0.5/README.md)***
11+
# Quix Streams v2
1912

2013
Quix Streams v2 is a cloud native library for processing data in Kafka using pure Python. It’s designed to give you the power of a distributed system in a lightweight library by combining the low-level scalability and resiliency features of Kafka with an easy to use Python interface.
2114

@@ -40,17 +33,8 @@ Use Quix Streams to build event-driven, machine learning/AI or physics-based app
4033

4134
### Install Quix Streams
4235

43-
#### Quix Streams v2 (currently in alpha)
44-
To install the latest alpha version of Quix Streams v2:
45-
46-
```shell
47-
python -m pip install --pre quixstreams
48-
```
49-
50-
or
51-
5236
```shell
53-
python -m pip install "quixstreams>=2.0a"
37+
python -m pip install quixstreams
5438
```
5539

5640
#### Requirements
@@ -183,7 +167,7 @@ This library is being actively developed.
183167
Here are some of the planned improvements:
184168

185169
- [x] [Windowed aggregations over Tumbling & Hopping windows](https://quix.io/docs/quix-streams/v2-0-latest/windowing.html)
186-
- [ ] State recovery based on Kafka changelog topics
170+
- [x] State recovery based on Kafka changelog topics
187171
- [ ] Windowed aggregations over Sliding windows
188172
- [ ] Group-bys and joins (for merging topics/keys)
189173
- [ ] Support for "exactly-once" Kafka processing (aka transactions)

quixstreams/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .state import State
55

66

7-
__version__ = "2.3.0"
7+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)