Skip to content

Conversation

@kmahar
Copy link
Contributor

@kmahar kmahar commented Feb 20, 2020

Updates the Perfect example to use the async API.

@kmahar kmahar requested a review from patrickfreed February 20, 2020 04:35
dependencies: [
.package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", from: "3.0.0"),
.package(url: "https://github.com/mongodb/mongo-swift-driver", .upToNextMajor(from: "0.1.0")),
.package(url: "https://github.com/mongodb/mongo-swift-driver", .branch("master")),
Copy link
Contributor

Choose a reason for hiding this comment

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

before merging this, we should update this version string to be upToNextMajor(from: "1.0"). Alternatively, before we merge the 1.0 branch into master we can just update it then.

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we already have SWIFT-537 for updating the versions. I guess its whether we want to do it now per example or all at once later for all examples.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just updated this one, will do the others once they've been reviewed and there are no further changes to make (since I can't actually build with the dependency on a not-yet-existing version)

@kmahar kmahar merged commit 62db18f into 1.0.0-rc-changes Feb 21, 2020
@kmahar kmahar deleted the perfect-example branch February 21, 2020 19:14
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