Skip to content

Releases: SwissLife-OSS/mongo-extensions

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

1.7.1

10 Dec 15:27
191fc31
Compare
Choose a tag to compare

What's Changed

  • Added ignore possibility to CleanAllCollections function. by @nscheibe in #72

Full Changelog: 1.7.0...1.7.1

1.7.0

01 Dec 15:45
0d34b8e
Compare
Choose a tag to compare

What's Changed

  • Implemented get mongo configuration via configuration section. by @nscheibe in #69
  • Added transaction context for mongo database context. by @nscheibe in #71

Full Changelog: 1.6.0...1.7.0

1.6.0

30 Nov 18:36
eee45ff
Compare
Choose a tag to compare

What's Changed

  • Added explicit setting of client session handle via parameter. by @nscheibe in #70

Full Changelog: 1.5.0...1.6.0

1.5.0

30 Nov 11:02
d2c7b75
Compare
Choose a tag to compare

What's Changed

  • Added ToDefinitionString for Update and Find Definitions. by @nscheibe in #67
  • Update to dotnet7 and update of mongo driver library. by @nscheibe in #68

Full Changelog: 1.4.0...1.5.0

1.4.0

21 Nov 16:48
0256e45
Compare
Choose a tag to compare
Added new clean functionality for MongoDB collections. (#66)

1.3.0

25 Oct 07:20
df5da05
Compare
Choose a tag to compare
Added MongoDB Profiling Helpers (#63)