You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `geldverstrekker` field to the `CallbackInschrijving` 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 pure `date` 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` model `waardebepalingsdatum` field to type `date` in OpenAPI spec.
- Change `Bestemmingsdata` model `datumBestemmingplan` field to type `date` in OpenAPI spec.
- Change `Bodemdata` model `datumLaatsteOnderzoek` field to type `date` in OpenAPI spec.
- Change `Referentieobject` model `verkoopdatum` field to type `date` in OpenAPI spec.
- Change `VorigeVerkoop` model `verkoopdatum` field to type `date` in OpenAPI spec.
- Change `waarderingInputParameters` model `peildatum` field to type `date` in OpenAPI spec. This is an input field and will now require a date without a time.
- Add `desktopTaxatieHerwaardering` product to enumeration `ProductType`.
- 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 to `Objectdata` 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
Copy file name to clipboardExpand all lines: README.md
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,28 @@ This API is documented in **OpenAPI format version 3** you can use tools like th
16
16
17
17
## Changelog
18
18
19
+
### 2023-10-24 (v1.3.0)
20
+
- Add `geldverstrekker` field to the `CallbackInschrijving` model.
21
+
- Add support for mTLS on the callback service.
22
+
- 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.
23
+
- Public TLS Certificates rotate every couple of months.
24
+
- Change a couple of `date-time` fields that only contained a date to pure `date` 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.
25
+
- Change `Modeldata` model `waardebepalingsdatum` field to type `date` in OpenAPI spec.
26
+
- Change `Bestemmingsdata` model `datumBestemmingplan` field to type `date` in OpenAPI spec.
27
+
- Change `Bodemdata` model `datumLaatsteOnderzoek` field to type `date` in OpenAPI spec.
28
+
- Change `Referentieobject` model `verkoopdatum` field to type `date` in OpenAPI spec.
29
+
- Change `VorigeVerkoop` model `verkoopdatum` field to type `date` in OpenAPI spec.
30
+
- Change `waarderingInputParameters` model `peildatum` field to type `date` in OpenAPI spec. This is an input field and will now require a date without a time.
31
+
- Add `desktopTaxatieHerwaardering` product to enumeration `ProductType`.
32
+
- The service no longer returns CORS headers.
33
+
- Actions now correctly report the 'application/problem+json' Content-Type in the documentation for the `HTTP 422 Unprocessable Entity` responses.
34
+
- Added `energielabelData` field to `Objectdata` model to contain the extra information about the energy label.
35
+
- 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.
36
+
- For example for C# and PHP `AdresInfoAdres` is now just covered by `Adres`
37
+
- Likewise for the `Omgevingsdata*` models that are now all covered by `Gebiedsdata`
38
+
- For a lot of the `Waardering*` models they are now using the correct model names, like `WaarderingModel` -> `Modeldata`
39
+
40
+
19
41
### 2023-04-17 (v1.2.1)
20
42
- Add `externeReferentie` field to the `CallbackInschrijving` and `WaarderingWebhookPayload` models.
21
43
@@ -148,8 +170,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
148
170
149
171
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
*BodemApi* | [**get_bodem_by_id**](docs/BodemApi.md#get_bodem_by_id) | **GET** /api/v1/bodem/{bagNummeraanduidingId} | Gegevens over de bodemkwaliteit op de locatie van een adres (BAG Nummeraanduiding ID).
252
274
*BuurtApi* | [**get_buurt**](docs/BuurtApi.md#get_buurt) | **GET** /api/v1/buurt/{buurtId} | Gegevens over een buurt en de wijk, gemeente en land waarin deze buurt gesitueerd is.
253
275
*CallbacksApi* | [**add_or_update_callback_subscription**](docs/CallbacksApi.md#add_or_update_callback_subscription) | **POST** /api/v1/callbacks/inschrijvingen | Voeg een callback inschrijving toe (of werk bij) voor de huidige client voor een adres.
254
-
*CallbacksApi* | [**delete_notification_subscription**](docs/CallbacksApi.md#delete_notification_subscription) | **DELETE** /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} | Verwijder de callback inschrijving voor deze client en dit adres.
255
-
*CallbacksApi* | [**get_notification_subscription**](docs/CallbacksApi.md#get_notification_subscription) | **GET** /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} | Haal de callback inschrijving op voor deze client en dit adres.
276
+
*CallbacksApi* | [**delete_notification_subscription**](docs/CallbacksApi.md#delete_notification_subscription) | **DELETE** /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} | Verwijder de callback inschrijving voor deze client, dit adres en optioneel een geldverstrekker.
277
+
*CallbacksApi* | [**get_notification_subscription**](docs/CallbacksApi.md#get_notification_subscription) | **GET** /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} | Haal de callback inschrijving op voor deze client, dit adres en eventueel opgegeven geldverstrekker.
256
278
*CallbacksApi* | [**get_notification_subscriptions**](docs/CallbacksApi.md#get_notification_subscriptions) | **GET** /api/v1/callbacks/inschrijvingen | Haal de callback inschrijvingen binnen voor deze client.
257
279
*ConfiguratieApi* | [**get_callbacks**](docs/ConfiguratieApi.md#get_callbacks) | **GET** /api/v1/configuratie/callbacks | Haal de geconfigureerde callback URL's op voor de huidige client.
258
280
*ConfiguratieApi* | [**update_callbacks**](docs/ConfiguratieApi.md#update_callbacks) | **POST** /api/v1/configuratie/callbacks | Configureer callback URL voor een specifieke API versie voor de huidige client.
0 commit comments