Releases: kontent-ai/delivery-sdk-net
Releases · kontent-ai/delivery-sdk-net
4.7
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.7.0
New features and improvements
- Support for custom types in models via "Value Converters"
- fully refactored configuration management
- added .NET Core configuration support (IOptions)
- added a configuration provider for legacy web.config appSettings approach
- added full support for instantiation via constructor DI
- all response objects now contain
ApiUrlfor easier debugging - better support for unit testing (you can now fake HttpClient responses)
- added more unit tests!
Fixed bugs
Closed pull reuqests
See all closed pull reuqests in the latest milestone.
Special thanks
- Jarosław Jarnot (Vimanet) for refactoring of the Configuration management
- Lee Conlin for plenty of valuable feedback
- Jacob Mojiwat for valuable feedback
4.5
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.5.0
New features and improvements
- Support of Modular Content in Rich Text Elements
- Project migrated to Visual Studio 2017
- Several little tweaks to make the SDK more robust and the code less verbose
- Improved XML documentation