File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# better-auth-convex
22
3+ ## 0.2.2
4+
5+ ### Patch Changes
6+
7+ - 0c27fb4: - ` getSession ` now accepts an optional ` userId ` parameter to skip the ` getAuthUserId ` call when the userId is already known
8+ - ` getHeaders ` now accepts an optional ` session ` parameter to skip the ` getSession ` call when the session is already available
9+
10+ These changes improve performance by avoiding redundant database queries when the data is already available.
11+
312## 0.2.1
413
514### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " better-auth-convex" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Better Auth Convex local integration" ,
55 "keywords" : [
66 " convex" ,
You can’t perform that action at this time.
0 commit comments