Releases: smbadiwe/MultiTenancyFramework
Release 1.1.0
Some potential breaking changes:
- Two new libraries added:
MultiTenancyFramework.Utils
andMultiTenancyFramework.Mvc.Core
. They are lightre and support more generic uses. No multi-tenancy constraints assumed. DisplayHintAttribute
moved toMultiTenancyFramework.Mvc
namespaceValidateUsingPrivilegeForActionAttribute
moved toMultiTenancyFramework.Mvc
namespaceCompositeMappingModifyFieldNamesAttribute
'sUseAllPPropertiesWithTHeirDefaultNames
property renamed toUseAllPropertiesWithTheirDefaultNames
UsernameAndPasswordRule
moved toMultiTenancyFramework.Mvc
namespace- The extension method:
.ToMvcVersion()
and.ToEntityVersion()
helps you convert UsernameAndPasswordRule from one form to the other.
Release 1.0.0.13
Upgraded to NHibernate 5.2.1. Lots of bugs fixes and performance improvements, and a few minor enhancements. Check the commits.
Release 1.0.0.12
Few changes and API additions. Mostly no breaking changes.
Release 1.0.0.11
Among other things, NHibernate auto-mappings is now supported out-of-the-box. See commit logs for changes and enhancements.
Release 1.0.0.10
No breaking changes, but lots of bug fixes and feature enhancements. See list of commits.
Release 1.0.0.9
No breaking changes; but major reworks on the Core Controller
Release 1.0.0.8
Bug fixes, especially on NHibernate Session Management. Versions earlier than this can be considered deprecated. Use them at your own risk.
Release 1.0.0.7
A couple of breaking changes. Do not use earlier versions. Well, this is a no-brainer; isn't it?
Release 1.0.0.6
The numbering is as published on Nuget. Between v1.0.0.1 and this, several reported bugs have been fixed and enhancements added.
First Official Release
This is the first official release of the framework. It's available on Nuget. Get it, use it and let me know what issues need to be fixed or what features need to be included in future releases.