Skip to content

Releases: aksio-insurtech/MongoDB

Release v1.5.0

07 Mar 11:49
58fd36c
Compare
Choose a tag to compare

Summary

Summary of the PR here. The GitHub release description is created from this comment so keep it nice and descriptive.
Remember to remove sections that you don't need or use.
If it does not make sense to have a summary, you can take that out as well.

Added

  • Describe the added features

Changed

  • Describe the outwards facing code change

Fixed

  • Describe the fix and the bug

Removed

  • Describe what was removed and why

Security

  • Describe the security issue and the fix

Deprecated

  • Describe the part of the code being deprecated and why

Release v1.4.6

14 Jan 07:35
eed52dc
Compare
Choose a tag to compare

Fixed

  • Fixing collection interceptors to guarantee correct synchronization context by using async/await internally to them.

Release v1.4.5

12 Jan 17:58
0806290
Compare
Choose a tag to compare

Fixed

  • Fixing the collection interceptor to return correct type of task and fulfill the task correctly. Added tests to verify the desired behavior.

Release v1.4.4

12 Jan 17:45
0342546
Compare
Choose a tag to compare

Fixed

  • Fixing the collection interceptor to return correct type of task and fulfill the task correctly. Added tests to verify the desired behavior.

Release v1.4.3

12 Jan 12:11
09b4756
Compare
Choose a tag to compare

Fixed

  • FIxing the MongoCollectionInterceptorSelector to include all methods returning a type that is assignable to Task not just the ones being a Task, which was pretty much only the InsertOne*() methods.

Release v1.4.2

15 Dec 12:46
63674d2
Compare
Choose a tag to compare

Summary

Create an ElementNameConvention that uses the ToCamelCase method from fundamentals and set this in the MongoDBDefaults.

We need consistency of json name handling across Mongo, System.Text.Json, etc.

Release v1.4.1

11 Dec 11:10
8b67a1e
Compare
Choose a tag to compare

Fixed

  • Upgrading Aksio.Fundamentals to the latest version.

Release v1.4.0

11 Dec 10:25
3e59dc8
Compare
Choose a tag to compare

Added

  • Added a serializer for Type.

Release v1.3.0

11 Dec 10:13
1de7db9
Compare
Choose a tag to compare

Added

  • Added a serializer for Type.

Release v1.2.3

11 Dec 10:02
886b477
Compare
Choose a tag to compare

Fixed

  • Adding the short assembly name to the discriminators for types, the format is then {Type.Fullname}, {Assembly.Name}. We don't want version info, just enough to get back to types.