NServiceBus.RavenDB 4.2.5 - Patch release available

Hi everyone,

We’ve just released NServiceBus.RavenDB 4.2.5.

Fixed bugs

  • #393 Fix timeouts converter when using RavenDB transformers

How to know if you are affected

You’re affected if you’re using RavenDB persistence and attempting to load data using transformers.

Symptoms

When loading data via the RavenDB session using a transformer the load operation fails with a NullReferenceException. The root cause of the issue is the TimeoutDataV1toV2Converter that always expects loaded documents to have attached metadata. When loading documents using a transformer the transformed result doesn’t have any metadata.

Should you upgrade immediately

This is not a critical patch and you only need to update if you are affected by the issues outlined above.

Where to get it

You can download the updated version and see the full release notes here:

With thanks,

The team in Particular

Please read our release policy for more details.