0.10.0
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