File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments