Skip to content

Releases: riflosnake/TypedQuery

v1.0.1

15 Dec 22:12
602f437

Choose a tag to compare

Added

  • Initial public release of TypedQuery
  • EF Core query batching with SQL caching
  • Raw SQL and DbContext execution support

Performance

  • 2–5× faster than sequential EF Core for multi-query scenarios

Notes

  • First stable release

What's Changed

  • Improve EF Core SQL caching, parameter binding, and tests by @riflosnake in #1
  • Revise README for clarity and formatting by @riflosnake in #2
  • Remove test step from release workflow by @riflosnake in #3

New Contributors

Full Changelog: https://github.com/riflosnake/TypedQuery/commits/v1.0.1