We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7ddb4 commit b683d5cCopy full SHA for b683d5c
CHANGELOG.md
@@ -11,6 +11,15 @@ behind new EventStoreDB versions. You should not downgrade your Spear version
11
in order to avoid these features: Spear aims to keep a stable interface usable
12
across all EventStoreDB versions v20+.
13
14
+## 1.4.1 - 2024-08-03
15
+
16
+### Fixed
17
18
+- Fixed the format of output returned by `Spear.append/3` when passing the
19
+ option `raw?: true`.
20
+ - Previously this function returned `:ok` with this option. It now returns
21
+ `{:ok, AppendResp.t()}` with the append response record from the server.
22
23
## 1.4.0 - 2024-02-02
24
25
### Added
0 commit comments