Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.96.0
Choose a base ref
...
head repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.97.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 21, 2024

  1. chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#499)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.18...1.26.19)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    82970d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. [MLOB-1009] Auto-Instrument LLM Observability (#500)

    * add force flush
    
    * add enable to init
    
    * move flush to after parent aws span finishes
    
    * move flushing to be with other flushes
    sabrenner authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4dd3f62 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore(deps-dev): bump certifi from 2024.2.2 to 2024.7.4 (#502)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
    - [Commits](certifi/python-certifi@2024.02.02...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c2fc987 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump zipp from 3.17.0 to 3.19.1 (#503)

    Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1.
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.17.0...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dc964db View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. [SVLS-4999] Add Lambda tags to metrics sent via the API (#501)

    * add function tags to historical dist metrics
    
    * fix
    
    * add timestamp ceiling
    
    * snake_case
    
    * exclude alias when creating arn tag
    DylanLovesCoffee authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    dae7a88 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. chore(deps-dev): bump setuptools from 69.1.1 to 70.0.0 (#504)

    Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.1 to 70.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v69.1.1...v70.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7761a1e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    50fb987 View commit details
    Browse the repository at this point in the history
  2. v6.97.0 (#506)

    duncanista authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7b5abe4 View commit details
    Browse the repository at this point in the history
Loading