Skip to content

Commit

Permalink
Fix recursive import for CLI utlity
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Sep 8, 2023
1 parent c76f12b commit 0c8b264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.6.0rc1
0.4.6.0rc2
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,14 @@ Anyway, feel free to contribute via donations!
</p>

## Changelog
#### 0.4.6.0rc1
#### 0.4.6.0rc2
- NOTE: this API version breaks backward compatibility with LOGIN method. When upgrading to this version,
make sure to pass the new api_base_url value correctly as described in the documentation.
- Switched the login API to the new signIn path as old /Auth/login is being deprecated
- Improved CloudCreds to carry also API and MQTT endpoints
- Handled auto-retry in case of wrong endpoint being used for login
- Added mac-address attribute to BaseDevice class
- Fix recursive import error for CLI utility and updated help command for API-BASE-URL parameter

<details>
<summary>Older</summary>
Expand Down

0 comments on commit 0c8b264

Please sign in to comment.