Releases: dragonfruitnetwork/rest-client
Releases · dragonfruitnetwork/rest-client
2022.222
What's Changed
- throw notsupportedexception as per codacy complaints by @aspriddell in #103
- Bump System.Text.Json from 6.0.1 to 6.0.2 by @dependabot in #108
- remove built-in handlers by @aspriddell in #109
- Bump HtmlAgilityPack from 1.11.39 to 1.11.42 by @dependabot in #107
- Enable HTTP/2 by default in most scenarios by @aspriddell in #110
- Bump NUnit3TestAdapter from 4.1.0 to 4.2.1 by @dependabot in #106
Full Changelog: 2021.1225...2022.222
2022.214
What's Changed
- throw notsupportedexception as per codacy complaints by @aspriddell in #103
- Bump System.Text.Json from 6.0.1 to 6.0.2 by @dependabot in #108
- Remove built-in handlers by @aspriddell in #109
- Bump HtmlAgilityPack from 1.11.39 to 1.11.42 by @dependabot in #107
- Enable HTTP/2 by default in most scenarios by @aspriddell in #110
- Bump NUnit3TestAdapter from 4.1.0 to 4.2.1 by @dependabot in #106
Full Changelog: 2021.1225...2022.214
2021.1225
This update changes the UTF-8 encoding to not include a Byte-Order Mark (BOM), as per RFC 7159, Section 8.1. See #102 for more details
Full Changelog: 2021.1217...2021.1225
2021.1218
This update is a major update bringing a few breaking changes:
- Namespaces have changed from
DragonFruit.Common.Data
toDragonFruit.Data
(search and replace will resolve this in 99% of cases) ValidateAndProcess<T>
now returns aTask<T>
(previouslyT
) and no longer has aHttpRequestMessage
argument- The parameterless constructor is no longer available for
ApiClient
. The equivalent is nowApiClient<ApiJsonSerializer>
Some new additions:
- A new
ApiSystemTextJsonSerializer
has been added Perform
functions now have fully async overloadsStream
,FileStream
andMemoryStream
are now deserializable by the client
and some changes worth noting:
WebServices
have been removed due to low usage- The
ApiJsonSerializer
has been decoupled and is now installable through the newDragonFruit.Data.Serializers.Newtonsoft
package - DragonFruit.Common.Data has become a metapackage that installs both
DragonFruit.Data
andDragonFruit.Data.Serializers.Newtonsoft
2021.1217
add system.text.json fileservices
2021.1216.5
re-add htmldocumentextensions
2021.1216.4
add dragonfruit.common.data metapackage
2021.1216.3
set nuget source
2021.1216.2
add missing quote marks
2021.1216.1
Update publish.yaml