Releases: ArkServerApi/AsaApi
Releases · ArkServerApi/AsaApi
1.21
1.20
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": falseinconfig.jsonfor 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
AsaApiUtilsand 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.cppnow correctly applies the receive timeout instead of reusing the connect timeout.
1.19
1.18
What's Changed
- Update FVectorToCoords by @Pelayori in #15
- UTC Time Conversion Functions (Provided by pela) && ServerEquipItem FIx by @LukasPob in #17
- Update README.md by @SubstituteR in #19
- Add GetCharacterName and GetTribeName extensions for Player Controller by @Pelayori in #20
- Fix changed headers by @Pelayori in #21
- Added Post Request methods that return response headers in the expand… by @Lethalinjectionx in #22
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
1.16
1.15
ARK SA release v38.1402 compatibility fix.