frequenz-floss / frequenz-client-microgrid-python

Microgrid API client for Python
https://frequenz-floss.github.io/frequenz-client-microgrid-python/
MIT License
0 stars 5 forks source link

Disable SSL by default #85

Closed llucax closed 1 month ago

llucax commented 1 month ago

The microgrid API does not use SSL by default, so it makes sense to disable it by default in the client. This was the behavior in previous versions, and it was changed by mistake in a previous commit.

Also prepare the release notes for the next patch release.

llucax commented 1 month ago

Tested against the sandbox.

llucax commented 1 month ago

I just sneaked in a dependabot fix too. Will force merge as this is all pretty trivial and want to make the release soon so we can release the SDK too.