cadenya 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85a23df17834062235e1de7898d6d6c30f688f8a42a0cb899446c44b860625cf
4
- data.tar.gz: fb33b235dc855b0bf55c8ef4a968db692d3a06f652997d9c572a00627c7c544a
3
+ metadata.gz: c9e5f872c6b3d400630fe4c6ff1429e78b994dc389ab7e610a0b6d208837ac0b
4
+ data.tar.gz: 8fab533c3fac313a45a7458b0c27d4d4be58bb8f27c0a33d8783a48ec246690f
5
5
  SHA512:
6
- metadata.gz: c8439ad320e591096765d4ea8b9a4537999afc841fcbf55b4ff0d6e09c5f9693f8faf48eadd8f373a56aa805c80347bab004b64db484f81a2498bd8efd605a8d
7
- data.tar.gz: e65efdeaabac43576f78ad4e2f32c96de41cd4674679eeffaa815c7222de795b34f3b758b40137da6302aabee78b0efe0ac2f2dc918fd33abd75866fa90e6efa
6
+ metadata.gz: 5edd2c17b031c2044ab6dc3ffe5a94585c6f2860511951bd9721c546571287c176f25cd10648bb008385f989611d86f998dc560250267fb3bc0ba1425ba5579d
7
+ data.tar.gz: f593a86264bf46b5ff61d546e63e93926bc2850ef10d6d8bc82f906c2ce587b03455bdf62d755a1a66f39a6d715383f0374668dd73f5e525e1d79850fcdaf9bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.26.0 (2026-07-02)
4
+
5
+ Full Changelog: [v0.25.0...v0.26.0](https://github.com/cadenya/cadenya-ruby/compare/v0.25.0...v0.26.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([e2e233f](https://github.com/cadenya/cadenya-ruby/commit/e2e233f0e0eb666cbaf9a602e50bc0355ae78ee8))
10
+
3
11
  ## 0.25.0 (2026-07-02)
4
12
 
5
13
  Full Changelog: [v0.24.0...v0.25.0](https://github.com/cadenya/cadenya-ruby/compare/v0.24.0...v0.25.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "cadenya", "~> 0.25.0"
20
+ gem "cadenya", "~> 0.26.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -18,6 +18,8 @@ module Cadenya
18
18
  @iterator ||= Cadenya::Internal::Util.chain_fused(@stream) do |y|
19
19
  @stream.each do |msg|
20
20
  case msg
21
+ in {event: "open" | "ping"}
22
+ next
21
23
  in {data: String => data}
22
24
  decoded = JSON.parse(data, symbolize_names: true)
23
25
  unwrapped = Cadenya::Internal::Util.dig(decoded, @unwrap)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cadenya
4
- VERSION = "0.25.0"
4
+ VERSION = "0.26.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cadenya
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cadenya