Releases: integreat-io/integreat-transporter-mongodb
Releases · integreat-io/integreat-transporter-mongodb
v0.4.0
- Changed name to
integreat-transporter-mongodb
- Updated to the transporter format for integreat v0.8
- Changed project to typescript
- Implemented escaping of reserved characters in MongoD keys
v0.3.2
Correct signature of connect()
method
v0.3.1
- The
connection
object is now a real connection object - Basic typing
v0.3.0
- Drop support for node < 12.9
- Support mongodb 4
- Correct structure of
options
in configutation
v0.2.1
Update deps (two vulns).
v0.2.0
Upgrade deps due to vulnerabilities in one package.
mongodb
client is upgraded to v3.2.7.
v0.1.7
Stupid bug fix
v0.1.6
Fix issue with date casting.
v0.1.5
Cast dates in query objects.
v0.1.4
Paging ...