Skip to content

Releases: adityarao2005/WebCraft

v1.0.5

03 Jan 23:10
fe41e73

Choose a tag to compare

Updated the Linux backend implementation to use a concurrent queue instead of locking in every place when performing a submission, which will increase throughput.

v1.0.4-stable

19 Dec 04:27
986c4a5

Choose a tag to compare

Latest stable release where all builds pass and no CI issues regarding timers on linux.

v1.0.3

17 Dec 00:03
ef04f13

Choose a tag to compare

Updated the CMakeLists.txt to properly generate a WebCraftConfig.cmake

v1.0.2

13 Dec 04:31
0294f66

Choose a tag to compare

Updating the full list of features to work on vcpkg

v1.0.1

10 Dec 03:22
8eaab17

Choose a tag to compare

Created the updated v1.0.1 release for vcpkg

v1.0.0

06 Dec 22:05
bd2ec05

Choose a tag to compare

The main release for WebCraft.

WebCraft v0.5.1

09 Sep 03:31
8e39439

Choose a tag to compare

WebCraft v0.5.1 Pre-release
Pre-release

This release provides coroutine abstractions, coroutine utilities, asynchronous runtime, asynchronous I/O primitives, asynchronous file I/O, and asynchronous TCP socket I/O. This also provides a specification for how the web client and web server will be developed (This will be released in version 1.0.0). Note that all of the test cases pass locally yet seem to break on the CI pipeline. Take this as you will and its stability with a grain of salt.

WebCraft v0.5.0

02 Sep 03:35
e1b4ca4

Choose a tag to compare

WebCraft v0.5.0 Pre-release
Pre-release

Does not provide any web functionality. Has the base for what an asynchronous web server and client will require in C++ (Async Runtime, Async IO primitives, Async File IO, and Async TCP Socket IO).