Skip to content

Conversation

@kmahar
Copy link
Contributor

@kmahar kmahar commented Feb 4, 2020

Putting up a draft PR. We probably don't want to merge this for a while because:

  1. It depends on master, and not a tagged release
  2. It's @testable importing in order to use the all method on MongoCursor
  3. It's depending on a beta release of Vapor 4
  4. If we do add a syncClose method to MongoClient as proposed in SWIFT-717 we'll want to use that here

@kmahar kmahar changed the base branch from master to 1.0.0-rc-changes February 20, 2020 04:00
let package = Package(
name: "VaporExample",
platforms: [
.macOS(.v10_14)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requirement of Vapor 4

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this go away once it gets out of beta?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, they are planning to drop 10.14 at some point before the release to use SwiftCrypto, so we'll probably have to update this to 10.15 once that happens.

@kmahar kmahar marked this pull request as ready for review February 20, 2020 04:19
@kmahar kmahar requested a review from patrickfreed February 20, 2020 04:19
Copy link
Contributor

@patrickfreed patrickfreed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm mod conflict

@kmahar kmahar merged commit 43f2fb1 into 1.0.0-rc-changes Feb 21, 2020
@kmahar kmahar deleted the vapor-4-example branch February 21, 2020 19:40
kmahar added a commit that referenced this pull request Feb 21, 2020
kmahar added a commit that referenced this pull request Feb 26, 2020
kmahar added a commit that referenced this pull request Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants