Skip to content

chore(main): release 11.0.0 - #743

Merged
rokam merged 1 commit into
mainfrom
release-please--branches--main--components--midea-local
Sep 5, 2026
Merged

chore(main): release 11.0.0#743
rokam merged 1 commit into
mainfrom
release-please--branches--main--components--midea-local

Conversation

@rokam

@rokam rokam commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

🤖 I have created a release beep boop

11.0.0 (2026-09-05)

⚠ BREAKING CHANGES

  • cloud: raise typed errors for known cloud API failure codes (#747)

Features

  • a1: expose device capabilities (#754) (ea33031)
  • ac: add group 3 outdoor fan speed (#736) (d8027fc)
  • ac: capabilities remove unsupported attrs (#746) (27aa14b)
  • add OS Comfort (Olimpia Splendid) cloud (#752) (7a5360c)
  • add public metod mode_options() (#745) (e1f6b04)
  • cd: support extended water heater protocol (#735) (8916a31)
  • cloud: add support for Japanese Toshiba IOLife devices (#301) (f357970)
  • cloud: classify 3101/3106/3301 as login errors (#751) (2a8a4f0)
  • introduce MideaClimateDevice base class (#728) (303ac20)

Bug Fixes

  • ac: default values for make message set when missing DeviceAttributes (#755) (0c979b0)
  • c3: align to climate platform (#730) (c6fed4d)
  • cc: align to climate platform (#729) (12b0b89)
  • cf: align to climate platform (#731) (de01976)
  • cloud: retry transient 9999 system error responses (#750) (8857000)
  • cloud: use the v2 getToken endpoint for the Meiju cloud (#717) (d819de1)
  • fb: align to climate platform (#732) (197657d)

Code Refactoring

  • cloud: raise typed errors for known cloud API failure codes (#747) (7854642)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot added the misc Miscellaneous label Aug 29, 2026
@rokam
rokam force-pushed the release-please--branches--main--components--midea-local branch from c740c8e to 004ae24 Compare August 29, 2026 22:21
@coderabbitai

coderabbitai Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 22f85d11-e96e-4d6d-bd66-b0b5d67d2c88

📥 Commits

Reviewing files that changed from the base of the PR and between 876f1d3 and ca136d8.

📒 Files selected for processing (1)
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Summary

Summary by CodeRabbit

  • New Features
    • Added outdoor fan speed control for AC group 3 devices.
    • Added support for the extended water heater protocol on CD devices.
    • Added support for Japanese Toshiba IOLife cloud devices.
  • Bug Fixes
    • Improved climate platform alignment for C3, CC, CF, and FB devices.
  • Release
    • Updated the application version to 10.2.0.

Walkthrough

The release manifest and package version now use 10.2.0. The changelog records three features and four climate-platform alignment fixes released on 2026-08-31.

Changes

Release metadata

Layer / File(s) Summary
Align release version and changelog
.release-please-manifest.json, midealocal/version.py, CHANGELOG.md
The release manifest and package version were updated to 10.2.0. The changelog records three features and four climate-platform alignment fixes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to ca136

This release updates the published version and changelog, and no concrete current-head correctness, security, availability, or deployment risk is identified; it is merge-ready after normal checks and review, with no actionable merge-blocking risk remaining.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title identifies a release, but it states version 11.0.0 while the changeset and objectives release version 10.2.0. Change the title to reference release 10.2.0, or update the release files and objectives if 11.0.0 is intended.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The description is related to the release changes and documents several features and fixes from the changeset, although it incorrectly identifies the release as 11.0.0 instead of 10.2.0.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--midea-local

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #743   +/-   ##
=======================================
  Coverage   99.11%   99.11%           
=======================================
  Files          85       85           
  Lines       11159    11159           
  Branches     1210     1210           
=======================================
  Hits        11060    11060           
  Partials       99       99           
Files with missing lines Coverage Δ
midealocal/version.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rokam rokam changed the title chore(main): release 10.1.1 chore(main): release 10.2.0 Aug 30, 2026
@rokam
rokam force-pushed the release-please--branches--main--components--midea-local branch 7 times, most recently from 55bbf30 to 71afa46 Compare September 1, 2026 12:37
@rokam rokam changed the title chore(main): release 10.2.0 chore(main): release 11.0.0 Sep 3, 2026
@rokam
rokam force-pushed the release-please--branches--main--components--midea-local branch 7 times, most recently from 8c383ee to 466e666 Compare September 5, 2026 02:13
@rokam
rokam force-pushed the release-please--branches--main--components--midea-local branch from 466e666 to fccb734 Compare September 5, 2026 02:25
@rokam
rokam merged commit d9e7f7e into main Sep 5, 2026
19 checks passed
@rokam
rokam deleted the release-please--branches--main--components--midea-local branch September 5, 2026 12:01
@rokam

rokam commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants