Releases: AElfProject/AOPExceptionModule
Releases · AElfProject/AOPExceptionModule
AOPExceptionHandler v1.8.2
- Fixed throw strategy exception type mismatch bug
AOPExceptionHandler v1.8.1
- Fixed throw Exception issue with other Exception types
AOPExceptionHandler v1.8.0
- .netstandard2.1 support
- Added interface for exception handler attribute
AOPExceptionHandler v1.7.0
New Feature
- Allow handler method to be protected or private
AOPExceptionHandler v1.6.2
- Updated Readme
AOPExceptionHandler v1.6.1
- Updated README.md
AOPExceptionHandler v1.6.0
- LogTargets
- Continue ExceptionHandlerStrategy
AOP Exception Handler v1.5.0
New Features
- Added ReturnDefault property to return value instead of using method
AOP Exception Handler v1.4.0
- Changed to depend on Orleans 7.0.0 instead
AOP Exception Handler v1.3.0
New Features
- Message attribute property can be set to output customized message for when exception is logged.