mongo-connector icon indicating copy to clipboard operation
mongo-connector copied to clipboard

Support MongoDB 3.6

Open jesben opened this issue 7 years ago • 4 comments

Will it work with MongoDB 3.6?

MongoDB 3.6 and Elasticsearch 6, would be very nice :)

jesben avatar Nov 29 '17 12:11 jesben

Yes, please !

yluom avatar Dec 11 '17 15:12 yluom

@jesben mongo-connector seems to work just fine with MongoDB 3.6.2. I just tried it out and mongo.connector.log prints out

2018-02-08 00:58:35,558 [ALWAYS] mongo_connector.connector:51 - Source MongoDB version: 3.6.2

mistermoe avatar Feb 08 '18 01:02 mistermoe

@mistermoe nice I will try the same to day then. Have you see this pull request: https://github.com/mongodb-labs/mongo-connector/pull/781 ?

jesben avatar Feb 08 '18 09:02 jesben

#781 has been merged and is releasing as 2.6.0.

Still remaining for proper support:

  • [ ] Get tests passing against MongoDB 3.6.
  • [x] Update docs to declare support for MongoDB 3.6.
  • [x] Fix #836.

jaraco avatar Oct 13 '18 10:10 jaraco