Skip to content

Releases: huin/goupnp

v1.3.0

29 Aug 18:14
Compare
Choose a tag to compare

What's Changed

  • httpu: add context.Context and related interface by @andrew-d in #61

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

10 May 16:10
Compare
Choose a tag to compare

What's Changed

  • Fix faultcode+faultstring and get UPnPError details by @jybp in #60

New Contributors

  • @jybp made their first contribution in #60

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Feb 11:35
Compare
Choose a tag to compare

What's Changed

  • Merge V2 branch into master. by @huin in #52 - Experimental V2 API, unstable for now, and will be renamed if it stablised.
  • adding ModelType to Device by @jb0n in #53
  • More functions support Context by @hzyitc in #54
  • Add sync.Pool to reuse packet conn buf object by @kz-sher in #56
  • Allow http.Client used in discovery to be modified (typically for sec… by @hellwege in #57

New Contributors

  • @jb0n made their first contribution in #53
  • @hzyitc made their first contribution in #54
  • @kz-sher made their first contribution in #56
  • @hellwege made their first contribution in #57

Full Changelog: v1.0.3...v1.1.0

v1.0.3

22 Mar 21:34
Compare
Choose a tag to compare

What's Changed

  • fix _urn:schemas-upnp-org:service:AVTransport_control throw error first path segment in URL cannot contain colon by @humboldt-xie in #44
  • [soap] Enhance SOAPFaultError error unwrapping by @afjoseph in #47
  • #48: Add local address information by @mh-cbon in #51
  • add support for Open Connectivity Foundation DCPs by @mh-cbon in #49

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.0

13 Oct 15:48
Compare
Choose a tag to compare
Switch to generate code with `go generate`.