Skip to content

Releases: ArkServerApi/AsaApi

1.21

04 Apr 22:39
d6db91f

Choose a tag to compare

  • Fixed error 5 in hooks (err=5)
  • Added more info on HTTP errors to better identify which hostnames are having an issue

1.20

31 Mar 16:05
c7c0f81

Choose a tag to compare

AsaApi 1.20 Changelog

Compare:
1.19...c7c0f81

Server Owners

  • Plugin loading is now improved for better .PDB and extra .DLL files (no need to move PDB/extra DLL files to Win64 anymore)
  • Plugin unload now automatically removes hooks owned by that plugin so the server doesn't crash after unload
  • Added optional "ExtendedDebug": false in config.json for more detailed hook installation, rebuild, and unload logging.
  • Dumping process made faster (about ~90% faster). High end dump cache in seconds while lower end takes just 4 minutes.
    • However, with our cache server, which does it on the cloud, this usually is not needed hence not direct impact on daily usage :)
  • Missing AsaApiUtils and missing plugin dependency errors now log clearer messages.

Developers

  • The hook system was overhauled for safer and better handling, and unloading
  • Hook removal now rebuilds surviving chains more safely and adds optional extended debug output.
  • The MS DIA / PDB reader was updated to be faster and to resolve richer parameter types more accurately.
  • Requests.cpp now correctly applies the receive timeout instead of reusing the connect timeout.

1.19

07 Jun 11:01

Choose a tag to compare

1.18

18 Jan 13:42
2ca00c9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.17...1.18

Permissions 1.03 Included in this release.

Alternative API Loader - This will enable launching the "ArkAscendedServer.exe" directly just like the old ASE API.
https://github.com/ArkServerApi/AsaApiLoader/releases/tag/v1.0

1.17

06 Sep 16:00
873c71f

Choose a tag to compare

1.16

09 May 13:42
e673827

Choose a tag to compare

Modify message when cache file is not available yet (#8)

* Modify message when cache file is not available yet

* Update ArkBaseApi.cpp

---------

Co-authored-by: Lethalinjectionx <lethalinjectionx@gmail.com>

1.15

02 Apr 03:24
3cf89ac

Choose a tag to compare

ARK SA release v38.1402 compatibility fix.

1.14

23 Mar 15:05
3cf89ac

Choose a tag to compare

  • Update for cache: Changes on the cache CDN backend were done, this update adapts to those changes to keep the automatic cache download working.
  • Added new info on startup for the Api repository