microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
packages/http/CHANGELOG.json
159lines · modecode
| 1 | { |
| 2 | "name": "@typespec/http", |
| 3 | "entries": [ |
| 4 | { |
| 5 | "version": "0.48.0", |
| 6 | "tag": "@typespec/http_v0.48.0", |
| 7 | "date": "Tue, 12 Sep 2023 21:47:11 GMT", |
| 8 | "comments": { |
| 9 | "none": [ |
| 10 | { |
| 11 | "comment": "Deprecated `getRequestVisibility`. Added methods `getDefaultVisibilityForVerb` and `resolveRequestVisibility`. Use either depending on the situation." |
| 12 | }, |
| 13 | { |
| 14 | "comment": "Add validation step to check whether any operation references another operation with a route prefix defined on a parent container. This helps avoid unexpected route changes when using operation references." |
| 15 | }, |
| 16 | { |
| 17 | "comment": "Avoid runtime errors when `OAuth2Auth` is given invalid `OAuth2Flow` arguments" |
| 18 | } |
| 19 | ] |
| 20 | } |
| 21 | }, |
| 22 | { |
| 23 | "version": "0.47.0", |
| 24 | "tag": "@typespec/http_v0.47.0", |
| 25 | "date": "Tue, 08 Aug 2023 22:32:10 GMT", |
| 26 | "comments": { |
| 27 | "none": [ |
| 28 | { |
| 29 | "comment": "Update doc for openapi developers" |
| 30 | }, |
| 31 | { |
| 32 | "comment": "Add collection format support: simple, form, ssv, tsv, pipes" |
| 33 | } |
| 34 | ] |
| 35 | } |
| 36 | }, |
| 37 | { |
| 38 | "version": "0.46.0", |
| 39 | "tag": "@typespec/http_v0.46.0", |
| 40 | "date": "Tue, 11 Jul 2023 22:06:00 GMT", |
| 41 | "comments": { |
| 42 | "none": [ |
| 43 | { |
| 44 | "comment": "Add documentation on `@header` auto header name resolution from property name." |
| 45 | }, |
| 46 | { |
| 47 | "comment": "Support nested `@body`" |
| 48 | }, |
| 49 | { |
| 50 | "comment": "Update dependencies" |
| 51 | } |
| 52 | ] |
| 53 | } |
| 54 | }, |
| 55 | { |
| 56 | "version": "0.45.0", |
| 57 | "tag": "@typespec/http_v0.45.0", |
| 58 | "date": "Tue, 06 Jun 2023 22:44:16 GMT", |
| 59 | "comments": { |
| 60 | "none": [ |
| 61 | { |
| 62 | "comment": "Uptake doc comment changes" |
| 63 | }, |
| 64 | { |
| 65 | "comment": "Update decorators to use `valueof`" |
| 66 | }, |
| 67 | { |
| 68 | "comment": "Update decorators signature to use `{}` instead of `object`" |
| 69 | }, |
| 70 | { |
| 71 | "comment": "Add signature for missing decorators" |
| 72 | } |
| 73 | ] |
| 74 | } |
| 75 | }, |
| 76 | { |
| 77 | "version": "0.44.0", |
| 78 | "tag": "@typespec/http_v0.44.0", |
| 79 | "date": "Wed, 10 May 2023 21:24:00 GMT", |
| 80 | "comments": { |
| 81 | "none": [ |
| 82 | { |
| 83 | "comment": "Cleanup deprecated use" |
| 84 | }, |
| 85 | { |
| 86 | "comment": "No longer issues an error for multiple different responses for the same status code." |
| 87 | }, |
| 88 | { |
| 89 | "comment": "Add `@sharedRoute` decorator for marking operations as sharing a route with other operations" |
| 90 | }, |
| 91 | { |
| 92 | "comment": "Deprecate the `shared` option in the `@route` decorator. `@sharedRoute` is the new way to accomplish the same behavior." |
| 93 | }, |
| 94 | { |
| 95 | "comment": "Update dependencies" |
| 96 | } |
| 97 | ], |
| 98 | "dependency": [ |
| 99 | { |
| 100 | "comment": "Updating dependency \"@typespec/eslint-config-typespec\" from `~0.6.0` to `~0.7.0`" |
| 101 | } |
| 102 | ] |
| 103 | } |
| 104 | }, |
| 105 | { |
| 106 | "version": "0.43.1", |
| 107 | "tag": "@typespec/http_v0.43.1", |
| 108 | "date": "Fri, 14 Apr 2023 15:09:01 GMT", |
| 109 | "comments": { |
| 110 | "patch": [ |
| 111 | { |
| 112 | "comment": "**Fix** query format not accepting anything other than `csv` and `multi`" |
| 113 | } |
| 114 | ] |
| 115 | } |
| 116 | }, |
| 117 | { |
| 118 | "version": "0.43.0", |
| 119 | "tag": "@typespec/http_v0.43.0", |
| 120 | "date": "Tue, 11 Apr 2023 18:49:17 GMT", |
| 121 | "comments": { |
| 122 | "none": [ |
| 123 | { |
| 124 | "comment": "**Breaking change** `@header` and `@query` no longer default the `format` to `csv` and `multi` respectively. A value must now be provided when the type is an array." |
| 125 | } |
| 126 | ] |
| 127 | } |
| 128 | }, |
| 129 | { |
| 130 | "version": "0.42.0", |
| 131 | "tag": "@typespec/http_v0.42.0", |
| 132 | "date": "Mon, 13 Mar 2023 21:30:44 GMT", |
| 133 | "comments": { |
| 134 | "none": [ |
| 135 | { |
| 136 | "comment": "Make canonical visibility configurable and default to none." |
| 137 | } |
| 138 | ] |
| 139 | } |
| 140 | }, |
| 141 | { |
| 142 | "version": "0.41.0", |
| 143 | "tag": "@typespec/http_v0.41.0", |
| 144 | "date": "Fri, 03 Mar 2023 19:59:17 GMT", |
| 145 | "comments": { |
| 146 | "none": [ |
| 147 | { |
| 148 | "comment": "Move core HTTP functionality from `@typespec/rest` into a new `@typespec/http` library" |
| 149 | } |
| 150 | ], |
| 151 | "dependency": [ |
| 152 | { |
| 153 | "comment": "Updating dependency \"@typespec/eslint-config-typespec\" from `~0.5.0` to `~0.6.0`" |
| 154 | } |
| 155 | ] |
| 156 | } |
| 157 | } |
| 158 | ] |
| 159 | } |
| 160 | |