Uplink v0.6.1 Release Notes

Release Date: 2018-09-15 // over 5 years ago
  • 🔄 Changed

    • When the type parameter of a function argument annotation, such as
      Query or Body, is omitted, the type of the annotated argument's
      value is no longer used to determine how to convert the value before it's
      passed to the backing client; the argument's value is converted only when
      its type is explicitly set. (#108)