Skip to content

Tags: miketheman/datadog-lambda-python

Tags

v62

Toggle v62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Use dd-trace-141 (DataDog#246)

v61

Toggle v61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[beta] Python Profiling support (DataDog#244)

* feat: Python Profiler WIP

* feat: start on cold start, stop never

* breaking: bump dd trace to 1.2.1

* feat: Add major version notes

* fix: readme header size

* fix: Fix test using old method. Describe change in changes list

* fix: use tracer instead of correlation ids

* feat: Add the profiler

* fix: remove debug

* feat: Remove profiling comment line

* feat: Go to ddtrace 1.4. Conditionally import profiler.

* fix: remove duplicate declaration of profiling_env_var

* feat: Black, with the right version

* feat: Readme on profiler beta period

* fix: Remove dev changes used to package dd-trace locally

* feat: Remove == from if True

* feat: Bump layer size maximums

* feat: Remove python36 integration tests, as we can no longer create stacks with this version of python

* feat: Update snapshots

* feat: More python 3.6 deprecation

* feat: Readme update - dropping python36

v60

Toggle v60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Replace list with set (DataDog#236)

v59

Toggle v59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Dependencies (DataDog#218)

* update dependencies

* empty commit to trigger ci

Co-authored-by: jcstorms1 <jcstorms1@users.noreply.github.com>
Co-authored-by: AJ Stuyvenberg <astuyve@gmail.com>

v58

Toggle v58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use .get to avoid keyError issues (DataDog#226)

v57

Toggle v57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SLS-2141] Fix `keyError` issue when creating inferred span (DataDog#223

)

* Use .get to access dict keys
* Bump version for black to 22.3.0
* Update snapshots

v56

Toggle v56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support lambda function URLs (DataDog#220)

* feat: Function URLs

* feat: Use new standard for tagging service and resource names

* feat: Use the right path

* feat: black

v55

Toggle v55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update dependencies (DataDog#187)

Co-authored-by: jcstorms1 <jcstorms1@users.noreply.github.com>

v54

Toggle v54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cover string/b64 msg attribute trace extraction (DataDog#211)

* Cover string/b64 msg attribute trace extraction

* fix lint

* double quote to single and try to fix install crossbuild deps ci error

* try apt get update before

* revert to old install crossbuild deps step

* apt-get

* bring back whitespace in build.yml

* remove space but keep empty line

* b64decode right after pulling binaryValue/Value, add comment, and exception if message attributes are not string or binary

* remove unessessary tests, fix failing test by adding dataType to msgAttribute, and try to get BinaryValue vs binaryValue depending on how casing off comes in

* remove TitleCase checks and new snapshots

* edit snapshots

* bump ddtrace and update poetry.lock

* remove newline from logs

* update snapshots

* force gh actions

* revert change

* edit snapshots

* snapshots

* gh action

* revert force github action

* make exception a logger.warn

* force gh action

* revert change

* warning->debug to stop integration test failure

* format and lint

v53

Toggle v53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Support Decimal for tag_object (DataDog#214)

* fix: Support Decimal for tag_object

* fix: black

* fix: black

* feat: --allow-releaseinfo-change

* feat: --fix-missing

* add apt-get update before apt install