Skip to content

Commit b1e05eb

Browse files
committed
Bump version
1 parent ca58e77 commit b1e05eb

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

docs/changelog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## 1.1.0 (to be released)
3+
## 1.2.0
4+
5+
Breaking changes:
6+
7+
- `scanConsumers()` now returns parsed consumer descriptors (`{ name, stream, identifier }`) instead of filename strings.
8+
- Stream/type names produced via `typeAccessor` are validated more strictly; invalid names (for example with whitespace) now fail fast.
9+
10+
New in 1.2:
11+
12+
- Raw EventStreams (`raw=true`) across stream/category/query APIs, emitting NDJSON `Buffer` chunks for zero-deserialization transport paths.
13+
- Raw predicates and object matchers for byte-level filtering, plus fixes for NDJSON/raw behavior in `EventStream` and `JoinEventStream`.
14+
- Read-path performance and correctness improvements (`readRange`, merge/backwards iteration fixes, index sync optimization, partition identifier caching).
15+
- Consumer lifecycle improvements (in-memory registry lookup, `progress` events).
16+
17+
## 1.1.0
418

519
Minor breaking change: the low-level `Storage` API now completes opening asynchronously via `open()` / `'opened'`. This does not affect the top-level `EventStore` API layer, which still becomes ready through its existing `'ready'` event.
620

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "event-storage",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "An optimized embedded event store for node.js",
66
"keywords": [

0 commit comments

Comments
 (0)