Releases: driplineorg/dripline-python
Releases · driplineorg/dripline-python
dripline-python v5.1.5 -- Release Notes
Fixed
- Bug in how SignalHandler is used from RequestSender fixed
dripline-python v5.1.4 -- Release Notes
Changed
- Updated dl-cpp version to v2.10.11
dripline-python v5.1.3 -- Release Notes
Changed
- Updated dl-cpp version to v2.10.10
Fixed
- Receiver class binding switched to use smart holder; all other bindings switched to smart holder too, except where that doesn't work
dripline-python v5.1.2 -- Release Notes
Changed
- Updated dl-cpp version to v2.10.9
dripline-python v5.1.1 -- Release Notes
Changed
- Updated dl-cpp version to v2.10.8
dripline-python v5.1.0 -- Release Notes
Added
- Heartbeat Monitor (implementations.HeartbeatMonitor)
- New logic for how logging is handled by Entities
- The
log_intervalis now the interval with which an entity's value is checked, not necessarily logged - Whether a value is logged at the
log_intervalis controlled by:max_interval: if this time is exceeded since the last log entry, then it will be logged; if 0 (default), then logging occurs everylog_intervalmax_absolute_change: if the value changes by more than this since the last log entry, then it will be loggedmax_fractional_change: if the value changes fractional change is more than this since the last log entry, then it will be logged
- The field that's checked for the
max_fractional_changeandmax_absolute_changeis given bycheck_field
- The
Changed
- Methods for sending and receiving messages are moved to the mixin classes core.RequestHandler and core.RequestSender
to capture how dl-py handles requests for both services and endpoints - Upgrade dl-cpp to v2.10.6
- Docker build now separates the installation of dependencies into a separate stage
Fixed
- Postgres syntax
- Application cancelation -- can use ctrl-c or other system signals to cancel an executable
- Alerts exchange not hard-coded in the alerts consumer
v5.0.1
Adapted to use of signed ints for dl constants
v5.0.0
New authentication capabilities and updated class interfaces
v4.7.1
Updating dl-cpp to v2.9.1; fixes shared channel issue
v4.7.0
dl-cpp update: v2.9.0