Skip to content

Commit 66944bb

Browse files
authored
Upgrade API version to v2 for loan_repayments (#123)
* Upgrade API for loan_repayments * Remove tax from principal field
1 parent 464579d commit 66944bb

5 files changed

Lines changed: 423 additions & 178 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.3.0
4+
* Upgrades loan_repayments streams with a comparable endpoint to V2 API. [#123](https://github.com/singer-io/tap-mambu/pull/123)
5+
* Updates schemas to match current documentation.
6+
37
## 4.2.1
48
* Fix the bookmarking for multi-threaded streams [#117](https://github.com/singer-io/tap-mambu/pull/117)
59

mambu_tests/tap_generators/test_repayments_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test_repayments_generator_endpoint_config_init():
1010

1111
assert generator.endpoint_api_key_type is None
1212
assert generator.endpoint_parent_id == "TEST"
13-
assert generator.endpoint_api_version == "v1"
13+
assert generator.endpoint_api_version == "v2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='tap-mambu',
6-
version='4.2.1',
6+
version='4.3.0',
77
description='Singer.io tap for extracting data from the Mambu 2.0 API',
88
author='jeff.huth@bytecode.io',
99
classifiers=['Programming Language :: Python :: 3 :: Only'],

0 commit comments

Comments
 (0)