Skip to content

v1.0.14

Compare
Choose a tag to compare
@directionless directionless released this 04 Aug 13:24
· 626 commits to main since this release
b4b2646

Version 1.0.14 is primarily oriented around debugability, but has a big change around accessing the thrift socket. As has come up many times, osquery only allows a single actions on the thrift socket at a time. This can inadvertently create race conditions when working with go routines. As the go sdk now has locks, launcher can use those to avoid socket contention.

It also has a fix for opening notification URLs on some linux X11 enviroments.

Table Changes

General

Build and Package

Full Changelog: v1.0.12...v1.0.14