Releases: qicosmos/cinatra
Releases · qicosmos/cinatra
Release v0.8.5
What's Changed
- add crcf by @qicosmos in #481
- begin to remove old server by @qicosmos in #482
- remove some files by @qicosmos in #483
- improve by @qicosmos in #484
- allow set shrink to fit by @qicosmos in #485
- update example by @qicosmos in #486
- update docs by @qicosmos in #487
Full Changelog: v0.8.4...v0.8.5
Release v0.8.4
What's Changed
- set_aspect_data by @Eggache666 in #465
- init with sni host name by @qicosmos in #468
- router belong to a server by @qicosmos in #469
- coro multipart by @qicosmos in #467
- clean by @qicosmos in #470
- simplify ssl request by @qicosmos in #472
- remove shared pointer by @qicosmos in #474
- Update cmdline.h to support more parameters by @zhenhua-li in #471
- server support partial ranges and byteranges by @qicosmos in #476
- Aspect by @qicosmos in #478
- support pread and pwrite on Windows by @ptbxzrt in #477
- static file server can use aspects by @qicosmos in #479
- Multipart by @qicosmos in #480
- feat: add radix tree router and regex router for restful api by @helintongh in #475
New Contributors
- @Eggache666 made their first contribution in #465
- @zhenhua-li made their first contribution in #471
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- resize compatible with gcc4.x by @qicosmos in #418
- fix: server stop send websocket close message by @helintongh in #420
- Revert "fix: server stop send websocket close message" by @qicosmos in #421
- fix: server stop send websocket close message by @helintongh in #422
- Coro http server by @qicosmos in #405
- Improve coro server by @qicosmos in #423
- fix and improve by @qicosmos in #425
- fix: client send ping server need reset timer by @helintongh in #426
- support member function by @qicosmos in #427
- fix some cases by @qicosmos in #430
- handle timeout connections by @qicosmos in #431
- support coro_ws by @qicosmos in #433
- fix, improve and add ut by @qicosmos in #436
- resize vector by @qicosmos in #437
- feat: coro server limit websocket body max size by @helintongh in #438
- improve post; reorder function_traits by @qicosmos in #439
- add coro_file_op by @qicosmos in #440
- add callback for chunked upload by @qicosmos in #441
- improve by @qicosmos in #442
- change to c FILE by @qicosmos in #444
- avoid eof error log by @qicosmos in #445
- add artifacts for mac by @Jacyking in #447
- support chunked ws by @qicosmos in #446
- use out ctx by @qicosmos in #448
- feat: add file-content mapping by @helintongh in #449
- avoid copy by @qicosmos in #450
- improve coro_file by @qicosmos in #453
- Coro http download server by @qicosmos in #452
- Fix some by @qicosmos in #454
- update for coro_file by @qicosmos in #455
- cache files by @qicosmos in #457
- rb for win by @qicosmos in #458
- add ec; set format type by @qicosmos in #459
- add assert for uring by @qicosmos in #461
- fix path by @qicosmos in #463
- Fix timeout by @qicosmos in #464
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.07
provide more friendly interface
1.simplify the upload interface;
2.simplify the download function;
3.support continues download
4.simplify the websocket interface
5.fix some bugs.
support http cache, more friendly html render interface
v0.04 fix
a basic version, almost complete
support small static resource upload
support pathinfo?*
support session, cookie
next version will support a basic httpclient for commnication between servers.