Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.21 KB

Changelog.md

File metadata and controls

43 lines (29 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.9.2] - 2021-04-19

Added

  • Added doc strings to the config module

Fixed

  • Fixed a crash when initially notifying newly subscribed listeners

[0.9.1] - 2021-04-12

Added

  • Extended Readme; tiny doc fixes

[0.9.0] - 2021-04-04

Added

  • First release of the SSDP library "Sise"
  • Implements Application behaviour; thus will automatically start searching for devices and services
  • Will send out M-Search probes every 20 minutes (interval is configurable)
  • Will listen for UDP multicast (Notify-)messages
  • Will store found information about devices and services in a way compliant to "UPnP Device Architecture 2.0"
  • Clients can fetch information about known devices/services; either all or for a specific notification type
  • Clients can subscribe for notifications about new, updated or deleted devices/services; either all or for a specific notification type
  • Clients can unsubscribe
  • Documented the API with ExDoc
  • Published to hex.pm