Releases: driplineorg/dripline-python
Releases · driplineorg/dripline-python
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
v4.6.1
Pushing GH releases and containers to GHCR; Apache license; fixing sc…
Dripline3 initial release
Initial release of dripline-python implementing version 3 of dripline (and first version based on binding the C++ library rather than a pure-python implementation).
Includes a sufficient feature set to be usable in basic systems and all core features, but does not yet provide all of the desired general-use implementations.
adding travis build automation
Merge pull request #24 from driplineorg/develop Develop merge