- Test release
- Test release
- Release 2.0.0
- Update to Rebus 3
- Update to Rebus 4
- Add .NET Core support
- Add data bus storage based on GridFS
- Update to Rebus 5.0.0 because it has a more BSON serialization-friendly
IdempotencyData
- Add .NET Standard 2.0 and .NET 4.6 as targets
- Fix uniqueness of correlation properties
- Fix customization of serialization of saga data's ID - thanks cgehrmann
- Update Rebus dep to 6
- Add data bus management implementation
- Add automatic guard against accidentally using a customized BSON serializer that interferes with Rebus. Unfortunately this can only be done at runtime, resulting in an
BsonSchemaValidationException
the first time a problematic saga data is encountered - Fix bug that would result in accidentally creating an index on the 'Id' field, which is called '_id' in MongoDB documents and is already indexed
- Fix bug that would result in indexes being initialized over and over
- Make automatic index creation on saga properties optional
- Only target .NET Standard 2.0
- Update MongoDB driver to 2.13.1 (fix bug that would cause Rebus.MongoDb to malfunction on .NET 5)
- Updated MongoDB driver to 2.15.1
- Restored multi targeted build (Still need to be used in Net48 project)
- Added MongoDb Transport - thanks AGiorgetti and alkampfergit
- Update MongoDB driver to 2.19.2
- Update to Rebus 8
- New version of MongoDB transport - thanks AlesDo
- Make it possible to opt out of index creation when using MongoDB as the transport
- Update MongoDB driver to 2.28.0 - thanks micdah
- Update MongoDB driver to 3.0.0 - thanks micdah (NOTE: v3 has breaking changes, where especially GUIDs need special care - read more here: mongodb-v3-guid-help)