Skip to content

Commit

Permalink
package: bump version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed Aug 7, 2020
1 parent 132b1b4 commit f795f08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.15.2: support custom filters via read (2020-08-07)

### Highlights

- message-store: read: following up on the last release which introduced SQL filters when retrieving queries, we've now added support for such filters when reading all messages in a stream.
- message-store: read: addressed an issue reading an entire stream when the global batch size was not specified.

### Commits

- ([`132b1b4`](https://github.com/mpareja/gearshaft/commit/132b1b49fd89d1977e733a6a58fb53928bf6b335)) message-store: read: specify default batchSize & allow per-request batchSize
- ([`a47a536`](https://github.com/mpareja/gearshaft/commit/a47a53694805c481d5dbb53f3a29fe21c498d6df)) message-store: postgres: read: support sql condition
- ([`1140d2b`](https://github.com/mpareja/gearshaft/commit/1140d2b3196605796a1305f426bc8b3392abc34f)) message-store: extract asyncIterableToArray for testing

## v0.15.1: support custom filters when retrieving messages (2020-07-28)

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gearshaft",
"version": "0.15.1",
"version": "0.15.2",
"description": "",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit f795f08

Please sign in to comment.