Skip to content

Releases: Xabaril/Acheve.TestHost

v3.5.0

25 May 08:32
fde4f8e
Compare
Choose a tag to compare
  • New features:
    • Action (enpoint function name) convection name
    • List object in query params
    • Complex object in form params
    • IFormFile in form param
    • Reponse typed in CreateHttpApiRequest
    • Add net 7 and update all nugets
  • Bug fixes:
    • Fix datetime format in query params
    • ReadContentAsAsync allows string type

v3.4.0

11 Oct 12:57
b000e95
Compare
Choose a tag to compare
  • New features:

    • RemoveQueryParameter
    • Action convection name: Allow "[action]" in Route attribute
  • Bug fixes:

    • Allow abstract method if it is virtual
    • Enumerable parameters in Get endpoints
    • Cancellation token in endpoints with body

v3.3.0

07 Jun 08:33
29fd1ca
Compare
Choose a tag to compare
  • New feature: AddQueryParameter
  • Central Package Management
  • Bug fixes

v3.2.0

19 Apr 11:46
7216f60
Compare
Choose a tag to compare
  • Multitarget implementation
  • Bug fixes

2.1.1

31 Jan 12:54
57c534f
Compare
Choose a tag to compare

Some minor improvements when sending an unauthorized response

2.1.0

31 Jan 10:14
19df523
Compare
Choose a tag to compare

Changed how the claims information is serialized. Now all the Claim instance information is included and can be used in the server.

2.0.0

31 Jan 08:45
a00cc13
Compare
Choose a tag to compare

Add TestServerEvents to the authentication handler to be able to hook in several places in the process of authentication.

1.4.2

31 Jan 08:43
3c49a02
Compare
Choose a tag to compare

Update dependencies to Asp.Net Core 2.2

1.4.1

31 Jan 08:39
a867e95
Compare
Choose a tag to compare

Update dependencies to Asp.Net Core 2.1