Skip to content

Commit f035043

Browse files
antkmsftheathsCopilot
authored
Update changelog and readme (#2836)
* Update changelog and readme * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Update sdk/typespec/typespec_client_core/README.md --------- Co-authored-by: Anton Kolesnyk <[email protected]> Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent a725a5d commit f035043

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/typespec/typespec_client_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Features Added
66

7+
- Added `TryFrom<>` for `RequestContent<T>` implementations for a wider variety of types.
8+
79
### Breaking Changes
810

911
- When a retry policy receives a response whose status code indicates the policy shouldn't retry the request, it now returns that response instead of an error

sdk/typespec/typespec_client_core/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This is the runtime for [TypeSpec](https://typespec.io)-generated clients.
55
## Features
66

77
* `debug`: enables extra information for developers e.g., emitting all fields in `std::fmt::Debug` implementation.
8-
* `derive`: enable derive macros e.g., `Model` and `SafeDebug`.
8+
* `decimal`: enables support for `rust_decimal::Decimal` type.
9+
* `derive`: enable derive macros e.g., `SafeDebug`.
910
* `http` (default): enables HTTP support.
1011
* `json` (default): enables JSON support.
1112
* `reqwest` (default): enables and sets `reqwest` as the default `HttpClient`. Enables `reqwest`'s `native-tls` feature.

0 commit comments

Comments
 (0)