Releases: seatsio/seatsio-dotnet
Releases · seatsio/seatsio-dotnet
v48
When key is not found when fetching a specific event report, empty list is returned. This is consistent with the empty list that's returned when there are no objects on the chart, and a general report is requested.
v47
When key is not found when fetching a specific event report, None is returned to be consistent with the server-side API
v46
tableBookingModes can be passed in when creating or updating an event
v45
Exposed labels property on chart reporting and event reporting calls
v44
SeatsioException now has a list of SeatsioApiError
s (that have an error code and a message), instead of a list of strings. This should make it easier to handle specific errors from client code.
v43
Added support for the new /reports/charts/{chartKey}/byLabel API endpoint.
v42
Exposed expiration in seconds property on hold tokens
v41
Added call to retrieve 'my account'
v40
Added support for .NET Framework 4.5.2
v39
Added support for old versions of Visual Studio that don't know about .NET Standard 2.0