-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: DataDog/datadog-lambda-python
base: v5.92.0
head repository: DataDog/datadog-lambda-python
compare: v5.93.0
- 20 commits
- 41 files changed
- 4 contributors
Commits on Mar 28, 2024
-
Parametrized trace context extraction tests. (#456)
* Parametrized trace context extraction tests. * Linting.
Configuration menu - View commit details
-
Copy full SHA for 4669117 - Browse repository at this point
Copy the full SHA 4669117 < 10000 /span>View commit details
Commits on Mar 29, 2024
-
fix: use RouteKey in resource path for API Gateway inferred spans (#442)
* use route key * Align with js implementation. * Update existing tests. * Add new parametrized tests. * Revert v1 to original. --------- Co-authored-by: Rey Abolofia <rey.abolofia@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for d812fb6 - Browse repository at this point
Copy the full SHA d812fb6View commit details
Commits on Apr 1, 2024
-
Replace string formatting with f strings. (#458)
* Replace string formatting with f strings. * Speed up tag creation. * Fix test patching for cold starts.
Configuration menu - View commit details
-
Copy full SHA for 20a6d10 - Browse repository at this point
Copy the full SHA 20a6d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for e617fd3 - Browse repository at this point
Copy the full SHA e617fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cfcf7e - Browse repository at this point
Copy the full SHA 4cfcf7eView commit details -
Create static tags once on import. (#460)
* Create lambda layer tag only once. * Only create runtime tag once. * Create library version tag just once. * Avoid extra list allocations when creating tags. * Cleaned test. * Linting.
Configuration menu - View commit details
-
Copy full SHA for ad81d15 - Browse repository at this point
Copy the full SHA ad81d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for a388918 - Browse repository at this point
Copy the full SHA a388918View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06395b8 - Browse repository at this point
Copy the full SHA 06395b8View commit details
Commits on Apr 5, 2024
-
Reduce allocations during event parsing. (#463)
* Reduce allocations during event parsing. * Simplify SQS/SNS data extraction logic. * Update snapshots.
Configuration menu - View commit details
-
Copy full SHA for 36610c1 - Browse repository at this point
Copy the full SHA 36610c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfeed17 - Browse repository at this point
Copy the full SHA cfeed17View commit details
Commits on Apr 8, 2024
-
Benchmarks for operations that use json dump/load. (#466)
* Benchmarks for operations that use json dump/load. * Set required envvars for sending xray segments.
Configuration menu - View commit details
-
Copy full SHA for a20395d - Browse repository at this point
Copy the full SHA a20395dView commit details
Commits on Apr 9, 2024
-
10000
Delay import of logging initialization code. (#468)
* Delay import of logging initialization code. * Fix flake8 error.
Configuration menu - View commit details
-
Copy full SHA for 16f0e23 - Browse repository at this point
Copy the full SHA 16f0e23View commit details -
Use single socket instance for all xray api calls. (#467)
* Use single socket for all xray api calls. * Move reset to tests.
Configuration menu - View commit details
-
Copy full SHA for 3414cfb - Browse repository at this point
Copy the full SHA 3414cfbView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b85fc9 - Browse repository at this point
Copy the full SHA 0b85fc9View commit details -
Replace builtin json with faster ujson package. (#469)
* Replace builtin json with faster ujson package. * Do not escape forward slashes. * Update 3rd party licenses.
Configuration menu - View commit details
-
Copy full SHA for f9aca11 - Browse repository at this point
Copy the full SHA f9aca11View commit details
Commits on Apr 16, 2024
-
Hardcode version to avoid import of importlib.metadata. (#472)
* Hardcode version to avoid import of importlib.metadata. * Address test failures.
Configuration menu - View commit details
-
Copy full SHA for 6483fff - Browse repository at this point
Copy the full SHA 6483fffView commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f80f83f - Browse repository at this point
Copy the full SHA f80f83fView commit details -
Pre-compile all python code and remove original .py files. (#476)
* Remove urllib3 dist-info files as well. * Pre-compile all python code and remove original .py files. * Compress at optimization level 2. * Add PYTHONNODEBUGRANGES=1 to compile step. * Add comment. * Use different commandline option to support py3.8 * Update size limits. * Leave __init__.py contrib files. * Remove text like files. * oops
Configuration menu - View commit details
-
Copy full SHA for 21012cb - Browse repository at this point
Copy the full SHA 21012cbView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b54aec - Browse repository at this point
Copy the full SHA 6b54aecView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1c4edb - Browse repository at this point
Copy the full SHA e1c4edbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.92.0...v5.93.0