Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Aug 10, 2020
1 parent 6dbfe4f commit c9c1a69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.1

### Fixes

- Fixed an issue where a schema context configured with no sync filters would wrongly respond to queries for its sync filters as empty arrays.
- I think these two should be semantically different: an undefined sync filter means the pub has no preference on documents, whereas an empty one would mean the pub is accepting nothing. (???)

## 4.0.0

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "earthstar-graphql",
"license": "AGPL-3.0",
"version": "4.0.0",
"version": "4.0.1",
"dependencies": {
"cross-fetch": "^3.0.5",
"earthstar": "^5.0.0",
Expand Down

0 comments on commit c9c1a69

Please sign in to comment.