Foxglove v1.74.1
Fixed
- Fixed missing close/min/max window controls on Linux
- Fixed an issue where plotting a signal used by a map panel caused the map panel to fail
Fixed
Added
Fixed
We've added a new control to tune the tradeoff between memory usage and throughput smoothing in the stream service through a new configuration parameter called BUFFER_CONNECTIONS_THRESHOLD.
When set to a non-negative number, BUFFER_CONNECTIONS_THRESHOLD will cause the query executor to buffer storage connections ahead of time when more than $THRESHOLD logical streams must be merged in the plan. This will smooth throughput from the service, but double the memory consumption for those requests. The impact of the change will be most noticeable for requests that merge a large number of topics.
Users who wish to experiment with this feature can test values to find a balance that is helpful for painful queries but doesn't increase memory for non-painful ones.The default value in this release is -1, meaning no behavior change by default. It is likely a release in the near future will pick a nonzero default based on learnings from this one.
Added
foxglove.CompressedVideo) for signed-in users in the 3D and Image panelsChanged
Fixed
omgidl schemas that contain unions with long switch typesdefaultValueChanged
Fixed
XCDR2 now reads struct/union types inside of arrays properlyTextAnnotations not showing specified alpha channels in the 3D and Image panels@foxglove/schemasAdded
Fixed
header.stamp value that is not in the expected format