Releases: keboola/ex-mongodb
Releases · keboola/ex-mongodb
3.1.1
What's Changed
- UPDATE/CF-3202 - Proper date conversion before 1970 by @themark147 in #28
New Contributors
- @themark147 made their first contribution in #28
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Add string base types to manifests by @AdamVyborny in #26
Full Changelog: 3.0.0...3.1.0
3.0.0
2.3.5
What's Changed
- Fix Incremental Fetching by @ondrajodas in #24
New Contributors
- @ondrajodas made their first contribution in #24
Full Changelog: 2.3.4...2.3.5
2.3.4
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
What's Changed
- Handle unauthorized as user exception by @AdamVyborny in #22
Full Changelog: 2.3.2...2.3.3
2.3.2
What's Changed
- Handle invalid sort key error as user exception by @AdamVyborny in #21
Full Changelog: 2.3.1...2.3.2
2.3.1
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
What's Changed
- BC break Fix writing bool values by @AdamVyborny in #19
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
What's Changed
- Fix failing to decode longer records by @AdamVyborny in #18
Full Changelog: 2.1.3...2.2.0