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: aws/aws-iot-device-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: aws/aws-iot-device-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.3
Choose a head ref
  • 8 commits
  • 11 files changed
  • 8 contributors

Commits on Jun 2, 2022

  1. Give explicit permissions to Github actions (#314)

    because actions in this repo no longer have write permission by default.
    graebm authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8e96448 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. setup.py: Use setuptools instead of distutils (#305)

    distutils is deprecated and will be gone in 3.12+
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f3521d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    39c35f6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    dcbd4e7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. update time to ancient (#324)

    Co-authored-by: Noah Beard <[email protected]>
    jmklix and TwistedTwigleg authored May 23, 2023
    Configuration menu
    Copy the full SHA
    fdda2ec View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    f78e330 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Use ssl context wrap socket in Python3.12+ (#338)

    * Use ssl context wrap socket in Python3.12+
    * Remove redundant test modes
    
    ---------
    
    Co-authored-by: Bret Ambrose <[email protected]>
    bretambrose and Bret Ambrose authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    800c16e View commit details
    Browse the repository at this point in the history
  2. Manual version update for pending release (#339)

    Co-authored-by: Bret Ambrose <[email protected]>
    bretambrose and Bret Ambrose authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3865ac9 View commit details
    Browse the repository at this point in the history
Loading