Skip to content

Commit d7091a1

Browse files
committed
release: version 3.0.0
1 parent d323e24 commit d7091a1

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
3.0.0 (2020-09-03)
2+
------------------
3+
4+
* overall api changes
5+
* new async extractor (`extract_async`)
6+
* new file extractor (`extractd_fd`)
7+
* new benchmark options
8+
* added options to suppress path extraction (speeds up the extraction)
9+
* fixing benchmarks
10+
* various speed improvements
11+
* ability to extract raw data (only bytes not json)
12+
113
2.0.0 (2020-07-13)
214
------------------
315

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "streamson-python"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
authors = ["Stepan Henek"]
55
edition = "2018"
66
description = "Python wrappers around streamson"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manylinux = "2014"
88

99
[tool.poetry]
1010
name = "streamson-python"
11-
version = "2.0.0"
11+
version = "3.0.0"
1212
description = "Python wrappers around streamson"
1313
authors = ["Stepan Henek"]
1414
license = "MIT"

0 commit comments

Comments
 (0)