Releases: Maciejowski2006/SAPI
Releases · Maciejowski2006/SAPI
Version 10.0.0
Version 9.1.0
Version 9.0.0
Version 8.0.0
Version 7.0.0
Version 6.0.0
Version 6.0.0 Experimental
Warning: This build contains experimental features(file and directory hosting). These features might not be stable and should not be used in production. I am aware that large files take a long time to be requested, although I am working on a fix.
Changes:
- Renamed
DebugMode
in config toVerbose
, as it is a more accurate name. - Split namespaces for
Utilities
, now every part of it is moved to an appropriate category
Dependencies:
Version 5.0.1
Version 5.0.0
Version 4.0.0
SPECIFYING ADDRESS AND PORT IN SERVER CONSTRUCTOR IS DEPRECATED, PLEASE USE CONFIG TO DO THIS
Changes:
- Added config file (
config.json
in Windows:%APPDATA%/Roaming/<your project name>
| Linux:~/.config/<your project name>
). - Added logging functionality (same folder as config:
access.log
,system.log
)