Skip to content

Releases: shenek/python-streamson

Release v4.0.0

20 Apr 21:22
v4.0.0
2b0bd04
Compare
Choose a tag to compare
4.0.0 (2021-04-20)

------------------

* upgraded streamson-lib to 7.0.1
* handlers redone (streamson-lib uses streaming handlers)
* added can use handlers from streamson-lib
* added all strategy
* API updated to be compatible with newer version of streamson-lib
* running test on macos and windows
* use Faker to generate nicer input for test data

Release v3.1.0

26 Nov 22:05
v3.1.0
4367c92
Compare
Choose a tag to compare
3.1.0 (2020-11-24)

------------------

* upgraded streamson-lib to 6.2
* added streamson binary - passes tests of stremson-bin
* tox integration
* refactor to use strategies similar to streamson-lib
* python 3.9 compatibility

Release v3.0.0

03 Sep 22:16
v3.0.0
d7091a1
Compare
Choose a tag to compare
3.0.0 (2020-09-03)

------------------

* overall api changes
* new async extractor (`extract_async`)
* new file extractor (`extractd_fd`)
* new benchmark options
* added options to suppress path extraction (speeds up the extraction)
* fixing benchmarks
* various speed improvements
* ability to extract raw data (only bytes not json)

Release v2.0.0

03 Sep 22:17
v2.0.0
4bfacb7
Compare
Choose a tag to compare
2.0.0 (2020-07-13)

------------------

* update to a newer version of streamson
* is about 24% faster, but doesn't check whether the input is valid utf8 string

Release v1.0.0

03 Sep 22:17
v1.0.0
c156630
Compare
Choose a tag to compare
1.0.0 (2020-07-03)

------------------

* refactor so it is possible to use different matchers

Release v0.1.0

03 Sep 22:15
v0.1.0
dfaf430
Compare
Choose a tag to compare
0.1.0 (2020-06-08)

------------------

* extract_iter function implemented
* initial version