Skip to content

Releases: Maciejowski2006/SAPI

Version 10.0.0

26 Jul 08:46
a3fa893
Compare
Choose a tag to compare

Changes:

Dependencies:

Version 9.1.0

15 May 14:19
Compare
Choose a tag to compare

Changes:

  • Added a simple way to access current request credentials from request.

Dependencies:

Version 9.0.0

04 May 07:58
Compare
Choose a tag to compare

Changes:

  • Added support for uploading files to the server
  • Added automatic error reporting with Sentry
  • Added missing documentation for utilities

Dependencies:

Version 8.0.0

01 May 21:07
Compare
Choose a tag to compare

Changes:

  • Added support for recursively hosting directory

Dependencies:

Version 7.0.0

25 Apr 18:57
Compare
Choose a tag to compare

Changes:

  • Added native support for cookies

Dependencies:

Version 6.0.0

11 Mar 19:17
Compare
Choose a tag to compare

Changes:

  • File and directory hosting is now stable

Fixes:

  • Fixed handling of large files
  • Fixed forced status code 200

Dependencies:

Version 6.0.0 Experimental

08 Feb 19:13
Compare
Choose a tag to compare
Pre-release

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 to Verbose, 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

24 Dec 00:11
Compare
Choose a tag to compare

Fixes:

  • Fixed #6

Dependencies:

Version 5.0.0

06 Dec 22:28
ff39d58
Compare
Choose a tag to compare

Changes:

  • Added authorization methods: API Key and Username & Password.

Dependencies:

Version 4.0.0

09 Nov 22:43
Compare
Choose a tag to compare

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)

Dependencies: