Skip to content

0.10.0

Compare
Choose a tag to compare
@mrtedn21 mrtedn21 released this 17 Nov 06:15
· 4 commits to master since this release

Fix async core. If with getting client socket, app creates task and await it, then await blocks the app. With removing await, app begin working really asynchronous. And another addition - new changing system of query params, now supporting "in" and "exactly" for numbers, and "like" for strings