Skip to content

Releases: aw/picolisp-awscurl

Production release

16 Nov 09:37
@aw aw
8f7d259
Compare
Choose a tag to compare
  • Declare library as STABLE: v1.0
  • Test with pil21
  • Update picolisp-unit dependency to v3.1.0

Use faster native hashing

05 Jun 10:29
@aw aw
c466a78
Compare
Choose a tag to compare

0.10.0 (2020-06-05)

  • Optionally generate SHA256/HMAC hashes using 'libcrypto.so' with '--native' parameter
  • Request creation is much faster with native hashing

Add new cmdline parameters

03 Jun 06:58
@aw aw
6ca1322
Compare
Choose a tag to compare

0.9.0 (2020-06-03)

  • Optionally output data to a file with '--output' parameter

0.8.0 (2020-06-03)

  • Optionally configure the protocol (http/https) with '--protocol' parameter
  • Fix typo in README.md
  • Test with PicoLisp v20.x

Add unit tests

13 Jul 06:14
@aw aw
3158357
Compare
Choose a tag to compare

0.7.0 (2018-07-13)

  • Replace (++ L) with (pop 'L) for backward compat with older PicoLisp
  • Add unit tests for awscurl library. #2
  • Add Travis-CI automated testing