vapor / postgres-kit

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
MIT License
186 stars 70 forks source link

Remove redundant Sendable conformance #263

Closed gwynne closed 4 months ago

gwynne commented 4 months ago

We no longer need to retroactively conform PostgresEncodingContext to Sendable; we already require a version of PostgresNIO newer than the one that includes it natively.

This change has no functional impact and does not affect any warnings, and thus does not require a release.