Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.3
* Expression attributes implementation [#37](https://github.com/singer-io/tap-dynamodb/pull/37)
* Implement request timeout [#38] (https://github.com/singer-io/tap-dynamodb/pull/38)
* Missing parent objects from projection expression [#38] (https://github.com/singer-io/tap-dynamodb/pull/37)

## 1.1.2
* Fix issue where decimals can throw a Rounded signal if they are too wide [#33](https://github.com/singer-io/tap-dynamodb/pull/33)

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

setup(
name="tap-dynamodb",
version="1.1.2",
version="1.1.3",
description="Singer.io tap for extracting data",
author="Stitch",
url="http://singer.io",
Expand Down