Releases: aksio-insurtech/MongoDB
Releases · aksio-insurtech/MongoDB
Release v1.5.0
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
Fixed
- Fixing collection interceptors to guarantee correct synchronization context by using
async
/await
internally to them.
Release v1.4.5
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
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
Fixed
- FIxing the
MongoCollectionInterceptorSelector
to include all methods returning a type that is assignable toTask
not just the ones being aTask
, which was pretty much only theInsertOne*()
methods.
Release v1.4.2
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
Fixed
- Upgrading
Aksio.Fundamentals
to the latest version.
Release v1.4.0
Added
- Added a serializer for
Type
.
Release v1.3.0
Added
- Added a serializer for
Type
.
Release v1.2.3
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.