alula-ruby 2.11.0 → 2.12.1
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 +4 -4
- data/VERSION.md +4 -2
- data/lib/alula/helpers/device_helpers/program_id_helper.rb +3 -1
- data/lib/alula/resources/receiver.rb +1 -1
- data/lib/alula/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1b127da12d941b516097501ad21b7b7a812c6e8fe6f91c2d3adfdb7b3961097
|
4
|
+
data.tar.gz: 4a3ba5b775b7aeca604191c499e60670cd660524c85c7d7a37cf3ec6b983bba0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8db7bd4a2ef3623bb5fa43f21df5192d461413c2f60288d86f0e0ec16c26f790dc0d3c3d4f779f7b3dc36892858185616d6e82634a67f644afa6abac269731a
|
7
|
+
data.tar.gz: 9c5532ad4b4a27b913f833aad0c211d2b531baf7654e58ce06bbaeb18428278dd9caf28a709f0fb65c4f81d1a283407cd6a080710736e5dcf1ad977a399cf15e
|
data/VERSION.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
| Version | Date | Description |
|
4
4
|
| ------- | ------------| --------------------------------------------------------------------------- |
|
5
|
+
| v2.12.1 | 2025-03-20 | Fixing appkey field name for Receiver |
|
6
|
+
| v2.12.0 | 2025-03-13 | Add new Eufy Cameras Program IDs |
|
5
7
|
| v2.11.0 | 2025-03-11 | Add a model for Receiver Bind |
|
6
8
|
| v2.10.1 | 2025-03-10 | Update includeCustomerIP field's type for Receiver model |
|
7
9
|
| v2.10.0 | 2025-02-27 | Add a model for Receiver |
|
@@ -155,7 +157,7 @@
|
|
155
157
|
| v0.7.0 | 2019-11-11 | Implements the start of RPC resources, beginning with Device Registration, Unregistration, Assignment, Unassignment, and Dealer Device Stats |
|
156
158
|
| v0.6.0 | 2019-10-28 | Implements related model loading when fetching a single model, or loading a collection. Call `.includes(:some_model, :othermodel)` in the filter chain, and if present the related models will be available after loading. |
|
157
159
|
| v0.5.1 | 2019-10-21 | Whitelists the EULA as patchable for uType 96 |
|
158
|
-
| v0.5.0 | 2019-10-10 | Inverts how readers & writers are set. <ol><li>Model metadata is now the be-all end-all of defining how an attribute becomes available.</li><li>Readers & writers are set during object initialization. We no longer throw `NoMethodAvailable` errors when attempting to write to an attribute that exists, but your uTYpe doesn't allow writing to. Instead we will accept the write, but continue to exclude that attribute from being sent to the API</li><li>This change fixes an issue where if the API sent down a model that was missing an attribute, we would run into `NoMethodErrors` when rendering the model. Since I don't want to safe-access check every single API model property, having concrete models is the way to go.</li></ol>)
|
160
|
+
| v0.5.0 | 2019-10-10 | Inverts how readers & writers are set. <ol><li>Model metadata is now the be-all end-all of defining how an attribute becomes available.</li><li>Readers & writers are set during object initialization. We no longer throw `NoMethodAvailable` errors when attempting to write to an attribute that exists, but your uTYpe doesn't allow writing to. Instead we will accept the write, but continue to exclude that attribute from being sent to the API</li><li>This change fixes an issue where if the API sent down a model that was missing an attribute, we would run into `NoMethodErrors` when rendering the model. Since I don't want to safe-access check every single API model property, having concrete models is the way to go.</li></ol>)
|
159
161
|
| v0.4.3 | 2019-10-3 | Adds timezone field to Dealer resource |
|
160
162
|
| v0.4.2 | 2019-10-3 | Excludes fields not annotated on the model with the `fields` property. This fixes an issue where a password hash would be used as the basis for a new user password when system users saved a user model. |
|
161
163
|
| v0.4.1 | 2019-10-2 | Handles unknown/empty errors from the API |
|
@@ -170,4 +172,4 @@
|
|
170
172
|
| v0.1.8 | 2019-8-9 | Bugfix, switches api_root in Alula::Client to api_url |
|
171
173
|
| v0.1.7 | 2019-8-8 | Adds RequestStore as a thread-safe storage system for tokens, auth keys, and debug info |
|
172
174
|
| v0.1.6 | 2019-8-7 | Added Dealers and Branding, bug with non-patchable attributes, client grant |
|
173
|
-
| v0.1.0 | 2019-7-25 | Initial release, GET and POST devices, dealer_addresses, user, self |
|
175
|
+
| v0.1.0 | 2019-7-25 | Initial release, GET and POST devices, dealer_addresses, user, self |
|
data/lib/alula/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alula-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.12.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Titus Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|