Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Releases: FlyingDiver/Indigo-HTTPd

Pre-release HTTPd 2 release 2.0.0

23 Jan 22:06
Compare
Choose a tag to compare
Pre-release

This is a NEW plugin that's not backward compatible with the original HTTPd plugin.

HTTP servers are now devices, so multiple servers can be created. 'setvar' now uses device states instead of Indigo variables.

Release 1.4.2

05 Jun 21:36
Compare
Choose a tag to compare

Better support for complex web hooks.

Initial support for Proxy devices.

Pre-release 1.4.1

12 Feb 21:45
Compare
Choose a tag to compare
Pre-release 1.4.1 Pre-release
Pre-release

Fixes from 1.4.0. Now supports better auto-configuration.

Pre-release 1.4.0 - WebHooks and Digest Authentication

07 Feb 23:26
Compare
Choose a tag to compare

Better than beta, but needs testing before it's a final release.

This release is intended to provide significantly enhanced support for supporting many different services that use webhook call-backs. The functionality provided with the "broadcast" command has been enhanced in the new "webhook" action. The new broadcast message now includes all the request headers, any URL encoded variable settings, as well as the payload. If the request has a content-type of "application/json", the payload is converted directly to the Python representation before the broadcast.

This release also supports Digest as the preferred authentication method, in addition to Basic authentication. There's a configuration option to require Digest authentication instead of Basic.

Details of the new webhook broadcast message will be posted to the Wiki shortly.

Release 1.3.2

31 Dec 19:45
Compare
Choose a tag to compare

Enabled broadcast action for GET calls.

Release 1.3.1

28 Dec 17:35
Compare
Choose a tag to compare

See README for changes.

Release 1.3.0

27 Dec 20:39
Compare
Choose a tag to compare

Added POST request handling
Added broadcastToSubscribers for POST payload
Misc cleanup

Release 1.2.0

09 May 22:27
Compare
Choose a tag to compare

Now sends 401 response when no authentication header is received or if the authentication is wrong.

Release 1.1.1

24 Mar 15:00
Compare
Choose a tag to compare

Fixed bug in plugin configuration dialog.

Plugin will stop/start servers as needed without plugin restart.

Release 1.1.0 - HTTPS support

22 Mar 15:07
Compare
Choose a tag to compare

Support for both HTTP and HTTPS. See Wiki for setup instructions.