Hi everyone,
We’ve just released NServiceBus.Transport.PostgreSql 8.1.4.
Fixed bugs
- #1411 Warning message for missing maximum pool size setting contains incorrect instructions
How to know if you are affected
You are affected if you are using NServiceBus.Transport.PostgreSql.
Symptoms
When the maximum pool size is not specified in the connection string, a warning is logged:
Maximum connection pooling value (Max Pool Size=N) is not configured on the provided connection string. The default value (100) will be used.
Max Pool Size
is incorrect. The setting is named Maximum Pool Size
. If Max Pool Size
is specified, the endpoint fails to start and an error is logged:
Unhandled exception. System.ArgumentException: Couldn't set max pool size (Parameter 'max pool size')
When to upgrade
You should upgrade during your next maintenance window.
Where to get it
You can install NServiceBus.Transport.PostgreSql 8.1.4 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular