Skip to content

Commit 5e2cd3f

Browse files
committed
Clear release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f2846aa commit 5e2cd3f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
## Summary
44

5-
This release introduces sensors support and adds official support for Python 3.12. It also includes some bug fixes.
5+
<!-- Here goes a general summary of what this release is about -->
66

77
## Upgrading
88

9-
- Some minimum versions of dependencies have been bumped to support Python 3.12. You might also need to bump these dependencies in your project.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1010

1111
## New Features
1212

13-
- The `MicrogridApiClient` can now list sensor retrieving their metadata (`list_sensors()`) and can stream sensor data (`stream_sensor_data()`).
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
1414

1515
## Bug Fixes
1616

17-
- When retrieving the microgrid metadata using `metadata()`, if the location was empty in the protobuf message, a wrong location with long=0, lat=0 was used. Now the location will be properly set to `None` in that case.
18-
- The client now does some missing cleanup (stopping background tasks) when disconnecting (and when used as a context manager).
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)