Vapor: 4.34.0 Release

Release date:
October 27, 2020
Previous version:
4.33.0 (released October 27, 2020)
Magnitude:
87 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.34.0

siemensikkema

Directory Browser for 4.34.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This patch was authored and released by @siemensikkema.
  • Prevents a separate EventLoopGroup from being created unnecessarily for loading .env files.
  • Deprecates overloads for DotEnvFile.load in favor of version that accept a NonBlockingFileIO so existing resources can be reused.
  • Prevents multiple EventLoopGroups from being created when calling the load methods that take an Environment when provided without a shared EventLoopGroupProvider.