From f795f08e010301ed0e3a33a3f310594bd3f35e06 Mon Sep 17 00:00:00 2001 From: Mario Pareja Date: Fri, 7 Aug 2020 07:52:53 -0400 Subject: [PATCH] package: bump version to 0.15.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0386e..ce35091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index c5bc10f..094114c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gearshaft", - "version": "0.15.1", + "version": "0.15.2", "description": "", "main": "index.js", "private": false,