Skip to content

Releases: awslabs/aws-lambda-cpp

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:35
30ec0a9

✨ Features

🐛 Bug Fixes & Documentation

  • Build static library as position-independent code (#224) by @maxday

Contributors: @maxday

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:57
8ee0d4d

✨ Features

  • Add Lambda-Runtime-Invocation-Id support for cross-wiring protection (#221) by @vip-amzn
  • Add patches for init error and logging (#219) by @maxday
  • Use a thread-local curl handle for multi-concurrency support*(#214) by @maxday
  • Apply add-xray-response patch maintained by other RICs (#213) by @bmoffatt
  • Apply add-content-type patch maintained by other RICs (#212) by @bmoffatt
  • Apply add-tenant-id patch maintained by other RICs (#211) by @bmoffatt

🐛 Bug Fixes & Documentation

🔧 CI & Build Improvements


Contributors: @vip-amzn, @maxday, @bmoffatt, @ChristianUlbrich, @math-hiyoko

v0.2.10

Choose a tag to compare

@bmoffatt bmoffatt released this 16 Nov 18:14

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

Choose a tag to compare

@Stefan9283 Stefan9283 released this 31 Oct 16:49
e08ca6e

What's Changed 🎃

New Contributors

Full Changelog: v0.2.8...0.2.9

v0.2.8

Choose a tag to compare

@bmoffatt bmoffatt released this 18 Oct 07:13

What's Changed

New Contributors

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

v0.2.7

Choose a tag to compare

@marcomagdy marcomagdy released this 23 Oct 22:43

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

Choose a tag to compare

@marcomagdy marcomagdy released this 05 Dec 17:17

Release Notes:

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

v0.2.5

Choose a tag to compare

@marcomagdy marcomagdy released this 03 Dec 19:29

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

Choose a tag to compare

@marcomagdy marcomagdy released this 09 Aug 20:35

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

Choose a tag to compare

@marcomagdy marcomagdy released this 25 Jun 18:27
13e5bd6

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