Releases: MalekD5/assembly-todo-backend
Releases · MalekD5/assembly-todo-backend
Release v1.0.14-20250628
Changes
- add README.md
- initial working version
What's Changed
Full Changelog: v1.0.12-20250617...v1.0.14-20250628
Release v1.0.12-20250617
@## Changes
- build: link new asm file and add debug command
- fix: restart accept_loop if method_buffer or route_buffer is null
- feat: add send_failed_msg
- feat: json responses instead of plain text
- feat: add send_response utility function
- build: fix release workflow
- build: make build, clean, and run commands
- feat: add /todos/count experimental route * the problem with this route for now is that it is not calculating the correct Content-Length size, will be fixed later
- feat: todo in-memory database
- feat: add hashtable helper
- build: add missing permissions
- build: remove setup mingw as windows-latest already includes gcc
- build: use predefined github actions to reliably setup NASM and MinGW-w64
- build: add NASM to system path
- build: incorrect directory naming for the workflows
- build: add a build & release workflow to the project
- fix: check remaining bytes to be sent rather than using Sleep and hoping for the best
- add README.md
- initial working version
What's Changed
- (feat) adding Multi Threading by @MalekD5 in #1
- build: fix failing CI by @MalekD5 in #5
- build: fix failing CI again by @MalekD5 in #6
- build: fix failing CI for the third time by @MalekD5 in #7
New Contributors
Full Changelog: v1.0.8-20250606...v1.0.12-20250617
Release v1.0.8-20250606
Full Changelog: v1.0.7-20250605...v1.0.8-20250606
Release v1.0.7-20250605
Full Changelog: v1.0.5-20250602...v1.0.7-20250605
Release v1.0.5-20250602
Full Changelog: v0.1-20250601-Alpha...v1.0.5-20250602
Hello World
NOTE: THIS ONLY WORKS ON WINDOWS !!!!!!
- simple backend with hello world response
navigate to localhost:3000
to see the response!
Full Changelog: https://github.com/MalekD5/assembly-todo-backend/commits/v0.1-20250601-Alpha