Releases: alibaba/MongoShake
Releases · alibaba/MongoShake
beta-v2.7.0-20220518
2022-05-18 Alibaba Cloud.
* version: 2.7.0(pre version)
* IMPROVE: use mongo-go-driver instead of mgo to support mongodb 5.0
release-v2.6.6-20220323
release-v2.6.5-20210723-1
2021-07-23 Alibaba Cloud.
* version: 2.6.5
* IMPROVE: support only have mongo_s_url
release-v2.6.4-20210414
2021-04-13 Alibaba Cloud.
* version: 2.6.4
* IMPROVE: parse configuration failed because of column length is bigger
than 4096. #582
* IMPROVE: use splitVector command to split table and then support
parallel fetching in full sync stage. remove
'full_sync.reader.read_document_count' in configuration file.
release-v2.6.3-20210412
2021-04-12 Alibaba Cloud.
* version: 2.6.3
* BUGFIX: ignore duplicate key error when in full sync stage. #579
release-v2.6.2-20210408
2021-04-08 Alibaba Cloud.
* version: 2.6.2
* IMPROVE: support ssl.
release-v2.4.22-20210319
2021-03-19 Alibaba Cloud.
* version: 2.4.22
* IMPROVE: add 'tunnel.json.format' option to let user chose json format.
#542, #559, #558
release-v2.4.21-20210309
2021-03-09 Alibaba Cloud.
* version: 2.4.21
* IMPROVE: remove `incr_sync.worker.oplog_compressor` option in conf.
* IMPROVE: improve the performance of writing kafka, add
`incr_sync.tunnel.write_thread` and `tunnel.kafka.partition_number`. #553.
* IMPROVE: support format canonical extented JSON format. #542.
release-v2.4.20-20210305
2021-03-05 Alibaba Cloud.
* version: 2.4.20
* IMPROVE: support aliyun_serverless of MongoDB.
* IMPROVE: add simple python script sys test.
* IMPROVE: update driver for some usage of mgo -> mongo.go.driver.
* IMPROVE: comparison python script version upgrades to 3.x.
release-v2.4.19-20210115
2021-01-15 Alibaba Cloud.
* version: 2.4.19
* BUGFIX: fix bug of cursorNotFound error. #451
* IMPROVE: polish LOG exit mechanism. #529
* IMPORVE: update mongo-go-driver to 1.4.4.
* IMPROVE: polish inner debug mechanism with `full_sync.executor.debug`
parameter in configuration.