Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Aug 30, 2023
1 parent 5a7d298 commit 7565aa8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@

### Bug fixes

# 2.1.0 (30 Aug 2023)

### Breaking changes

- Visitor: legacy-style proc-based visitors are no longer supported #4577 #4583
- Deprecated `GraphQL::Filter` is removed #4325
- Authorization: items loaded in a list are not re-authorized after the list is loaded
- Language::Printer has been re-written to append to a buffer; custom printers will need to be updated #4394

### New features

- Authorized: Items in a list are no longer re-authorized after the list is authorized #3994
- Subscriptions: `unsubscribe(...)` accepts a value to be used to return a result along with unsubscribing #4283
- Language::Printer is much faster #4394

# 2.0.27 (30 Aug 2023)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.0.27"
VERSION = "2.1.0"
end

0 comments on commit 7565aa8

Please sign in to comment.