|
1 | 1 | [Go to GitHub Releases](https://github.com/dlt-hub/dlt-init-openapi/releases)
|
2 | 2 |
|
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 |
4 | 14 | * Render gitignore file and add source section to secrets.toml even if there are no secrets detected
|
5 | 15 | * Updated readme with feedback from users and added pip instructions
|
6 | 16 | * Make "username" a secret on basic auth
|
7 | 17 | * Prevent openapi 2.0 specs with helpful output on how to migrate
|
8 | 18 | * Fix e2e tests
|
9 | 19 |
|
10 |
| -0.0.5a2 |
| 20 | +0.0.5a2 - Internal Preview 2 |
11 | 21 | * Better fallbacks for paginator and json_path if detection failed
|
12 | 22 | * Add telemetry on init command
|
13 | 23 | * Sanitze and snake case folders and files output
|
14 | 24 |
|
15 |
| -0.0.5a1 |
| 25 | +0.0.5a1 - Internal Preview 1 |
16 | 26 | * pypi package and rename, pyproject fixes 0.0.5a1 pypi release
|
17 | 27 |
|
18 |
| -0.0.4 |
| 28 | +0.0.4 - Dev Alpha Release |
19 | 29 | * Project rename to dlt-init-openapi
|
20 | 30 | * Pypi alpha release
|
21 | 31 |
|
22 |
| -0.0.3 |
| 32 | +0.0.3 - Dev Alpha Release |
23 | 33 | * add param defaults & render not required query params
|
24 | 34 | * add support for paths with vars and file-ending
|
25 | 35 | * correct behavior for paginators with unknown total_path
|
26 | 36 | * auth improvements: select correct global auth, add secrets to secrets.toml, add note in readme if secret present
|
27 | 37 |
|
28 |
| -0.0.2 |
| 38 | +0.0.2 - Dev Alpha Release |
29 | 39 | * Add warnings to logger for certain scenarios
|
30 | 40 | * Add global paginator support
|
31 | 41 | * Internally refactor auth and add warning for unsupported auth types
|
32 | 42 |
|
33 |
| -0.0.1 |
| 43 | +0.0.1 - Initial Release |
34 | 44 | * Initial Release
|
0 commit comments