solana_rpc_ruby 1.0.1 → 1.1.3

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: 8994ffbb52e73a3bca8479da9dcef3cc95bbed08785c3250341a0172843aa634
4
- data.tar.gz: 9865e6aec8576bb6d1ab7ae8bb342b1cdd548b60bab0831b302a17782d941e06
3
+ metadata.gz: 40da92a5e69a9f6702d3e8b7adce0f85c395f8a9940252f5db632e122d96b33b
4
+ data.tar.gz: 0fc87abef590b6ed032dbde09f396cc5a82236c669bcd38be5ebcbbf1ce7754e
5
5
  SHA512:
6
- metadata.gz: 198abd4194eca1ae77dee6d73ebfd16abeab319d2a14488602dab1403cf75c3fb2ce2a27f54c1cb67d88165defcf425fd1a6b6873520298a6f7f2a6700a151dd
7
- data.tar.gz: c107ba6e72f81988c0545763dc8096f031ce705ee96e860c7d913ad3c07906006ce1196fc66e0fd6885f87fd3c6001b7b9276d52ba7885cc47062aa49b2d1c1b
6
+ metadata.gz: b714f4b08f9fd0883dd345edad9c7399e78f24ebedae0159da050274996875e2e14cfc652e6036a86a2385f0b35197d8eaceaacada4ab188806d5eb98d0046ef
7
+ data.tar.gz: 544aabfad980bd7f1af800c2d80a9d363d16fbc5c7773146024834b34f96522d8d5a4d5596a34bc6ec688e5f0478e25d80269658640223a73a5cafba4cca46c6
data/CHANGELOG.md CHANGED
@@ -4,3 +4,21 @@
4
4
 
5
5
  ## 1.0.1
6
6
  * Add optional id argument that can be passed to MethodsWrapper class.
7
+
8
+ ## 1.1.0
9
+ * Add websockets connection to gem.
10
+
11
+ ## 1.1.1
12
+ * Fix SolanaRpcRuby::ApiError occurring when websocket program runs for too long
13
+ (#<SolanaRpcRuby::ApiError: NoMethodError undefined method ping)
14
+
15
+ ## 1.1.2
16
+ * Unify LICENSE it's now MIT everywhere.
17
+ * Add Ruby 3.0 to CI run.
18
+ * Add new badges.
19
+ * Handle new errors (Errno::ECONNREFUSED, SocketError)
20
+ * Code maintenance and cleanup.
21
+
22
+ ## 1.1.3
23
+ * Increase open_timeout and read_timeout.
24
+ * New specs.