wowsql-sdk 3.0.2 → 3.9.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: 826f10bf64044521d6fdd2688f0f77b57924660eaff0f8df2658d337da7fc1ca
4
- data.tar.gz: aaf8344c9fdd01c54c96c3ebe7deb8d3d2e35f246135cd9e73edc89f3c64f241
3
+ metadata.gz: dda55e2b1cbe73aabfaffa2aaadb6690c8a8978e89f712284cf9507a640004cf
4
+ data.tar.gz: c88299d7c4be38e8a121865f292d0cac3d489b5de358ea002d24afc6a6715fe6
5
5
  SHA512:
6
- metadata.gz: a82163cee9e520989407d4c69ec4f5bf8b27c9ca74a661f804bb74f2e85fa8227c0d3bb2cd7409c2900d33afb93b5f127958381f1894ec312ac5b60dad8abe54
7
- data.tar.gz: 8be9c1806765790513bc99d7fd6cdcb9484de4fd5e767b1f7de01369406da10b85a291c4009252fbe7247d6172b08a86b4e89a1ea474acc6652d1dc829f66176
6
+ metadata.gz: f8d0524196573928f5c92b8cac0df6a0bd6789a9fa18d1cf4c16d87ffb76fb547d51365ca2dc8bca996469584497a249ae3be7fb3fdc1b06c50a2d4c083c8ee4
7
+ data.tar.gz: 1ee24eb2e9e535fdaa3ca6478ac77407e693a68914f26466b66eeb04ca92f2c561bb9a2154f9705d1eaa7ed793da1ea89e30b267a51f20a4bab91516b1e8c8a2
data/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ # Changelog
2
+
3
+ All notable changes to the WowSQL Ruby SDK will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [3.9.0] - 2026-08-20
9
+
10
+ ### Added - Realtime
11
+
12
+ - `client.realtime.subscribe` for Postgres `INSERT` / `UPDATE` / `DELETE` (and `*`)
13
+ - WebSocket auth: `wss://<project>/realtime/v1/websocket?apikey=<anon or service_role key>`
14
+ - Auto-reconnect after disconnect; unsubscribe / disconnect clean local and server state
15
+ - `client.realtime.channel(name)` — ephemeral broadcast (`send`) and presence (`track` / `presence_state`)
16
+ - `websocket-client-simple` dependency
17
+
18
+ ### Documentation
19
+
20
+ - README realtime section
data/LICENSE CHANGED
@@ -1,22 +1,86 @@
1
- MIT License
1
+ Elastic License 2.0
2
2
 
3
- Copyright (c) 2024 WowSQL
3
+ Copyright 2026 WowSQL Team
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ ## Acceptance
11
6
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
7
+ By using the software, you agree to all of the terms and conditions below.
14
8
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
9
+ ## Copyright License
22
10
 
11
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
12
+ non-sublicensable, non-transferable license to use, copy, distribute, make
13
+ available, and prepare derivative works of the software, in each case subject
14
+ to the limitations and conditions below.
15
+
16
+ ## Limitations
17
+
18
+ You may not provide the software to third parties as a hosted or managed
19
+ service, where the service provides users with access to any substantial set of
20
+ the features or functionality of the software.
21
+
22
+ You may not move, change, disable, or circumvent the license key functionality
23
+ in the software, and you may not remove or obscure any functionality in the
24
+ software that is protected by the license key.
25
+
26
+ You may not alter, remove, or obscure any licensing, copyright, or other
27
+ notices of the licensor in the software. Any use of the licensor's trademarks
28
+ is subject to applicable law.
29
+
30
+ ## Patents
31
+
32
+ The licensor grants you a license, under any patent claims the licensor can
33
+ license, or becomes able to license, to make, have made, use, practice,
34
+ import, compile, run, and execute the software. If you institute, or help
35
+ institute, patent litigation against any person over claims that your use of
36
+ the software infringes or contributes to the infringement of a patent, then
37
+ your patent license for the software ends immediately.
38
+
39
+ ## Notices
40
+
41
+ You must ensure that anyone who gets a copy of any part of the software from
42
+ you also gets a copy of these terms.
43
+
44
+ If you modify the software, you must include in any modified copies of the
45
+ software prominent notices stating that you have modified the software.
46
+
47
+ ## No Other Rights
48
+
49
+ These terms do not imply any licenses other than those expressly granted in
50
+ these terms.
51
+
52
+ ## Termination
53
+
54
+ If you use the software in violation of these terms, such use is not licensed,
55
+ and your licenses will automatically terminate. If the licensor provides you
56
+ with a notice of your violation, and you cease all violation of this license no
57
+ later than 30 days after you receive that notice, your licenses will be
58
+ reinstated retroactively. However, if you violate these terms after such
59
+ reinstatement, any additional violation of these terms will cause your licenses
60
+ to terminate automatically and permanently.
61
+
62
+ ## No Liability
63
+
64
+ As far as the law allows, the software comes as is, without any warranty or
65
+ condition, and the licensor will not be liable to you for any damages arising
66
+ out of these terms or the use or nature of the software, under any kind of
67
+ legal claim.
68
+
69
+ ## Definitions
70
+
71
+ The "licensor" is the entity offering these terms, and the "software" is the
72
+ software the licensor makes available under these terms, including any portion
73
+ of it.
74
+
75
+ "you" refers to the individual or entity agreeing to these terms.
76
+
77
+ "your company" is any legal entity, sole proprietorship, or other kind of
78
+ organization that you work for, plus all organizations that have control over,
79
+ are controlled by, or are under common control with that organization.
80
+
81
+ "your licenses" are all the licenses granted to you for the software under
82
+ these terms.
83
+
84
+ "use" means anything you do with the software requiring one of your licenses.
85
+
86
+ "trademark" means trademarks, service marks, and similar rights.