All Versions
56
Latest Version
Avg Release Cycle
67 days
Latest Release
-

Changelog History
Page 4

  • v0.5.3 Changes

    May 31, 2018

    ๐Ÿ›  Fixed

    • Issue where adding two or more response handlers (i.e., functions decorated
      with uplink.response_handler) to a method caused a TypeError.
  • v0.5.3._ Changes

    ๐Ÿ›  Fixed

    • Issue where adding two or more response handlers (i.e., functions decorated with uplink.response_handler) to a method caused a TypeError.
  • v0.5.2 Changes

    May 30, 2018

    ๐Ÿ›  Fixed

    • Applying returns.json decorator without arguments should produce JSON
      responses when the decorated method is lacking a return value annotation.
  • v0.5.2._ Changes

    ๐Ÿ›  Fixed

    • Applying returns.json decorator without arguments should produce JSON responses when the decorated method is lacking a return value annotation.
  • v0.5.1 Changes

    April 10, 2018

    โž• Added

    • Decorator uplink.returns.model for specifying custom return type without
      indicating a specific data deserialization format.

    ๐Ÿ›  Fixed

    • Have uplink.Body decorator accept any type, not just mappings.
    • Reintroduce the uplink.returns decorator.
  • v0.5.1._ Changes

    โž• Added

    • Decorator uplink.returns.model for specifying custom return type without indicating a specific data deserialization format.

    ๐Ÿ›  Fixed

    • Have uplink.Body decorator accept any type, not just mappings.
    • Reintroduce the uplink.returns decorator.
  • v0.5.5_ Changes

    ๐Ÿ›  Fixed

    • Issue with sending JSON list Body using @json annotation.
  • v0.5.4_ Changes

    ๐Ÿ›  Fixed

    • When using uplink.AiohttpClient with aiohttp>=3.0, the underlying aiohttp.ClientSession would remain open on program exit.
  • v0.5.3_ Changes

    ๐Ÿ›  Fixed

    • Issue where adding two or more response handlers (i.e., functions decorated with uplink.response_handler) to a method caused a TypeError.
  • v0.5.2_ Changes

    ๐Ÿ›  Fixed

    • Applying returns.json decorator without arguments should produce JSON responses when the decorated method is lacking a return value annotation.