Releases: calcasa/api-csharp
Releases · calcasa/api-csharp
1.3.1
1.3.0
Release 1.3.0 (2023-10-24)
- Add
geldverstrekker
field to theCallbackInschrijving
model. - Add support for mTLS on the callback service.
- By default when requested by the target server the public CA signed TLS certificate with the appropriate domain as Common Name will be offered as the client certificate.
- Public TLS Certificates rotate every couple of months.
- Change a couple of
date-time
fields that only contained a date to puredate
fields. This might result is a different type in the generated clients and the service-side validation will be more strict. Times included in values will no longer be silently dropped, but will generate an error.- Change
Modeldata
modelwaardebepalingsdatum
field to typedate
in OpenAPI spec. - Change
Bestemmingsdata
modeldatumBestemmingplan
field to typedate
in OpenAPI spec. - Change
Bodemdata
modeldatumLaatsteOnderzoek
field to typedate
in OpenAPI spec. - Change
Referentieobject
modelverkoopdatum
field to typedate
in OpenAPI spec. - Change
VorigeVerkoop
modelverkoopdatum
field to typedate
in OpenAPI spec. - Change
waarderingInputParameters
modelpeildatum
field to typedate
in OpenAPI spec. This is an input field and will now require a date without a time.
- Change
- Add
desktopTaxatieHerwaardering
product to enumerationProductType
. - The service no longer returns CORS headers.
- Actions now correctly report the 'application/problem+json' Content-Type in the documentation for the
HTTP 422 Unprocessable Entity
responses. - Added
energielabelData
field toObjectdata
model to contain the extra information about the energy label. - The OpenAPI spec generation was changed slightly and thus the generated and published clients might be affected. There might be some slight breaking changes at compile time, but the functionality remains the same.
- For example for
1.2.1
1.2.0
Release 1.2.0 (2022-08-04)
- Add support for managing
CallbackSubscription
's, this allows you to subscribe to callbacks for valuations that were not created with your API client.GET /v1/callbacks/inschrijvingen
POST /v1/callbacks/inschrijvingen
GET /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}
DELETE /v1/callbacks/inschrijvingen/{bagNummeraanduidingId}
- Add
taxateurnaam
field to theTaxatiedata
model. - Callback URIs should now end in
/
not just contain it to help stop common errors (ending in=
is also still allowed when using a query string). - Updating configuration in the
POST /v1/configuratie/callbacks
endpoint now clears stored but decommissioned versions from the configuration object. - Add
klantkenmerk
to theWaarderingInputParameters
andWaardering
models.
1.1.7
1.1.6
1.1.5
1.1.4
Release 1.1.4 (2022-04-12)
- Added proper Content-Disposition headers to the
GET /v1/rapporten/{id}
andGET /v1/facturen/{id}
endpoints with the correct filename. - Fix Mime Types for the
GET /v1/configuratie/callbacks
andPOST /v1/configuratie/callbacks
endpoints to only beapplication/json
. - Fix