Skip to content

Tags: aws/aws-lambda-python-runtime-interface-client

Tags

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 3.0.2. (#185)

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 3.0.1. (#183)

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop support for deprecated python versions (#179)

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 2.2.1 (#170)

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch libcurl configure.ac to work with later versions of autoconf (#168

)

Added a patch for libcurl/configure.ac to fix build issues with recent versions of autoconf

This commit adds a patch for curl/configure.ac that replaces the inlined
flags/conditionals with scoped ones.

What's happening?

1. We have build failures in later versions of autoconf.
    1. Why ? ./configure script for libcurl breaks during execution.
    2. Why ? Control flow structures are not correctly closed which
       results in a parse error.
    3. Why ? The structures in the m4 template in ./configure.ac for the
       7.83.1 release of libcurl rely on inlined scripts.
    4. Why [now]? The 2.72 update on autoconf changed the behaviour of
       the script generator.

What do we do to ameliorate this?
1. Corrected the config script
2. Created a patch
3. Apply the patch to the shipped curl dependency

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #164 from trivenay/main

Bump version to 2.1.0

2.0.12

Toggle 2.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 2.0.12. (#155)

2.0.11

Toggle 2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 2.0.11. (#137)

2.0.10

Toggle 2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 2.0.10. (#133)

2.0.9

Toggle 2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 2.0.9 (#131)