Releases: amattu2/blink-liveview-middleware
Releases · amattu2/blink-liveview-middleware
v1.1.2 Blink Mini 2 Support
What's Changed
Full Changelog: v1.1.1...v1.1.2
v1.1.1 Custom WebSocket Origin Control
v1.1.1
Small release to upgrade dependencies and introduce custom control over the allowed WebSocket connection origins, instead of forcing the same origin for all consumers.
What's Changed
- feat: Support custom WebSocket origin control by @amattu2 in #6
- build(deps): Bump github.com/spf13/cobra from 1.9.0 to 1.9.1 by @dependabot in #2
- build(deps): Bump golang.org/x/term from 0.29.0 to 0.30.0 by @dependabot in #3
- build(deps): Bump golang.org/x/term from 0.30.0 to 0.32.0 by @dependabot in #5
Full Changelog: v1.1.0...v1.1.1
v1.1.0 Direct Login Support
What's Changed
Full Changelog: v1.0.0...v1.1.0
v1.0.0 Blink Liveview Middleware Initial Release
Overview
This is the initial release for Blink Liveview Middleware. It allows developers to provide Blink Smart Security liveview integrations within their web applications via two entrypoints:
- Liveview CLI command - This command can be run locally and streams a Blink Smart Security camera's liveview right to your desktop
- Websocket middleware server - A proxy service between your end users (of a web application) and the Blink Smart Security service.
See the README.md for full features and usage instructions.
Full Changelog: https://github.com/amattu2/blink-liveview-middleware/commits/v1.0.0