1.47.0 (2025-07-09)
Features Added
- Added
RequestContent.Create<T>(T model, ModelReaderWriterOptions? options = null)
overload that acceptsIPersistableModel<T>
types for improved performance and API consistency withBinaryContent
. - Adopt System.ClientModel 1.5.0
Other Changes
- Adjusted the options used for JSON serialization to relax encoding rules and reduce the cost and impact. (#50885)