Releases: borisbu/OctoRelay
Releases · borisbu/OctoRelay
4.2.0rc4
4.1.0
What's Changed
- UI: upgrading all dependencies. by @RobinTail in #254
- UI: Upgrading all dependencies. by @RobinTail in #256
- Feat: At-command target by @RobinTail in #260
- 🚀 4.1.0 by @RobinTail in #257
Full Changelog: 4.0.1...4.1.0
4.1.0rc1
4.0.1
Technical update: no new features, no fixes.
What's Changed
- UI: Upgrading all dependencies by @RobinTail in #248
- Ref: Renaming directory
ts
toui
. by @RobinTail in #249 - UI: Upgrading all dependencies by @RobinTail in #250
- UI: Switching to
vitest
by @RobinTail in #251 - UI: Developing in ESM environment by @RobinTail in #252
- 🚀 4.0.1 by @RobinTail in #253
Full Changelog: 4.0.0...4.0.1
4.0.1rc1
4.0.0
4.0.0
- Breaking changes:
- Plugin API v1 removed.
- How to migrate confidently:
- If you're not using the plugin API or mobile applications that use the plugin API:
- No action required.
- Read the release notes for version 3.14.0 to inform yourself on differences between API v1 and v2.
- If you're using API v1:
- Make sure you're using OctoRelay version 3.14.0 or upgrade to that version first,
- Rename
pin
parameter in your request payload tosubject
, - Add
version: 2
orv: 2
parameter to all your API requests, - Expect to receive a response having HTTP status code
200
and handle others as failures, - In response to
listAllStatus
command expect to receivestatus
(boolean) instead ofactive
, - In response to
update
command expect to receive booleanstatus
instead of "ok" string, - In response to
cancelTask
command expect to receivecancelled
(boolean) instead ofstatus
, - Test all your API requests before upgrading.
- If you're using OctoPod, iOS/tvOS/watchOS App:
- Upgrade it to at least 3.27 — this version supports the plugin API v2 (and v1 too).
- After upgrading to this version:
- You can remove
version
orv
argument from the request payload (no longer needed).
- You can remove
- If you're not using the plugin API or mobile applications that use the plugin API:
- Other improvements:
- UI: Upgraded all dependencies.
Full Changelog: 3.14.0...4.0.0
4.0.0rc1
3.14.0
What's Changed
- Generating CSS from SCSS. by @RobinTail in #231
- Using
mypy
for type constraints by @RobinTail in #216 - Ref: API: Moving response shaping out of handlers by @RobinTail in #240
- Ref: Moving required params checks by @RobinTail in #241
- Feat: API v2 by @RobinTail in #242
- 🚀 3.14.0 by @RobinTail in #239
Full Changelog: 3.12.0...3.14.0
3.14.0rc3
RC for testing purposes
Full Changelog: 3.14.0rc2...3.14.0rc3
3.14.0rc2
RC for testing purposes.
What's Changed
- Ref: Moving required params checks by @RobinTail in #241
- Feat: API v2 by @RobinTail in #242
Full Changelog: 3.14.0rc1...3.14.0rc2