Releases: Fraunhofer-FIT-DIEN/iec104-python
Releases · Fraunhofer-FIT-DIEN/iec104-python
Release 2.0.2
This is a hotfix release.
Improvements
- Enhance the error messaging for invalid value and quality assignments of points
Fixes
- Fix an issue with the point.value setter that was not functioning correctly for the following types: EventState, StartEvents, OutputCircuits, and PackedSingle #35
- Fix a segmentation fault that occurred during the string conversion of Quality and BinaryCounterQuality objects when unsupported bits were set
Release 2.0.1
Release 2.0.0
Features
- Add support for equipment protection points (M_EP_TD_1, M_EP_TE_1, M_EP_TF_1) and status with change detection (M_PS_NA_1)
- Add advanced property support for all messages
- Add point timer callback for extended event driven transmission scenarios
- Add option c104.Init.MUTED, to open a connection in muted state
- Add extended datetime.datetime support
- Add support for information object address 0
- Improve command mode select and execute with automatic selection timeout
- Improve performance and stability
- Improve string representation for all classes
- Improve type safety
Breaking Changes
- Dropped python 3.6 support, since pybind11 does not support it anymore
- c104.Point signature changes (see docs)
- c104.Station signature changes (see docs)
- c104.Client signature changes (see docs)
- c104.Connection signature changes (see docs)
- c104.Server signature changes (see docs)
- c104.IncomingMessage signature changes (see docs)
- Renamed enum property c104.Qoc.CONTINUOUS to c104.Qoc.PERSISTENT.
This corresponds to the standard description for Qualifier of command. - Removed deprecated function c104.add_server(...), use
c104.Server()
constructor instead - Removed deprecated function c104.remove_server(...), remove last reference to server instance instead
- Removed deprecated function c104.add_client(...), use
c104.Client()
constructor instead - Removed deprecated function c104.remove_client(...), remove last reference to client instance instead
Release 1.18.0
- Add support for Qualifier of Command for single, double and regulating step commands
- Fix transmit updated_at timestamp for time aware point
- c104.Point.set method signature improved (non-breaking):
- Add keyword argument timestamp_ms to allow setting a points value in combination with an updated_at_ms timestamp
- Improve value argument to support instances of type c104.Double and c104.Step as setter for c104.Point.value does
- Improve GIL handling for methods station.add_point, server.stop and client.stop
Release 1.17.1
Release 1.17.0
Feature command mode (#3)
- add command mode feature and improvements:
- add support to wait for act_con and act_term response
- free response map if result is not awaited
- simplify test certificate generation without prompt
- update changelog, readme and linter config
- fix readthedocs build
- fix read command success detection
- enhance code documentation
Release 1.16.1
Release 1.16.0
Breaking Changes in Client behavior:
- non-blocking connection.connect() method
- auto-connect existing connections in client.start() method
Release 1.15.2
Initial public release