Skip to content

Releases: SwissLife-OSS/mongo-extensions

3.5.0

29 Jan 09:58
d3a353e
Compare
Choose a tag to compare

What's Changed

  • Add possibility to start transaction from session by @glucaci in #93

Full Changelog: 3.4.0...3.5.0

3.4.0

26 Jan 13:18
c83bf4e
Compare
Choose a tag to compare

What's Changed

  • Add possibility to exclude namespaces for AllowedTypes by @glucaci in #92

Full Changelog: 3.3.0...3.4.0

3.3.0

19 Jan 11:52
9fc7ca2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

2.1.0-preview.10

03 Oct 08:44
Compare
Choose a tag to compare
2.1.0-preview.10 Pre-release
Pre-release

Full Changelog: 2.0.0...2.1.0-preview.10

3.3.0-preview.1

02 Oct 12:15
Compare
Choose a tag to compare
3.3.0-preview.1 Pre-release
Pre-release
Merge branch 'sessionProvider' of https://github.com/SwissLife-OSS/mo…

…ngo-extensions into sessionProvider

3.2.0

23 Aug 14:10
45c80b2
Compare
Choose a tag to compare

What's Changed

  • Upgrade MongoDB.Driver dependency to version 2.21.0 by @0xced in #87

New Contributors

  • @0xced made their first contribution in #87

Full Changelog: 3.1.0...3.2.0

3.1.0

20 Apr 13:30
7a50ef3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.1-preview1

17 Mar 14:31
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

3.0.0

09 Mar 15:00
507caa3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...3.0.0

MongoDB Driver version 2.19.0 has a breaking change in the ObjectSerializer, which could cause errors during runtime.
If not allowed (unknown) objects shall be deserialized, then an exception will be thrown.

Therefore we extended the IMongoDatabaseBuilder that we can simply add the unknown Types instead of creating an own ObjectSerializer.
Just use the IMongoDatabaseBuilder.AddAllowedTypes(...) to register your unknown Types either via Type or Namespace.

https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.19.0
https://jira.mongodb.org/browse/CSHARP-4475

2.0.0

02 Feb 14:27
1dfc426
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...2.0.0