Skip to content

Commit c468c07

Browse files
committed
0.3.0: Switch to actual GraphQL-Ruby Tracing API
1 parent f71bad7 commit c468c07

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.0 - 2025-12-03
9+
10+
### Changed
11+
12+
- Switch to [current GraphQL-Ruby Tracing API](https://graphql-ruby.org/queries/tracing) (`GraphQL::Schema.trace_with`) API. [#9](https://github.com/yabeda-rb/yabeda-graphql/pull/9) by [@loadkpi]
13+
14+
### Removed
15+
16+
- Support for GraphQL-Ruby versions older than 2.2. [@Envek]
17+
818
## 0.2.3 - 2023-05-29
919

1020
### Fixed
@@ -36,3 +46,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3646

3747
[@Envek]: https://github.com/Envek "Andrey Novikov"
3848
[@skateman]: https://github.com/skateman "Halász Dávid"
49+
[@loadkpi]: https://github.com/loadkpi "Pavel Kozlov"

lib/yabeda/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Yabeda
22
module GraphQL
3-
VERSION = "0.2.3"
3+
VERSION = "0.3.0"
44
end
55
end

0 commit comments

Comments
 (0)