Skip to content

Releases: dlt-hub/dlt-init-openapi

0.1.0

28 May 06:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.1.0

0.1.0a3

27 May 16:09
Compare
Choose a tag to compare
0.1.0a3 Pre-release
Pre-release

What's Changed

  • remove print statements and update readme by @sh-rp in #118

Full Changelog: 0.1.0a2...0.1.0a3

0.1.0a2

26 May 19:57
Compare
Choose a tag to compare
0.1.0a2 Pre-release
Pre-release

What's Changed

  • overwrite output folder without asking if non interactive mode selected by @sh-rp in #115
  • improve wording for optional and required path params by @sh-rp in #116
  • readme update by @sh-rp in #117

Full Changelog: 0.1.0a1...0.1.0a2

0.1.0a1

23 May 16:00
Compare
Choose a tag to compare
0.1.0a1 Pre-release
Pre-release

What's Changed

  • remove init command word from cli, add better exceptions for broken specs by @sh-rp in #112
  • detector improvements, add contributing.md, small rendering fixes by @sh-rp in #114
    -> See the changelog for a more comprehensive list of changes

Full Changelog: 0.0.5a3...0.1.0a1

0.0.5a3

23 May 07:47
Compare
Choose a tag to compare
0.0.5a3 Pre-release
Pre-release

What's Changed

  • reject files that are older than openapi 3.0 by @sh-rp in #107
  • allow multiple secrets for an auth method (specifically for basic auth) by @sh-rp in #109
  • update readme to be ready for pip, add slack link and smaller changes by @sh-rp in #108
  • always render source section in secrets.toml, even if there are no secrets, add gitignore to output by @sh-rp in #111

Full Changelog: 0.0.5a2...0.0.5a3

0.0.5a2

22 May 13:52
b0955ef
Compare
Choose a tag to compare
0.0.5a2 Pre-release
Pre-release

What's Changed

  • fix tests by @sh-rp in #81
  • Cli updates - normalize paths, add _pipeline suffix to main pipeline file, add source sections to config and secrets toml by @sh-rp in #102
  • add tracking of cli command by @sh-rp in #101
  • set paginator to auto if not detected, do not set json_path if not detected by @sh-rp in #104
  • bump version to 0.0.5a2 by @sh-rp in #106

Full Changelog: 0.0.5a1...0.0.5a2

0.0.5a1

21 May 11:39
Compare
Choose a tag to compare
0.0.5a1 Pre-release
Pre-release

What's Changed

  • pypi package and rename, pyproject fixes 0.0.5a1 pypi release

Full Changelog: 0.0.3...0.0.5a1

0.0.3

17 May 12:10
74564ab
Compare
Choose a tag to compare

What's Changed

  • add param defaults & render not required query params commented out by @sh-rp in #66
  • remove submodule and use rest_api cached from GitHub by @sh-rp in #68
  • add support for paths with vars and file-ending (hacker news) by @sh-rp in #69
  • auth improvements: select correct global auth, add secrets to secrets.toml, add note in readme if secret present by @sh-rp in #70
  • correct behavior for paginators with unknown total_path by @sh-rp in #72

Full Changelog: 0.0.2...0.0.3

0.0.2

16 May 20:08
8b4d7a5
Compare
Choose a tag to compare

What's Changed

  • add detection warnings for selected resources by @sh-rp in #57
  • add tests for endpoint selector by @sh-rp in #59
  • auth improvements: warn if not known by @sh-rp in #60
  • add support for global paginator by @sh-rp in #61

Full Changelog: 0.0.1...0.0.2

0.0.1

15 May 20:54
Compare
Choose a tag to compare

Initial Release