v0.2.0
0.2.0 (2023-03-23)
Add
- Benchmark Code (a7b7928)
- Catching error in python server for posix. (4452a07)
- FastAPI version of the same benchmark (3c3de53)
- Positionals for python. Closes #29 (f6cd8c4), closes #29
- Print server startup info in python too. (7281a00)
- quiet flag. (51364a7)
- Semantic Versioning (a7e421a)
- Use raw
TCP
forClient
insteadrequests
(fcede79)
Build
- Add "Make" verb (d9fc1c8)
- Added
Refactor
(abf84ed) - Change Semantic Release Token (6c957d7)
- Fixed updating
VERSION
file. (33c1973) - Remove NPM locking (bc9641a)
- Versioning credentials (a865520)
Docs
- Add PR template, and editor configs (df753e5)
Fix
Client
type mismatching. (554cc11)Client
useContent-Length
for full data. (152ab58)- Break after finding
Content-Length
(e87ad96) - More efficient
pack
(de12e57) - Potential UB. (0948918)
- typos (6265f72)
- typos (70ef816)
Make
- Bump Version (a578774)
Refactor
create_user
with FastAPI (75b42b9)- always generate
id
. (1b81e22) - Benchmark class names (7627273)
- Clean up (dbc789b)
- Clean up (8f262e6)
- Clean up unused params (e10963a)
- grpc params (e03afe5)
- import ordering (395b0cf)
- More practical benchmark. (02691fe)
- Move package.json to assets (bd1c0a1)
- Moved
package.json
to workflows. (15020bd) - prepend
_
to internal functions (86bc25e) - Style (f4d8a92)
- Styling (2d5ec7b)
- Sum -> Trivial Login Service. (5cce6d5)
- test.py (285b966)
- Update python numbers in README. (a845565)