✨ Added RequestUrl support.
furkandeveloper
released this
11 Nov 23:06
·
370 commits
to master
since this release
Summary
This release includes;
🐛 Bug Fix
- 🐛 Change Duration field type from
TimeSpan
tolong
Sample project.
💥 Change Request
- ♻️ Move
Profiler
entity fromEasyProfiler.Entities
toEasyProfiler.Core
- ➖ Remove `EasyProfiler.Entities dependency from all libraries.
- 🔥 Remove
EasyProfiler.Entites
library. - ♻️ Move
GuidGenerator
fromEasyProfiler.Entites
toEasyProfiler.Core
✨ New Feature
- ✨ Add RequestUrl support for MariaDb & MySQL
- ✨ Add RequestUrl support for SQL Sevrer
- ✨ Add RequestUrl support for PostgreSQL