Releases: gocardless/gocardless-dotnet
Releases · gocardless/gocardless-dotnet
v5.4.0
v5.3.0
v5.2.0
v5.1.0
Block API release
release Block API with the following endpoints:
- Create Block
- Get Block
- List Blocks
- Disable Block
- Enable Bloc
v5.0.1
v5.0.0
Introducing 3 new exceptions all inheriting from the InvalidApiUsageException
class, with the aim of being more specific when an error occurs.
These exceptions replace the InvalidApiUsageException
class in the following response code types and may be handled in the following cases:
- 401s will give
AuthenticationFailedException
instead ofInvalidApiUsageException
- 403s will give
InsufficientPermissionsException
instead ofInvalidApiUsageException
- 429s will give
RateLimitReachedException
instead ofInvalidApiUsageException
v4.10.0
v4.9.0
- Add UNKNOWN Enum support to all GC Enums to fallback for new values sent by server
v4.8.0
Add support for webhook endpoints
Merge pull request #68 from gocardless/template-changes Changes from gocardless-dotnet-template