isomorfeus-iodine 0.8.0 → 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: 5d50f8965211cbcbbd9ea83e2caf5bbe9bb2c82699fcf9f70d401ccfe436af4c
4
- data.tar.gz: e5703c8ea79c04d5389d115e62da6bebc1c28357868fd2df47207500a7a48325
3
+ metadata.gz: 683a66bea1f56c95ab81d32adb645dc911901e69b585f5d66fb9019249c1e092
4
+ data.tar.gz: 9e95640a95119b87a40b79e690aea3c872b3512a5b6651cf0e09fef8e205d96a
5
5
  SHA512:
6
- metadata.gz: 7b4245d04c37d3fe90dd1d88fec0aa7ecba5ce2e7b52066a2c9a8608dbc6a8d1be60b61f9c941fcf00014fd6206ff63229976a42d614262cedae5abf6c440521
7
- data.tar.gz: e38cca54a7203adbab3d82a60e994e265f1f53e0effd1209e7b680bd042d31495e8640eba6e3f4d65322efd173262e8ffca674180b1b5fa8e329241458985fb8
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.