## v26.26.1 (25.06.2026)

### Fixes

- Fix USB passthrough default not being applied correctly in service containers
- General bugfixes

### Features

- Publish a base Docker image with Juice dependencies pre-installed

### Documentation

- Update pub/sub tutorial to reflect current API

### Deprecations

- Legacy entrypoint mechanisms for dashboard entries and client methods are deprecated

### Full release notes

- fix(orchestration): apply usb_passthrough default after sentinel replacement([!423](https://gitlab.com/orangeqs/juice/-/merge_requests/423))
- feat(orchestration): publish base image with baked in juice dependencies([!416](https://gitlab.com/orangeqs/juice/-/merge_requests/416))
- refactor!: remove legacy dashboard page bokeh entry point logic([!421](https://gitlab.com/orangeqs/juice/-/merge_requests/421))
- docs(pubsub): update tutorial to match public API and add tests([!420](https://gitlab.com/orangeqs/juice/-/merge_requests/420))
- fix(pytest): add connection handshake to test_subscriptions_blocking([!419](https://gitlab.com/orangeqs/juice/-/merge_requests/419))
- refactor(client): remove juice.client entrypoint injection mechanism([!368](https://gitlab.com/orangeqs/juice/-/merge_requests/368))