Skip to content

Commit 17d9335

Browse files
committed
3.3.0
1 parent ef59134 commit 17d9335

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
# 3.3.0
4+
35
- Add support for top level `@catch` on fragments on unions.
46
- Add parameter `excludedIds: array<dataId>` to `invalidateRecordsByIds` to allow excluding a list of connection IDs from invalidation.
57
- **BREAKING:** `operation.text` and `operation.id` are now nullable, which better reflects what values they can actually have in runtime.

packages/rescript-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-relay",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"main": "src/RescriptRelay.res",
55
"license": "MIT",
66
"author": "Gabriel Nordeborn",

0 commit comments

Comments
 (0)