Skip to content

Releases: awslabs/aws-lambda-cpp

v0.2.10

16 Nov 18:14
Compare
Choose a tag to compare

What's Changed

  • Use the Lambda executable as the bootstrap when glibc is not required by @marcomagdy in #191

Full Changelog: 0.2.9...v0.2.10

0.2.9

31 Oct 16:49
e08ca6e
Compare
Choose a tag to compare

What's Changed 🎃

New Contributors

Full Changelog: v0.2.8...0.2.9

v0.2.8

18 Oct 07:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

23 Oct 22:43
Compare
Choose a tag to compare

Release Notes:

  • (c93cfe6) Make LTO optional.
  • (aa351a6) Allow the user-agent to be overriden. Helpful for other custom runtimes built on top of this one.
  • (a4b8f45) Enforce naming conventions through clang-tidy
  • (17473f8) Add support for Manjaro Linux
  • (57d9f29) Performance: avoid copying the result of a given outcome and moving it instead.
  • Miscellaneous CMake hygiene improvements.

v0.2.6

05 Dec 17:17
Compare
Choose a tag to compare

Release Notes:

  • (55276ce) set CURLOPT_HTTPHEADER to include User-Agent

v0.2.5

03 Dec 19:29
Compare
Choose a tag to compare

Release Notes

  • (a9e34da) A few CMake improvements related to LTO and version information in CMake install files
  • (4e820f9) Apply suggestions reported by clang-tidy version 9
  • (38e2b13) Disable use of an http proxy
  • (1c884fe) Add version information to initialization logs
  • (66b5af9) Move runtime class to runtime.h

v0.2.4

09 Aug 20:35
Compare
Choose a tag to compare

Release Notes

  • (d54b479) - Handle the case when the loader is linked via a symlink, and the symlink's name is not in the libc files list.
  • (2ce85ed) - More robust detection of Arch Linux distro
  • (4368928) - Use the correct flags to list libc files from pacman (Arch's package manager)

v0.2.3

25 Jun 18:27
13e5bd6
Compare
Choose a tag to compare

Release Notes

  • (13e5bd6) Handle CMake versions that ship with a FindCURL module that doesn't export the CURL::libcurl target
  • (e5af747) Revamp the CI and the integration tests to enable running them in parallel on multiple Linux distributions

v0.2.2

01 Jun 17:49
Compare
Choose a tag to compare

Release Notes

  • (1cacf6b) Removed a superfluous character from the packaging script that ultimately caused the loader to be excluded from the zip package.

v0.2.1

24 May 17:28
Compare
Choose a tag to compare

Release Notes

  • (1dccd2a) Sanitize the packaging script and make it shellcheck clean.
  • (2d0f6c6) Fix an off by 1 error in the packaging script when rpm happens to be installed on a non-RHEL-based distro