# Cerbos v0.5.0

## Highlights

Audit logs support in the Go SDK

Audit log filtering capability has been added to the Go SDK to allow programmatic access to audit log streams.

`cerbosctl`

The commands previously available under `cerbos ctl` have been moved to a separate binary named `cerbosctl` which can be downloaded separately.

## Changelog

### Features

- Add audit to admin client ( [#223](https://github.com/cerbos/cerbos/pull/223))

### Documentation

- Update index.adoc ( [#230](https://github.com/cerbos/cerbos/pull/230))

- Add Algolia DocSearch ( [#240](https://github.com/cerbos/cerbos/pull/240))

### Chores

- Add godoc and release badges ( [#226](https://github.com/cerbos/cerbos/pull/226))

- Publish protos to Buf schema registry ( [#227](https://github.com/cerbos/cerbos/pull/227))

- Change docs redirect ( [#228](https://github.com/cerbos/cerbos/pull/228))

- Configure docs to support multiple versions ( [#229](https://github.com/cerbos/cerbos/pull/229))

- Add issue templates ( [#231](https://github.com/cerbos/cerbos/pull/231))

- Fix a flaky test in TestUpdateStore ( [#238](https://github.com/cerbos/cerbos/pull/238))

- Add cerbosctl binary ( [#237](https://github.com/cerbos/cerbos/pull/237))

- Bump github.com/google/uuid from 1.2.0 to 1.3.0 ( [#242](https://github.com/cerbos/cerbos/pull/242))

- Bump helm.sh/helm/v3 from 3.6.2 to 3.6.3 ( [#243](https://github.com/cerbos/cerbos/pull/243))

- Bump github.com/open-policy-agent/opa from 0.30.1 to 0.31.0 ( [#244](https://github.com/cerbos/cerbos/pull/244))

- Bump github.com/gdamore/tcell/v2 from 2.3.3 to 2.4.0 ( [#245](https://github.com/cerbos/cerbos/pull/245))

- Bump go.uber.org/zap from 1.18.1 to 1.19.0 ( [#247](https://github.com/cerbos/cerbos/pull/247))

- Bump github.com/google/gops from 0.3.18 to 0.3.19 ( [#246](https://github.com/cerbos/cerbos/pull/246))

- Bump github.com/jwalton/gchalk from 1.0.3 to 1.1.0 ( [#248](https://github.com/cerbos/cerbos/pull/248))

- Bump github.com/doug-martin/goqu/v9 from 9.14.0 to 9.15.1 ( [#249](https://github.com/cerbos/cerbos/pull/249))

- Bump modernc.org/sqlite from 1.11.2 to 1.12.0 ( [#250](https://github.com/cerbos/cerbos/pull/250))

- Bump github.com/jackc/pgx/v4 from 4.12.0 to 4.13.0 ( [#251](https://github.com/cerbos/cerbos/pull/251))

- Upgrade to Go 1.17 ( [#252](https://github.com/cerbos/cerbos/pull/252))

- Public and private protobufs ( [#253](https://github.com/cerbos/cerbos/pull/253))

- Update Buf push action ( [#254](https://github.com/cerbos/cerbos/pull/254))

- Add PlaygroundProxy RPC ( [#256](https://github.com/cerbos/cerbos/pull/256))

- Bump BadgerDB version to v3.2103.1 ( [#257](https://github.com/cerbos/cerbos/pull/257))

- Bump github.com/fergusstrange/embedded-postgres from 1.7.0 to 1.8.0 ( [#259](https://github.com/cerbos/cerbos/pull/259))

- Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0 ( [#258](https://github.com/cerbos/cerbos/pull/258))

- Bump github.com/fergusstrange/embedded-postgres from 1.8.0 to 1.9.0 ( [#261](https://github.com/cerbos/cerbos/pull/261))

### Other

- update readme ( [#260](https://github.com/cerbos/cerbos/pull/260))
