File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
[ Go to GitHub Releases] ( https://github.com/dlt-hub/dlt-init-openapi/releases )
2
2
3
+ 0.0.5a3
4
+ * Render gitignore file and add source section to secrets.toml even if there are no secrets detected
5
+ * Updated readme with feedback from users and added pip instructions
6
+ * Make "username" a secret on basic auth
7
+ * Prevent openapi 2.0 specs with helpful output on how to migrate
8
+ * Fix e2e tests
9
+
3
10
0.0.5a2
4
11
* Better fallbacks for paginator and json_path if detection failed
5
12
* Add telemetry on init command
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dlt-init-openapi"
3
- version = " 0.0.5a2 "
3
+ version = " 0.0.5a3 "
4
4
description = " Generate dlt Python clients from OpenAPI"
5
5
homepage = " https://dlthub.com"
6
6
repository = " https://github.com/dlt-hub/dlt-init-openapi"
You can’t perform that action at this time.
0 commit comments