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

Backport bugfixes from v0.12.0 #147

Merged
merged 3 commits into from
Sep 12, 2023
Merged

Conversation

MathewHDYT
Copy link
Contributor

@MathewHDYT MathewHDYT commented Sep 10, 2023

Fix typo with ESP6266_Updater.cpp and missing implementation of IUpdater interface in OTA_Handler, causing compile issues with some devices.

Additionally the need to resubscribe when reconnecting with ThingsBoard has been removed, because that is now done automatically in the background. Meaning the Subscribe portion only has to be called once at startup and can then be ignored.

The cleanup functionality if still desired has been moved to another method Cleanup_Subscriptions, which will have the same behaviour as reconnecting previously did.

Additionally receiving RPC then receiving Shared Attribute Updates then requesting attributes all work perfectly even when used interchangeably.

@imbeacon Would be nice if this could be merged and released as v0.11.1

@MathewHDYT
Copy link
Contributor Author

MathewHDYT commented Sep 11, 2023

@imbeacon It seems you missed to create a GitHub release for v0.11.0. Would be nice if you could do that as well

@imbeacon
Copy link
Member

Hi, @MathewHDYT ,

I think we can just merge this PR and create a version v0.11.0 , what do you think about this?

@MathewHDYT
Copy link
Contributor Author

MathewHDYT commented Sep 12, 2023

@imbeacon That would be a bad idea, because PlatformIO and ArduinoIDE have the latest tag being v0.11.0. That is the case because the internal version file changed.

Therefore the best thing would be simply creating a release for v0.11.0 on GitHub. Meaning the current state of the repository and then merging this Pull Request.

And creating a new version v0.11.1 on GitHub.

@imbeacon imbeacon merged commit 9ab4f1e into thingsboard:master Sep 12, 2023
3 of 6 checks passed
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.

2 participants