NServiceBus.Persistence.Sql 2.2.0 - Minor release available

Hi Everyone,

Version 2.2 .0 of NServiceBus.Persistence.Sql has just been released. It includes minor improvements and bug fixes.

The ability to specify a custom schema in Oracle dialect allows for a more fine-grained control over database security and access rights.
NServiceBus can now be configured to run under credentials of a user that has limited priviliges to the specific schema (e.g. can’t create or drop tables, but can select/insert/update/delete table rows).

Additionally, we resolved issues with using SQL persistence in combination with performance counters and other persistences within a single project.

Improvements

  • #200 Support custom schema in Oracle dialect.

Bug fixes

  • #202 When using PerformanceCounters and SQL persistence in one project NServiceBus throws an exception: ScriptBuilderTask task was not given a value for the required parameter “References”
  • #221 When using SQL persistence in combination with other persistence: The solution throws System.Exception: ‘ConnectionBuilder must be defined.’

Where to get it

You can download the updated version and see the full release notes here: Release 2.2.0 · Particular/NServiceBus.Persistence.Sql · GitHub.

With thanks,

The team in Particular

Please read our release policy for more details.