Skip to content

Commit

Permalink
Improve URL creation in the CDK (airbytehq#8522)
Browse files Browse the repository at this point in the history
Updated version.

Signed-off-by: Sergei Solonitcyn <sergei.solonitcyn@zazmic.com>
  • Loading branch information
sergei-solonitcyn authored Dec 6, 2021
1 parent 4504c3b commit 6621732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions airbyte-cdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.38
Improve URL-creation in CDK. Changed to using `urllib.parse.urljoin()`.

## 0.1.37
Fix `emitted_at` from `seconds * 1000` to correct milliseconds.

Expand Down
2 changes: 1 addition & 1 deletion airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="airbyte-cdk",
version="0.1.37",
version="0.1.38",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6621732

Please sign in to comment.