Skip to content

Commit 57bddba

Browse files
committed
release v1.0.5
1 parent 62fb06f commit 57bddba

File tree

7 files changed

+20
-13
lines changed

7 files changed

+20
-13
lines changed

docs/coverage-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/openapi_libcore.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/openapidriver.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/releases.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# Release notes
22

3-
## OpenApiTools v1.0.4
3+
## OpenApiTools v1.0.5
44

55
### Bugfixes
6+
- `parameters` at path level are not taken into account at operation level
7+
8+
<br><br><br>
9+
10+
## Previous versions
11+
12+
### OpenApiTools v1.0.4
13+
14+
#### Bugfixes
615
- Prevent runtime exception for unsupported regex patterns in OAS.
716
- Prevent trailing underscores in generated keyword method names.
817

9-
### Additional changes
18+
#### Additional changes
1019
- `generate-library` CLI interaction now prompts for behavior that was previously only available by setting the environment variables `USE_SUMMARY_AS_KEYWORD_NAME` and `EXPAND_BODY_ARGUMENTS`.
1120

12-
<br><br><br>
13-
14-
## Previous versions
21+
---
1522

1623
### OpenApiTools v1.0.3
1724

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name="robotframework-openapitools"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "A set of Robot Framework libraries to test APIs for which the OAS is available."
55
authors = [
66
{name = "Robin Mackaij", email = "[email protected]"},

src/OpenApiDriver/openapidriver.libspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<keywordspec name="OpenApiDriver" type="LIBRARY" format="HTML" scope="SUITE" generated="2025-11-17T13:57:38+00:00" specversion="6" source="/workspaces/robotframework-openapitools/src/OpenApiDriver/openapidriver.py" lineno="24">
3-
<version>1.0.4</version>
2+
<keywordspec name="OpenApiDriver" type="LIBRARY" format="HTML" scope="SUITE" generated="2025-11-17T16:00:32+00:00" specversion="6" source="/workspaces/robotframework-openapitools/src/OpenApiDriver/openapidriver.py" lineno="24">
3+
<version>1.0.5</version>
44
<doc>The OpenApiDriver library provides the keywords and logic for execution of generated test cases based on an OpenAPI document.
55

66
Visit the &lt;a href="./index.html" target="_blank"&gt;OpenApiTools documentation&lt;/a&gt; for an introduction.</doc>

src/OpenApiLibCore/openapi_libcore.libspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<keywordspec name="OpenApiLibCore" type="LIBRARY" format="HTML" scope="SUITE" generated="2025-11-17T13:57:30+00:00" specversion="6" source="/workspaces/robotframework-openapitools/src/OpenApiLibCore/openapi_libcore.py" lineno="59">
3-
<version>1.0.4</version>
2+
<keywordspec name="OpenApiLibCore" type="LIBRARY" format="HTML" scope="SUITE" generated="2025-11-17T16:00:26+00:00" specversion="6" source="/workspaces/robotframework-openapitools/src/OpenApiLibCore/openapi_libcore.py" lineno="59">
3+
<version>1.0.5</version>
44
<doc>The OpenApiLibCore library provides the keywords and core logic to interact with an OpenAPI server.
55

66
Visit the &lt;a href="./index.html" target="_blank"&gt;OpenApiTools documentation&lt;/a&gt; for an introduction.</doc>

0 commit comments

Comments
 (0)