Skip to content

Commit 5a68f31

Browse files
committed
Release 1.1.5 (2022-04-13)
- Fix the schema for `Operation` `value` field for the benefit of the PHP and Python code generators, these will now correctly support any value type.
1 parent b7aeae9 commit 5a68f31

File tree

87 files changed

+186
-183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+186
-183
lines changed

Calcasa.Api.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{47D20D2E-839F-4AAB-92C9-5CEE93580474}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{47D20D2E-839F-4AAB-92C9-5CEE93580474}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{DD8880C0-D77B-4CCE-AC58-FC437074A6AD}.Release|Any CPU.Build.0 = Release|Any CPU
1717
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1818
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ This API is documented in **OpenAPI format version 3** you can use tools like th
1717

1818
## Changelog
1919

20+
### 2022-04-13 (v1.1.5)
21+
- Fix the schema for `Operation` `value` field for the benefit of the PHP and Python code generators, these will now correctly support any value type.
22+
2023
### 2022-04-12 (v1.1.4)
2124
- Added proper Content-Disposition headers to the `GET /v1/rapporten/{id}` and `GET /v1/facturen/{id}` endpoints with the correct filename.
22-
- Fix Mime Types for the `GET /v1/configuratie/callbacks` and `POST /v1/configuratie/callbacks` endpoints to only be `application/json`.
25+
- Fix Mime Types for the `POST /v1/configuratie/callbacks` endpoint to only accept `application/json`.
2326
- Fix C# API client to correctly use the `application/json-patch+json` content type in requests that require it.
2427
- Fix C# client's `FileParameter` type correct handling of response headers like `Content-Disposition` and `Content-Type`.
2528
- Removed C# client's useless implementation of `IValidatableObject`.
26-
- Fix Python client's internal namespace name being illegal `calcasa-api` -> calcasa.api.
29+
- Fix Python client's internal namespace name being illegal `calcasa-api` -> `calcasa.api`.
2730

2831
### 2022-03-22 (v1.1.3)
2932
- Add 402 (Payment required) and 422 (Unprocessable entity) as potential response for `PATCH /v1/waarderingen/{id}`.
@@ -125,8 +128,8 @@ Authentication is done via [OAuth2](https://oauth.net/2/) and the [client creden
125128

126129
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
127130

128-
- API version: 1.1.4
129-
- SDK version: 1.1.4
131+
- API version: 1.1.5
132+
- SDK version: 1.1.5
130133
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
131134
For more information, please visit [https://www.calcasa.nl/contact](https://www.calcasa.nl/contact)
132135

src/Calcasa.Api/Api/AdressenApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BestemmingsplannenApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BodemApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/BuurtApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/ConfiguratieApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FacturenApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FotosApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

src/Calcasa.Api/Api/FunderingenApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Calcasa B.V.
2+
* Copyright 2022 Calcasa B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*
1616
* Calcasa Public API v1
1717
*
18-
* The version of the OpenAPI document: 1.1.4
18+
* The version of the OpenAPI document: 1.1.5
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

0 commit comments

Comments
 (0)