Proto commits in tuplex/tuplex

These 3 commits are when the Protocol Buffers files have changed:

Commit:54b228a
Author:Leonhard Spiegelberg
Committer:GitHub

[RELEASE] Tuplex Release v0.3.3 (#115) This commit introduces Tuplex v0.3.3 to the world. Details: - Version bump from 0.3.2 to 0.3.3 - Proper macosx version detection (works for macOS 12.x now as well) - Add macOS (Intel arch) wheels - Add new script to generate install scripts with identical versions - Add boost fix for gcc11 - Add preliminary python 3.10 build compatibility, i.e. python3.10+ requires cloudpickle 2.1.0+ - Fix flask version conflicts - Improve API for aggregate, remove aggregate debug messages, new test - Fix capacity check in debug - Fix aggregateByKey fallback authored-by: Leonhard Spiegelberg <leonhard@brown.edu>

The documentation is generated from this commit.

Commit:c12cc68
Author:Leonhard Spiegelberg
Committer:GitHub

[FEATURE] Filesystem updates, add ls functionality for both Posix and S3 (#62) Add list functionality to both Posix and AWS S3 VirtualFileSystems. Fixed Cmake to be 3.21 to avoid conflict with AWS SDK. Improve Lambda packaging. Details: - Fix S3 uri key/bucket extraction - Add filesystem ls function for both Posix and AWS S3 - Fix permission to make zip package executable and changing mode to defalted - Fix tuplex_runtime location in runner - Add support for temp credentials in Lambda via session token - Restrict cmake to 3.21 because newer cmake 3.22 breaks aws sdk as reported in https://github.com/aws/aws-sdk-cpp/issues/1820 - Update lambda cost calculation authored by: Leonhard Spiegelberg (leonhard@brown.edu)

Commit:817ad05
Author:Leonhard Spiegelberg

initial commit