Skip to content

Tags: TurnerSoftware/MongoFramework

Tags

0.29.0

Toggle 0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support configuring client settings (#359)

0.28.1

Toggle 0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect key lookup on WhereIdMatches (#343)

* Fix incorrect key lookup on WhereIdMatches

With the new mapping change, the Id was looked up only on the specific entity definition, not any parent definitions. This would cause problems with derived types.

* Add test

0.28.0

Toggle 0.28.0's commit message
Update readme docs

0.27.0

Toggle 0.27.0's commit message
Simplify package references and frameworks

0.26.1

Toggle 0.26.1's commit message
Ensure entity type is registered for EntityEntry

Fixes #261

0.26.0

Toggle 0.26.0's commit message
Updated release drafter branch

0.25.0

Toggle 0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #211 from JohnCampionJr/notracking

Added NoTracking support

0.24.0

Toggle 0.24.0's commit message
Fixed typo with IsTenantExclusive for index attribute

0.23.2

Toggle 0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #192 from JohnCampionJr/async-change-track

Async change track

0.23.1

Toggle 0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #189 from JohnCampionJr/mongodb-url

Change private Url setter to protected