Releases: nsat/oort-agent
Releases · nsat/oort-agent
Release v1.5.1
Major changes since v1.4.2: None
Minor changes since v1.4.2: SendOptions and FileInfo have an optional DeliveryHints fields.
Release v1.5.0
Major changes since v1.4.2: The Tags object type in SendOptions has now been removed and the tags are arbitrary dicts of string->string.
Minor changes since v1.4.2: None
Release v1.4.2
Release v1.4.2
Major changes since v1.4.1: None
Minor changes since v1.4.1:
Adding "Tags" field available under "SendOptions", allowing customers to pass window "token" params to OORT Agent when sending files
Release v1.4.1
Release v1.4.1
Major changes since v1.3.3:
- Add agent cache for topic directory and metafiles
Minor changes since v1.3.3:
- fsync oort-meta directly after writing to prevent data loss
- Logging framework changes
v1.3.3: Release 1.3.3
Major changes since v1.3.2: None
Minor changes since v1.3.2:
- remove redundant CRC calculation on collector polling
This operation caused significant slowdowns due to re-reading the
entire file on each poll; and it provided no significant additional
protection against corruption. - provide more useful feedback when request parsing fails
v1.3.2: Release 1.3.2
Major changes since v1.3.1: None Minor changes since v1.3.1: * fix exception when CAN interface goes down and reconnect * improve CAN unit tests
v1.3.0: Release 1.3.0
Major changes v.1.1.2 -> v1.2.0 * Add UAVCAN interface * add payload healthcheck UAVCAN service Major changes v1.2.0 -> v1.3.0 * Add satellite-bus (adcs and tfrs) API endpoints * Add collector "ping" lightweight API endpoint * add cortexa9 as supported build architecture * reorganized documentation
v1.1.2
This is the version of the oort agent currently in flight.