Skip to content

Releases: dragonfruitnetwork/rest-client

2022.222

22 Feb 18:36
e9d94e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2021.1225...2022.222

2022.214

14 Feb 12:05
e9d94e9
Compare
Choose a tag to compare
2022.214 Pre-release
Pre-release

What's Changed

Full Changelog: 2021.1225...2022.214

2021.1225

25 Dec 09:36
60ed42a
Compare
Choose a tag to compare

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

17 Dec 20:16
Compare
Choose a tag to compare

This update is a major update bringing a few breaking changes:

  • Namespaces have changed from DragonFruit.Common.Data to DragonFruit.Data (search and replace will resolve this in 99% of cases)
  • ValidateAndProcess<T> now returns a Task<T> (previously T) and no longer has a HttpRequestMessage argument
  • The parameterless constructor is no longer available for ApiClient. The equivalent is now ApiClient<ApiJsonSerializer>

Some new additions:

  • A new ApiSystemTextJsonSerializer has been added
  • Perform functions now have fully async overloads
  • Stream, FileStream and MemoryStream 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 new DragonFruit.Data.Serializers.Newtonsoft package
  • DragonFruit.Common.Data has become a metapackage that installs both DragonFruit.Data and DragonFruit.Data.Serializers.Newtonsoft

2021.1217

17 Dec 17:20
Compare
Choose a tag to compare
2021.1217 Pre-release
Pre-release
add system.text.json fileservices

2021.1216.5

16 Dec 20:34
Compare
Choose a tag to compare
2021.1216.5 Pre-release
Pre-release
re-add htmldocumentextensions

2021.1216.4

16 Dec 20:00
Compare
Choose a tag to compare
2021.1216.4 Pre-release
Pre-release

add dragonfruit.common.data metapackage

2021.1216.3

16 Dec 19:48
ab1ee7b
Compare
Choose a tag to compare
2021.1216.3 Pre-release
Pre-release
set nuget source

2021.1216.2

16 Dec 19:43
73f59cd
Compare
Choose a tag to compare
2021.1216.2 Pre-release
Pre-release
add missing quote marks

2021.1216.1

16 Dec 19:37
9a9240f
Compare
Choose a tag to compare
2021.1216.1 Pre-release
Pre-release
Update publish.yaml