Tim Condon
Tim Condon
We probably have this in the runtime README or the plugin etc, but we should make sure it's documented centrally
This is the initial stab at clarifying our language around dependencies and major version updates. I'm sure the language will need to be tweaked before merging.
Swift Crypto is the canonical crypto library for the Swift Ecosystem. Current SwiftNIOSSL vends it's own copy of BoringSSL for the cryptography functions it needs. This can cause issues in...
We use a couple of APIs in PostgresNIO(?) that are deprecated: ``` /Users/timc/Developer/Vapor/postgres-kit/Sources/PostgresKit/PostgresConnectionSource.swift:58:39: warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in...