Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Hue/Sonos) Use new Luncheon features if available #1152

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

dljsjr
Copy link
Contributor

@dljsjr dljsjr commented Jan 5, 2024

The next Lua Libs release will include an update to the vendored dep Luncheon which has built-in support for chunked transfer encodings.

Previous versions of Luncheon did not support chunked transfer so we had to roll our own in order to handle large REST API responses.

We branch on the reported lua libs API version, using Luncheon directly if it's available, otherwise we continue to use the existing parsing.

Supercedes: #1148
Co-authored-by: Robert Masen [email protected]

The next Lua Libs release will include an update to the vendored dep
Luncheon which has built-in support for chunked transfer encodings.

Previous versions of Luncheon did not support chunked transfer so we
had to roll our own in order to handle large REST API responses.

We branch on the reported lua libs API version, using Luncheon directly
if it's available, otherwise we continue to use the existing parsing.

Supercedes: #1148
Co-authored-by: Robert Masen <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Jan 5, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

github-actions bot commented Jan 5, 2024

Test Results

   55 files  ±0    351 suites  ±0   0s ⏱️ ±0s
1 637 tests ±0  1 637 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 869 runs  ±0  2 869 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit ed3e3e7. ± Comparison against base commit 5ac5d52.

Copy link

github-actions bot commented Jan 5, 2024

Minimum allowed coverage is 90%

Generated by 🐒 cobertura-action against ed3e3e7

Copy link

github-actions bot commented Jan 5, 2024

Channel deleted.

@dljsjr dljsjr mentioned this pull request Jan 5, 2024
1 task
@dljsjr dljsjr merged commit 46d29b5 into main Jan 5, 2024
12 checks passed
@dljsjr dljsjr deleted the fix/hue-sonos-luncheon-update branch January 5, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants