Skip to content

Releases: ClifHouck/unified

v0.3.2

24 Jan 16:04
v0.3.2
848139c

Choose a tag to compare

Changelog

  • e2a590e Add missing SensorMotion Protect Event type (#51)
  • 848139c Fix config file values not being respected (#52)

Released by GoReleaser.

v0.3.1

25 Oct 16:19
v0.3.1
7acc802

Choose a tag to compare

Changelog


Released by GoReleaser.

v0.3.0

04 Jun 21:28
v0.3.0
6a03638

Choose a tag to compare

Changelog

  • d38f588 feat: Finish support for Protect Device Events Websocket endpoint(#45)
  • f3a78b6 Add Protect sensors Endpoint Support (#40)
  • 6a03638 Fix network device port action command (#47)
  • de21b46 feat: Add Protect "NVRs" Endpoint Support (#38)
  • 7c0e5a7 feat: Add Protect "chimes" Endpoint Support (#39)
  • ccac160 feat: Add Protect "lights" Endpoint Support (#37)
  • de717f0 feat: Add Protect Device Asset "Files" Endpoint Support (#42)
  • 20d4cb4 feat: Add Protect alarm-manager Endpoint Support (#43)
  • 64a399a feat: Add Protect camera-ptz Endpoint Support (#44)

Released by GoReleaser.

v0.2.0

17 May 14:35
v0.2.0
a861f51

Choose a tag to compare

Changelog

  • 5d7e24a Add Protect GET API Integration Tests (#33)
  • b81014f Add liveview support (#30)
  • ca441d1 Add support for protect viewer endpoints to client and cli (#28)
  • 35ccd76 Fix endpoint in ViewerSettings (#29)
  • 186c7fe Only init beep.Speaker once in doorbell example (#26)
  • d088970 Support all Camera API Endpoints (#32)
  • a861f51 Update supported Protect API endpoints (#34)
  • 51c9731 Upgrade to Go 1.24.3 (#31)

Released by GoReleaser.

v0.1.0

08 May 19:10
v0.1.0
5bf7110

Choose a tag to compare

Changelog

  • 15ab5c1 Abstract stream handler generation enough to add a device event stream handler
  • 1810eed Actually get the output of go test
  • 5f551f3 Add .goreleaser (#5)
  • 89e7d54 Add CLI client based on cobra along with mage target and more client endpoints supported
  • 623bebc Add a basic integration test to exercise all network GET endpoints
  • f4080e0 Add a massive amount of linting (#13)
  • 801a589 Add config file support, and update README (#22)
  • b91e41c Add linting to CI and a mage target for linting (#3)
  • 57a61c2 Add mage build targets
  • 965611a Add overall repo build target and some output
  • ce414af Add target to build examples
  • 7f902e7 Add validation of client config to cmd utility
  • b7a397d Add voucher integration test (#12)
  • c98ec3b Better name for existing integration test file
  • fdbcfe2 Big Bang Commit
  • e31a341 Clean up doorbell example a bit, less hard-coding and use cobra (#19)
  • 78f7aff Consolidate existing Protect API calls (#9)
  • 0bd1c6b Don't need the non-generated stream handler anymore
  • 2f14228 Expose Existing Protect API to CLI (#10)
  • 42a58ae Expose page data in relevant calls (#11)
  • 233fead First attempt at setting up github actions (#1)
  • 3f318eb Fix client details test case
  • 69321c6 Fix doorbell example lints (#23)
  • 9ed85e6 Fix example imports
  • 35c3668 Fix example program
  • 33720fc Fix lingering linter warnings (#14)
  • 6f75614 Fix local-prefix (#16)
  • 242ef0f Fix some CI names (#24)
  • ffe2ef5 Fix some compile errors in generated stream handlers
  • 5bf7110 Ignore configs (#25)
  • 63d1e57 MIT License (#2)
  • 2ef224e Mage improvements
  • 53e65d6 Make it so you must call handler.Process() to start stream processing (#17)
  • ee48a87 More .gitignore
  • 9eccc79 Move stream handler generator
  • a2586d9 Network V1 fully supported (#7)
  • e564445 Now using pflag directly (#6)
  • aa2c7d9 Plumb context more in the client, and improve stream calls somewhat (#8)
  • 5e0956d README (#4)
  • 809c24f Remove old references to src/
  • 62d01b2 Remove unnecessary protocol member (#18)
  • eb47fb6 Separate examples as golang submodules (#15)
  • ac97d06 Some possible TODOs
  • d7063cf Support all of Network application API*
  • 4cb050f Support get client details, along with some additional checking around making requests
  • f28671f git ignore
  • 9124282 reintegrate page data into list results where appropriate (#21)
  • 1d946b0 typo fix

Released by GoReleaser.