-
Notifications
You must be signed in to change notification settings - Fork 255
Expand file tree
/
Copy path1.66.0.json
More file actions
104 lines (104 loc) · 3.37 KB
/
Copy path1.66.0.json
File metadata and controls
104 lines (104 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"version": "1.66.0",
"changes": [
{
"type": "bugfix",
"description": "Change generated union variant classes to public in trait codegen",
"pull_requests": [
"[#2887](https://github.com/smithy-lang/smithy/pull/2887)"
]
},
{
"type": "feature",
"description": "Added protocol test to test xml attribute members that are declared between non-attribute members.",
"pull_requests": [
"[#2870](https://github.com/smithy-lang/smithy/pull/2870)"
]
},
{
"type": "documentation",
"description": "Added a section to discuss recommendations for implementing Smithy clients. Currently this section only includes information about HTTP interfaces, but it will expand over time to cover more topics related to implementing clients.",
"pull_requests": [
"[#2868](https://github.com/smithy-lang/smithy/pull/2868)"
]
},
{
"type": "feature",
"description": "Improve BDD sifting (2x speed, more reduction)",
"pull_requests": [
"[#2890](https://github.com/smithy-lang/smithy/pull/2890)"
]
},
{
"type": "feature",
"description": "Added the shared file manifest to directed codegen interfaces so that it can be easily used by integrations.",
"pull_requests": [
"[#2893](https://github.com/smithy-lang/smithy/pull/2893)"
]
},
{
"type": "feature",
"description": "Add CostOptimization for cost-based BDD sifting",
"pull_requests": [
"[#2889](https://github.com/smithy-lang/smithy/pull/2889)"
]
},
{
"type": "feature",
"description": "Added a `SnippetConfig` class to codgen-core that allows sharing doc snippets that will be consumed by smithy-docgen.",
"pull_requests": [
"[#2894](https://github.com/smithy-lang/smithy/pull/2894)"
]
},
{
"type": "other",
"description": "Make husky only work for files under /docs",
"pull_requests": [
"[#2916](https://github.com/smithy-lang/smithy/pull/2916)"
]
},
{
"type": "feature",
"description": "Remove [] from toString on some rules engine types",
"pull_requests": [
"[#2904](https://github.com/smithy-lang/smithy/pull/2904)"
]
},
{
"type": "bugfix",
"description": "Fix toBuilder not supplying cloudWatchNamespace in the aws.api#service trait",
"pull_requests": [
"[#2895](https://github.com/smithy-lang/smithy/pull/2895)"
]
},
{
"type": "feature",
"description": "Updated smithy-docgen to consume snippet files to generate example sections.",
"pull_requests": [
"[#2894](https://github.com/smithy-lang/smithy/pull/2894)"
]
},
{
"type": "feature",
"description": "Added a generic evaluator/interpreter for JMESPath expressions.",
"pull_requests": [
"[#2878](https://github.com/smithy-lang/smithy/pull/2878)"
]
},
{
"type": "feature",
"description": "Made `DefaultBuilderRef` public.",
"pull_requests": [
"[#2894](https://github.com/smithy-lang/smithy/pull/2894)"
]
},
{
"type": "feature",
"description": "Implement rules engine ITE fn and S3 tree transform",
"pull_requests": [
"[#2903](https://github.com/smithy-lang/smithy/pull/2903)"
]
}
],
"date": "2026-01-13"
}