Skip to content

Releases: shenek/streamson

Release v7.1.0

10 May 20:31
v7.1.0
b7bd4d1
Compare
Choose a tag to compare
7.1.0 (2020-10-05)

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

* fix memory inefficiencies in streamson-bin
* a new documentation site added (hosted on netlify)
  https://streamson.henek.name
* added a code coverage info (codecov.io)
* `+` operator for Group handler
* manpages for sson

Release v7.0.1

15 Apr 09:59
v7.0.1
ebbb943
Compare
Choose a tag to compare
7.0.1 (2020-04-15)

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

* fix building release in Github Actions
* fix buffer handler in nested mode
* export path only for extract strategy
* less strict streamson-bin-test stderr checks

Release v6.3.1

08 Dec 22:04
v6.3.1
bdefa0f
Compare
Choose a tag to compare
6.3.1 (2020-12-08)

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

* Fix wrong Error types in streamson-extra-matchers

Release v6.3.0

08 Dec 22:02
v6.3.0
b8b6879
Compare
Choose a tag to compare
6.3.0 (2020-12-05)

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

* Buffer handler can limit its buffer size
* CI tests for macos and windows
* added regex matcher for streamson-bin
* added tests for streamson-bin README.md
* added unstringify handler for convert strategy
* added regex converter to streamson-extra-matchers
* added '--before' and '--after' to streamson-bin extract subcommand

Release v6.2.0

12 Nov 22:14
v6.2.0
6816a93
Compare
Choose a tag to compare
6.2.0 (2020-11-12)

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

* docs updates
* added matcher which match all paths
* added analyser handler
* streamson-bin displays JSON structure in trigger strategy
* added shorten handler for convert strategy
* added shell completions for streamson-bin
* added separator to streamson-bin extrat subcommand
* added convert benchmark
* benchmarks are not triggered in github actions anymore
* wildcards '?' and '*' can be used inside simple matcher

Release v6.1.0

23 Oct 22:38
v6.1.0
02c3dfd
Compare
Choose a tag to compare
6.1.0 (2020-10-23)

------------------
* added test for streamson-bin
* fix streamson-bin and insufficient buffer size

Release v6.0.0

13 Oct 22:09
v6.0.0
501d1c6
Compare
Choose a tag to compare
6.0.0 (2020-10-12)

------------------
* alter handlers and use it in convert strategy

Release v5.0.2

12 Oct 21:28
v5.0.2
5d2e37f
Compare
Choose a tag to compare
5.0.2 (2020-10-11)

------------------
* fix convert strategy so it can be safely passed between the threads (second try)

Release v5.0.1

12 Oct 21:27
v5.0.1
2884693
Compare
Choose a tag to compare
5.0.1 (2020-10-10)

------------------
* fix convert strategy so it can be safely passed between the threads

Release v5.0.0

04 Oct 22:40
v5.0.0
b5f0a20
Compare
Choose a tag to compare
5.0.0 (2020-10-05)

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

* modify streamson-bin to use strategies as subcommands
* export matcher_idx to handlers
* convert strategy added
* extract strategy added
* filter strategy added
* rename existing strategy to trigger
* refactoring to strategies module
* new indexer handler added