|
| 1 | +{ |
| 2 | + "version": "1.62.0", |
| 3 | + "changes": [ |
| 4 | + { |
| 5 | + "type": "documentation", |
| 6 | + "description": "Update README.md for Trait Codegen", |
| 7 | + "pull_requests": [ |
| 8 | + "[#2753](https://github.com/smithy-lang/smithy/pull/2753)" |
| 9 | + ] |
| 10 | + }, |
| 11 | + { |
| 12 | + "type": "bugfix", |
| 13 | + "description": "Update query params output test in rest-json", |
| 14 | + "pull_requests": [ |
| 15 | + "[#2739](https://github.com/smithy-lang/smithy/pull/2739)" |
| 16 | + ] |
| 17 | + }, |
| 18 | + { |
| 19 | + "type": "bugfix", |
| 20 | + "description": "Fix trait codegen for timestamp member with timestampformat trai", |
| 21 | + "pull_requests": [ |
| 22 | + "[#2744](https://github.com/smithy-lang/smithy/pull/2744)" |
| 23 | + ] |
| 24 | + }, |
| 25 | + { |
| 26 | + "type": "bugfix", |
| 27 | + "description": "Remove the breakingChanges member from the required trait", |
| 28 | + "pull_requests": [ |
| 29 | + "[#2748](https://github.com/smithy-lang/smithy/pull/2748)" |
| 30 | + ] |
| 31 | + }, |
| 32 | + { |
| 33 | + "type": "documentation", |
| 34 | + "description": "Add README.md for trait codegen", |
| 35 | + "pull_requests": [ |
| 36 | + "[#2751](https://github.com/smithy-lang/smithy/pull/2751)" |
| 37 | + ] |
| 38 | + }, |
| 39 | + { |
| 40 | + "type": "bugfix", |
| 41 | + "description": "Fix trait codegen for list with uniqueitems trait", |
| 42 | + "pull_requests": [ |
| 43 | + "[#2706](https://github.com/smithy-lang/smithy/pull/2706)" |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "type": "feature", |
| 48 | + "description": "Allows specifying multiple files and/or directories to smithy format. Fixes [#2563](https://github.com/smithy-lang/smithy/issues/2563).", |
| 49 | + "pull_requests": [ |
| 50 | + "[#2757](https://github.com/smithy-lang/smithy/pull/2757)" |
| 51 | + ] |
| 52 | + }, |
| 53 | + { |
| 54 | + "type": "feature", |
| 55 | + "description": "Add split function to rules engine", |
| 56 | + "pull_requests": [ |
| 57 | + "[#2762](https://github.com/smithy-lang/smithy/pull/2762)" |
| 58 | + ] |
| 59 | + }, |
| 60 | + { |
| 61 | + "type": "bugfix", |
| 62 | + "description": "Fix loading smithy-ts version in docs", |
| 63 | + "pull_requests": [ |
| 64 | + "[#2722](https://github.com/smithy-lang/smithy/pull/2722)" |
| 65 | + ] |
| 66 | + }, |
| 67 | + { |
| 68 | + "type": "bugfix", |
| 69 | + "description": "Fix trait codegen for class name conflicts in enum/intenum traits", |
| 70 | + "pull_requests": [ |
| 71 | + "[#2755](https://github.com/smithy-lang/smithy/pull/2755)" |
| 72 | + ] |
| 73 | + }, |
| 74 | + { |
| 75 | + "type": "bugfix", |
| 76 | + "description": "Fix incorrect builder properties assignment for enum with default value", |
| 77 | + "pull_requests": [ |
| 78 | + "[#2752](https://github.com/smithy-lang/smithy/pull/2752)" |
| 79 | + ] |
| 80 | + }, |
| 81 | + { |
| 82 | + "type": "other", |
| 83 | + "description": "Raise the severity for query error validator to danger", |
| 84 | + "pull_requests": [ |
| 85 | + "[#2758](https://github.com/smithy-lang/smithy/pull/2758)" |
| 86 | + ] |
| 87 | + }, |
| 88 | + { |
| 89 | + "type": "documentation", |
| 90 | + "description": "Add missing important word in model.rst", |
| 91 | + "pull_requests": [ |
| 92 | + "[#2726](https://github.com/smithy-lang/smithy/pull/2726)" |
| 93 | + ] |
| 94 | + }, |
| 95 | + { |
| 96 | + "type": "bugfix", |
| 97 | + "description": "Fix a bug that prevented warning events to show up for diff CLI command", |
| 98 | + "pull_requests": [ |
| 99 | + "[#2749](https://github.com/smithy-lang/smithy/pull/2749)" |
| 100 | + ] |
| 101 | + }, |
| 102 | + { |
| 103 | + "type": "other", |
| 104 | + "description": "Prepare for Gradle 9", |
| 105 | + "pull_requests": [ |
| 106 | + "[#2745](https://github.com/smithy-lang/smithy/pull/2745)" |
| 107 | + ] |
| 108 | + }, |
| 109 | + { |
| 110 | + "type": "bugfix", |
| 111 | + "description": "Fix new change tool for changelog generation", |
| 112 | + "pull_requests": [ |
| 113 | + "[#2765](https://github.com/smithy-lang/smithy/pull/2765)" |
| 114 | + ] |
| 115 | + }, |
| 116 | + { |
| 117 | + "type": "bugfix", |
| 118 | + "description": "Fix PR link generation in new-change and render command", |
| 119 | + "pull_requests": [ |
| 120 | + "[#2767](https://github.com/smithy-lang/smithy/pull/2767)" |
| 121 | + ] |
| 122 | + }, |
| 123 | + { |
| 124 | + "type": "bugfix", |
| 125 | + "description": "Fix trait codegen for structure's string member with `@idRef`", |
| 126 | + "pull_requests": [ |
| 127 | + "[#2728](https://github.com/smithy-lang/smithy/pull/2728)" |
| 128 | + ] |
| 129 | + }, |
| 130 | + { |
| 131 | + "type": "bugfix", |
| 132 | + "description": "Use ordered sets for shape id sequences", |
| 133 | + "pull_requests": [ |
| 134 | + "[#2742](https://github.com/smithy-lang/smithy/pull/2742)" |
| 135 | + ] |
| 136 | + }, |
| 137 | + { |
| 138 | + "type": "bugfix", |
| 139 | + "description": "Fix using shapes without TaritDefinition as trait", |
| 140 | + "pull_requests": [ |
| 141 | + "[#2733](https://github.com/smithy-lang/smithy/pull/2733)" |
| 142 | + ] |
| 143 | + }, |
| 144 | + { |
| 145 | + "type": "bugfix", |
| 146 | + "description": "Fix trait codegen for List or Map traits with annotations or Javadocs", |
| 147 | + "pull_requests": [ |
| 148 | + "[#2729](https://github.com/smithy-lang/smithy/pull/2729)" |
| 149 | + ] |
| 150 | + }, |
| 151 | + { |
| 152 | + "type": "feature", |
| 153 | + "description": "Add BDD-based rules engine trait", |
| 154 | + "pull_requests": [ |
| 155 | + "[#2703](https://github.com/smithy-lang/smithy/pull/2703)" |
| 156 | + ] |
| 157 | + }, |
| 158 | + { |
| 159 | + "type": "bugfix", |
| 160 | + "description": "Fix type transposing in RPC v2 CBOR spec", |
| 161 | + "pull_requests": [ |
| 162 | + "[#2727](https://github.com/smithy-lang/smithy/pull/2727)" |
| 163 | + ] |
| 164 | + }, |
| 165 | + { |
| 166 | + "type": "documentation", |
| 167 | + "description": "Update smithy-java quickstart docs with correct file name", |
| 168 | + "pull_requests": [ |
| 169 | + "[#2766](https://github.com/smithy-lang/smithy/pull/2766)" |
| 170 | + ] |
| 171 | + }, |
| 172 | + { |
| 173 | + "type": "bugfix", |
| 174 | + "description": "Add missing sourceLocation setting in fromNode() in trait codegen", |
| 175 | + "pull_requests": [ |
| 176 | + "[#2730](https://github.com/smithy-lang/smithy/pull/2730)" |
| 177 | + ] |
| 178 | + }, |
| 179 | + { |
| 180 | + "type": "feature", |
| 181 | + "description": "Add changelog release script", |
| 182 | + "pull_requests": [ |
| 183 | + "[#2723](https://github.com/smithy-lang/smithy/pull/2723)" |
| 184 | + ] |
| 185 | + }, |
| 186 | + { |
| 187 | + "type": "feature", |
| 188 | + "description": "Consistently use BuilderRefs for collections in builders", |
| 189 | + "pull_requests": [ |
| 190 | + "[#2743](https://github.com/smithy-lang/smithy/pull/2743)" |
| 191 | + ] |
| 192 | + } |
| 193 | + ], |
| 194 | + "date": "2025-09-05" |
| 195 | +} |
0 commit comments