Skip to content

Releases: borisbu/OctoRelay

4.2.0rc4

24 Apr 15:51
150864b
Compare
Choose a tag to compare
4.2.0rc4 Pre-release
Pre-release

testing

4.1.0

19 Feb 09:04
c730a6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.1.0

4.1.0rc1

19 Feb 08:49
135c57f
Compare
Choose a tag to compare
4.1.0rc1 Pre-release
Pre-release

dev preview for testing purposes #257

4.0.1

02 Jan 15:39
eb90433
Compare
Choose a tag to compare

Technical update: no new features, no fixes.

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.1rc1

02 Jan 13:50
748e17c
Compare
Choose a tag to compare
4.0.1rc1 Pre-release
Pre-release

RC for testing purposes

4.0.0

22 Nov 09:19
2c46f94
Compare
Choose a tag to compare

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 to subject,
      • Add version: 2 or v: 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 receive status (boolean) instead of active,
      • In response to update command expect to receive boolean status instead of "ok" string,
      • In response to cancelTask command expect to receive cancelled (boolean) instead of status,
      • 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 or v argument from the request payload (no longer needed).
  • Other improvements:
    • UI: Upgraded all dependencies.

Full Changelog: 3.14.0...4.0.0

4.0.0rc1

22 Nov 08:52
3b82c92
Compare
Choose a tag to compare
4.0.0rc1 Pre-release
Pre-release

RC for testing purposes

3.14.0

22 Oct 17:26
e512dd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.12.0...3.14.0

3.14.0rc3

22 Oct 14:23
Compare
Choose a tag to compare
3.14.0rc3 Pre-release
Pre-release

RC for testing purposes

Full Changelog: 3.14.0rc2...3.14.0rc3

3.14.0rc2

22 Oct 14:03
a72b2c3
Compare
Choose a tag to compare
3.14.0rc2 Pre-release
Pre-release

RC for testing purposes.

What's Changed

Full Changelog: 3.14.0rc1...3.14.0rc2