Releases: life360-oss/itsybitsy
Releases · life360-oss/itsybitsy
Bugfix: No renderer specified
Renders are plugins!
- Major refactor to renderers, which are now plugins so that different distributions may create their own renderers.
- Backwards incompatibility in the data contract between crawl strategies and the crawl core. Multi row columnar text data is now expected to have a header row instead of fields being conventionally positioned.
Upgrade Dependencies
No significant changes. Upgrading dependencies.
Flat Text Renderer
Adds render --output text
for rendering a flat file with no nesting. Good for inventory!
Fix boto3 dependency conflicts
- Upgrade boto3 due to dependency conflicts
Skip Specific protocol_mux and display error state
We now allow allow a protocol_mux
based skip in web.yaml as well as a service_name
skip. Where the service_name skip will only skip service name lookup and crawling, protocol_mux will also skip looking up the service name. An error state will be displayed as well - indicating that crawling could not happen and so here may be potentially uncrawled territory the graph.
Configurable Timeouts
- ssh_provider bastion connect timeout is configurable and default doubled from 5 to 10 seconds
- generic node crawl timeout is configurable and the default incremented from 30 to 45 seconds
Fix Wheel Build
- Fixes wheel build which was not including namespace package
itsybitsy.itsybitsy_plugins
Minor Logging Bugfix
- Fixes a minor logging bug in ssh_provider
Initial Release
Initial Release of itsybitsy