8000 Comparing 2.5.1...2.6.0 · arduino-libraries/ArduinoIoTCloud · GitHub
[go: up one dir, main page]

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: arduino-libraries/ArduinoIoTCloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.1
Choose a base ref
...
head repository: arduino-libraries/ArduinoIoTCloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6.0
Choose a head ref
  • 16 commits
  • 22 files changed
  • 4 contributors

Commits on May 9, 2025

  1. Removing copyCBORStringToArray and copyCBORStringToArray utility func…

    …tions in favor of cloud utils defined
    andreagilardoni committed May 9, 2025
    Configuration menu
    Copy the full SHA
    eb1c163 View commit details
    Browse the repository at this point in the history
  2. Standardize license file

    Standardization in license documentation is important because, in addition to making it easy for humans to find this
    vital information, it allows machines to automate the process of license type determination, which is useful both for
    discovering suitable open source projects as well as checking open source license compliance.
    
    The open source license of this project is already stored in a standardized location in a dedicated license file.
    However, even though the project is licensed under a standardized open source license, additional text was added to the
    license file which offers the option to purchase an exception for proprietary use of the code. Even though this offer
    does not have any legal effect on the open source license, the presence of that text made it so that the open license
    type could not be identified with 100% confidence by machines (e.g., the Licensee Gem used by the GitHub website), which
    meant identification could only be made by a human carefully evaluating the license text.
    
    Since there is no need to place the exception offer in the license file, it can be moved to the readme, with the license
    file containing only the verbatim standardized open source license text. The result is that the project's open source
    license type can now be automatically identified, without making any change to the licensing.
    per1234 committed May 9, 2025
    Configuration menu
    Copy the full SHA
    3736823 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. use network configurator in iotCloud

    update example of sketch that uses the NetworkConfigurator
    
    use NetworkConfigurator wrappers for agentsManager
    
    update ci test for networkConfigurator
    
    add Arduino_NetworkConfigurator dep to library.properties
    fabik111 committed May 15, 2025
    Configuration menu
    Copy the full SHA
    37df5db View commit details
    Browse the repository at this point in the history
  2. add disconnect method

    fabik111 committed May 15, 2025
    Configuration menu
    Copy the full SHA
    00cc42d View commit details
    Browse the repository at this point in the history
  3. new Provisioning_2.0 sketch

    add GET_PROVISIONING_SKETCH_VERSION command
    
    add define for compile with test env
    fabik111 committed May 15, 2025
    Configuration menu
    Copy the full SHA
    3c158b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    8404c21 View commit details
    Browse the repository at this point in the history
  2. Update NetworkConfigurator includes

    examples: NetConfig, use h-char-sequence
    
    examples: NetConfig, explicitly include NetworkConfigurator
    fabik111 committed May 20, 2025
    Configuration menu
    Copy the full SHA
    5f09d2b View commit details
    Browse the repository at this point in the history
  3. style fixes

    pennam authored and fabik111 committed May 20, 2025
    Configuration menu
    Copy the full SHA
    5404b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b11b7e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #546 from per1234/standardize-license-file

    Standardize license file
    pennam authored May 20, 2025
    Configuration menu
    Copy the full SHA
    e4e1ac3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Merge pull request #535 from fabik111/use-networkconfigurator

    Use NetworkConfigurator
    pennam authored May 21, 2025
    Configuration menu
    Copy the full SHA
    41ab915 View commit details
    Browse the repository at this point in the history
  2. Remove unused .gitmodule file

    pennam committed May 21, 2025
    Configuration menu
    Copy the full SHA
    463b522 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #549 from pennam/gitmodule

    Remove unused .gitmodule file
    pennam authored May 21, 2025
    Configuration menu
    Copy the full SHA
    065b509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a47facc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #545 from andreagilardoni/cbor-copystr-utils

    Removing copyCBORStringToArray and copyCBORStringToArray functions
    pennam authored May 21, 2025
    Configuration menu
    Copy the full SHA
    b71da4a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Release v2.6.0

    pennam committed May 22, 2025
    Configuration menu
    Copy the full SHA
    52a24d6 View commit details
    Browse the repository at this point in the history
Loading
0