Releases: google-home/local-home-sdk
Releases · google-home/local-home-sdk
Release list
1.4.1
1.4.0
Added
- Support for local handling for the
QUERYintent has been added. - New options have been added to
DeviceManager.send:commandTimeoutretriesdelayInMilliseconds
Changed
- The
devicesproperty ofRequestInterfacehas been deprecated and replaced
with a newDeviceManager.getRegisteredDevicesmethod with additional
properties for:radioTypescanData
1.1.0
Added
- Support for UDP responses has been added to
UdpRequestData. Set the new
expectedResponsePacketsproperty to capture response packets in the
UdpResponseDatapayload.
Changed
- The
headersstring property ofHttpRequestDatahas been deprecated and
replaced with a newadditionalHeadersproperty that accepts HTTP headers as
a structured object.
1.0.0
Added
- New error types to replace use of
ErrorCode:DeviceNotSupportedError- Identified device should not use local fulfillmentDeviceNotIdentifiedError- Unable to identify provided deviceInvalidRequestError- Unable to process incoming intent
Changed
- Error types are now reporting in cloud logging.
See error logging
for more details.
Removed
ErrorCodeenum is no longer visible. Use discrete error types, such as
InvalidRequestErrorto throw errors from your app.HandlerErroris
still available for throwing generic fulfillment errors.
0.2.1
Changed
- Update internal typing references to better support resolution in IDEs.
0.2.0
Added
UpnpScanDatanow includes aportproperty containing the port from the
LOCATIONheader URL.
Changed
UdpScanDatais now an interface with adataproperty for the scan payload.- Updated
MdnsScanDataproperties for better alignment with DNS-SD specification.
Removed
isSecureflag fromHttpRequestDataandTcpRequestData- Unused mDNS interfaces
ClassTypeandRecord - Unused proxy interfaces
ProxyDeviceandLocalProxyDevice