isomorfeus-iodine 0.8.1 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1da68cfbc32b4125c4ca8513b8796276b1ea4daa2123517a5fa3ed895ebddf0
4
- data.tar.gz: 1cc64c512e725ca4e7fb119c9bc59f2ac6d4edc59ae99e2ca7c4a74beb8fd9de
3
+ metadata.gz: 4008b11d404f153f3e42acc3b3e5d1bb2954c3a827854d390854d60c3650edc5
4
+ data.tar.gz: 2d47dbb808abd768c1155ba5390ce0a5bd158a1cbf2a2450c655476c3bd38d6d
5
5
  SHA512:
6
- metadata.gz: a04d7a8b0edd83ce7bbb130a43b4655ea0b271ffc99c3d2bd265763899335569ee23abdae992e4082c902989817ded91d5ac529513bb089c5a66e34c984b7daf
7
- data.tar.gz: 73dc8cbc81472fb1dacdf38f71cdd75107b8641d64a6f4d0834fa8e7f60126852a767ac64a25d0ca85403cee2d0e80b1fb40f4f24d53210627d1f7c378b3f9a7
6
+ metadata.gz: d7bad0aa31abd5ec34f1eeb3e725f577749856c88dd14643962c09d32c2e95a7b6cdf9ceb604e7fe85399617cb0a71cf92bb6619072870a12518eb60b4f94a41
7
+ data.tar.gz: 249a62eb2de9f209d5de849d4f20489940fe45b7c0d79541bda3680526429d81afb51aacd83b8d77dadfe9c83d16fd880c809023d982d581c4c032d65b34a39e
data/.prescient ADDED
@@ -0,0 +1,2 @@
1
+ windows:ci/prescient.bat
2
+ linux:bash ci/prescient.sh
data/CHANGELOG.md CHANGED
@@ -6,6 +6,26 @@ Please notice that this change log contains changes for upcoming releases as wel
6
6
 
7
7
  ## Changes:
8
8
 
9
+ #### Change log v.0.7.51 (2022-12-03)
10
+
11
+ **Fix**: Fixes CPU spin error caused by an uncaught integer overflow. Credit to Alexander Pavlenko (@AlexanderPavlenko) for opening issue #132.
12
+
13
+ #### Change log v.0.7.50 (2022-10-29)
14
+
15
+ **Fix**: Fixes some compatibility issues with Rack 3.0. Credit to @taku0 for opening issue #131.
16
+
17
+ **Fix**: Fixes compilation on Ruby 3.x - deprecation of `rc_cData`. Credit to Mohammad A. Ali (@oldmoe) for opening issue #128.
18
+
19
+ #### Change log v.0.7.49
20
+
21
+ **Fix**: Fixes an issue where named arguments for `subscribe` might not be properly recognized.
22
+
23
+ **Security**: Fixes an issue where a malformed WebSocket continuation frame might crash a worker process. Credit to @fabio for exposing this issue and opening issue #127.
24
+
25
+ #### Change log v.0.7.48 (2022-06-28)
26
+
27
+ **Fix**: Fixes an issue with `pong` WebSocket frames when a client sends a WebSocket `ping`. Credit to Lucas Kuan (@lucaskuan) for finding this issue and for PR #124.
28
+
9
29
  #### Change log v.0.7.47 (2022-05-11)
10
30
 
11
31
  **Fix**: Fixes an issue that causes `Rack::Lint` to complain about `SERVER_PORT` being an empty string. Credit to @adam12 (Adam Daniels) for PR #108 and issue #107.