Releases: Sreyas-Sreelal/pawn-scraper
Releases · Sreyas-Sreelal/pawn-scraper
0.2.2
Update to the latest Rust SDK, which resolves issues with Pawn Plus compatibility and problems related to packed strings. more info here
0.2.1
0.2.0
Changes
- Added
CreateHeader
,DeleteHeader
natives - Changed function signatures of
HttpGet
andHttpGetThreaded
(optional parameter header is added) - Added new constant
INVALID_HEADER
0.1.1
Changes
- Removed pawn destructors,users have to use Delete functions manually.
- Fixed crash due to encoding issues.
0.1.0
Changes
- Added HttpGetThreaded
- Changed reqwest to minihttp
- Smaller binary
Still might need more tests but the basic functionalities are working as expected.Big thanks to @ZOTTCE who patiently listened to my questions and doubts and for giving me guidance in certain parts.
0.0.1-alpha
First release.For testing purpose and is non-production ready.