isomorfeus-iodine 0.8.1 → 0.8.2

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: 683a66bea1f56c95ab81d32adb645dc911901e69b585f5d66fb9019249c1e092
4
+ data.tar.gz: 9e95640a95119b87a40b79e690aea3c872b3512a5b6651cf0e09fef8e205d96a
5
5
  SHA512:
6
- metadata.gz: a04d7a8b0edd83ce7bbb130a43b4655ea0b271ffc99c3d2bd265763899335569ee23abdae992e4082c902989817ded91d5ac529513bb089c5a66e34c984b7daf
7
- data.tar.gz: 73dc8cbc81472fb1dacdf38f71cdd75107b8641d64a6f4d0834fa8e7f60126852a767ac64a25d0ca85403cee2d0e80b1fb40f4f24d53210627d1f7c378b3f9a7
6
+ metadata.gz: 40ba64a06d69af1a851182fe60fbe0c2fdc9a2479d048855ee5bf174ac6cb36e4cdd72ab7d98e9a7367a02c4b527ab2ab86ab93e78fb1fc900b9a297336615cd
7
+ data.tar.gz: 54f6f64ecb733a2e4e75025097bbac77b0b20ba3d39684c0b487e87e7d42100814c6e4007e8703a50eda6429bacd53880028f8b34b82cb0029791a666acbfb60
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.