Skip to content

Commit 9e439c4

Browse files
committed
bump version
1 parent 2592216 commit 9e439c4

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,44 @@
11
[Go to GitHub Releases](https://github.com/dlt-hub/dlt-init-openapi/releases)
22

3-
0.0.5a3
3+
0.1.0a1 - Getting ready for the first release
4+
* Remove init command from CLI. The same functionality is now the default command, see updated README file.
5+
* Add better error messages for broken and incompatible specs
6+
* Add a basic contributing page
7+
* Improve endpoint selector message and select all endpoints if nothing is selected by the user
8+
* Add endpoint descriptions as comments to the rendered source
9+
* Fixes in paginator detection
10+
* Add location of original spec to the generated README
11+
* Add flag to allow OpenAPI 2.0 specs. Update readme with all current flags
12+
13+
0.0.5a3 - Internal Preview 3
414
* Render gitignore file and add source section to secrets.toml even if there are no secrets detected
515
* Updated readme with feedback from users and added pip instructions
616
* Make "username" a secret on basic auth
717
* Prevent openapi 2.0 specs with helpful output on how to migrate
818
* Fix e2e tests
919

10-
0.0.5a2
20+
0.0.5a2 - Internal Preview 2
1121
* Better fallbacks for paginator and json_path if detection failed
1222
* Add telemetry on init command
1323
* Sanitze and snake case folders and files output
1424

15-
0.0.5a1
25+
0.0.5a1 - Internal Preview 1
1626
* pypi package and rename, pyproject fixes 0.0.5a1 pypi release
1727

18-
0.0.4
28+
0.0.4 - Dev Alpha Release
1929
* Project rename to dlt-init-openapi
2030
* Pypi alpha release
2131

22-
0.0.3
32+
0.0.3 - Dev Alpha Release
2333
* add param defaults & render not required query params
2434
* add support for paths with vars and file-ending
2535
* correct behavior for paginators with unknown total_path
2636
* auth improvements: select correct global auth, add secrets to secrets.toml, add note in readme if secret present
2737

28-
0.0.2
38+
0.0.2 - Dev Alpha Release
2939
* Add warnings to logger for certain scenarios
3040
* Add global paginator support
3141
* Internally refactor auth and add warning for unsupported auth types
3242

33-
0.0.1
43+
0.0.1 - Initial Release
3444
* Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dlt-init-openapi"
3-
version = "0.0.5a3"
3+
version = "0.1.0a1"
44
description = "Generate dlt Python clients from OpenAPI"
55
homepage = "https://dlthub.com"
66
repository = "https://github.com/dlt-hub/dlt-init-openapi"

0 commit comments

Comments
 (0)