Skip to content

Commit 52e805c

Browse files
committed
bump protobuf dep to 1.0
added changelog entry Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent 2dda291 commit 52e805c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,27 @@
8888
* The `zepben.auth` dependency has been incorporated into the SDK with the following package change:
8989
* `zepben.auth` -> `zepben.ewb.auth`. You can also import these directly from `zepben.ewb`.
9090
* `SqliteTable` now subclasses `SqlTable`.
91+
* The following CIM fields have been made nullable. Note if previously accessing these fields you will now have to handle them potentially being null.
92+
* `Analog.positiveFlowIn`
93+
* `Document.*`
94+
* `EnergyConsumer.grounded`
95+
* `EnergySource.isExternalGrid`
96+
* `IdentifiedObject.name`
97+
* `IdentifiedObject.description`
98+
* `IdentifiedObject.numDiagramObjects`
99+
* `Meter.companyMeterId`
100+
* `NameType.description`
101+
* `Pole.classification`
102+
* `PowerSystemResource.numControls`
103+
* `RegulatingCondEq.controlEnabled`
104+
* `ShuntCompensator.grounded`
105+
* `StreetAddress.postalCode`
106+
* `StreetAddress.poBox`
107+
* `StreetDetail.*`
108+
* `SynchronousMachine.earthing`
109+
* `TapChanger.controlEnabled`
110+
* `TransformerEnd.grounded`
111+
* `UsagePoint.isVirtual`
91112

92113
### New Features
93114
* Created a new `SqlTable` that doesn't support creating schema creation statements by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{name = "Max Chesterfield", email = "max.chesterfield@zepben.com"}
2424
]
2525
dependencies = [
26-
"zepben.protobuf==1.0.0b1",
26+
"zepben.protobuf==1.0.0",
2727
"typing_extensions==4.12.2",
2828
"requests>=2.26.0, <3.0.0",
2929
"urllib3>=1.26.6, <1.27.0",

0 commit comments

Comments
 (0)