Skip to content

Releases: amattu2/blink-liveview-middleware

v1.1.2 Blink Mini 2 Support

08 Jun 15:35
4049a3f
Compare
Choose a tag to compare

What's Changed

  • Support Blink Mini 2, Fix broken doorbell integration by @amattu2 in #8

Full Changelog: v1.1.1...v1.1.2

v1.1.1 Custom WebSocket Origin Control

05 Jun 01:01
40f3257
Compare
Choose a tag to compare

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

17 Feb 19:43
dc44dc5
Compare
Choose a tag to compare

What's Changed

  • feat: Support new account command, rewrite CLI using Cobra by @amattu2 in #1

Full Changelog: v1.0.0...v1.1.0

v1.0.0 Blink Liveview Middleware Initial Release

15 Feb 21:43
381e103
Compare
Choose a tag to compare

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