typespec icon indicating copy to clipboard operation
typespec copied to clipboard

tsp-openapi3 - update query parameter transformations to support typespec 0.59 changes

Open chrisradek opened this issue 1 year ago • 1 comments

Clear and concise description of the problem

@typespec/http v0.59.0 added uri template support. As part of these changes, the @query({format: }) option was deprecated in favor of setting #{explode: true} instead.

We should update the parameter transformation logic to no longer emit the deprecated version of the query decorator.

Checklist

  • [X] Follow our Code of Conduct
  • [X] Read the docs.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

chrisradek avatar Aug 29 '24 16:08 chrisradek

est: 2

markcowl avatar Sep 04 '24 20:09 markcowl