Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Release 1.1.0 (#11)
Browse files Browse the repository at this point in the history
* bump version

* Update CHANGELOG.md
  • Loading branch information
Samira-El authored Jul 23, 2020
1 parent c24bac4 commit e4a2d8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.0

Make 2 LOG_BASED parameters configurable:

* `await_time_ms` would control how long the log_based method would wait for new change streams before stopping, default is 1000ms=1s which is the default anyway in the server.

* `update_buffer_size` would control how many update operation we should keep in the memory before having to make a call to `find` operation to get the documents from the server. The default value is 1, i.e every detected update will be sent to stdout right away.

## 1.0.1
* Fix case where resume tokens has extra properties that are not json serializable by saving `_data` only.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_desc = fh.read()

setup(name='pipelinewise-tap-mongodb',
version='1.0.1',
version='1.1.0',
description='Singer.io tap for extracting data from MongoDB - Pipelinewise compatible',
long_description=long_desc,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e4a2d8b

Please sign in to comment.