Skip to content

Releases: keboola/ex-mongodb

3.1.1

10 Dec 13:29
f480eab
Compare
Choose a tag to compare

What's Changed

  • UPDATE/CF-3202 - Proper date conversion before 1970 by @themark147 in #28

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

14 Aug 13:12
9f408b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

31 Jul 09:34
0ca2e8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.5...3.0.0

2.3.5

05 Dec 14:59
58f5aea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.4...2.3.5

2.3.4

25 Aug 10:16
bce23e0
Compare
Choose a tag to compare

What's Changed

  • Handle field names may not start with $ as user exception by @AdamVyborny in #23

Full Changelog: 2.3.3...2.3.4

2.3.3

19 Jul 10:10
2ad8c33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

2.3.2

05 May 09:42
dbfea38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.2

2.3.1

20 Apr 08:04
3b0d22a
Compare
Choose a tag to compare

What's Changed

  • Handle Mongo errors even on getting last fetched value by @AdamVyborny in #20

Full Changelog: 2.3.0...2.3.1

2.3.0

17 Apr 13:28
0765cd2
Compare
Choose a tag to compare

What's Changed

The change involves writing the boolean value false as 0 instead of an empty string. Previously, the behavior was as follows: true => "1", false => "", null => "". The current behavior is: true => "1", false => "0", null => "". This modification is necessary because, in a data source with a nullable boolean column, it was impossible to differentiate between null and false.

Full Changelog: 2.2.0...2.3.0

2.2.0

11 Apr 08:25
82a2f70
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.2.0