Skip to content

Releases: google/cabbie

v1.0.5

07 Dec 21:42

Choose a tag to compare

Cabbie version 1.0.5 contains a significant change to internal event logging, as well as a bug fix for a potential crash during enforcement.

Logging in Cabbie is now based on github.com/google/deck. The out of the box behavior with regard to events generated remains the same, but the deck package provides cleaner syntax and significantly improves our ability to extend logging beyond just Event Log.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

20 Sep 14:48

Choose a tag to compare

Cabbie 1.0.4 Highlights

  • Improved support for managing driver updates.
  • Improved support for event logging. See events/events.mc for instructions to build the events.dll binary.

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

30 Dec 15:05

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Cabbie 1.0.2

14 Jul 19:33

Choose a tag to compare

Cabbie 1.0.2 adds a few minor updates and improvements:

  • Cabbie now generates unique EventLog event IDs for different types of operational events.
  • Enforcement files can be located on drives other than c:

Cabbie 1.0.1

20 May 13:23

Choose a tag to compare

Cabbie 1.0.1 adds support for 'hidden' updates in cabbie enforcement files.

Cabbie 1.0

18 May 16:07

Choose a tag to compare

Leverage glazier helpers for script execution and string manipulation.

Change config.ScriptTimeout internally to be a duration (which it winds up being anyway).

PiperOrigin-RevId: 372450884