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: ClearBlade/ClearBlade-Python-SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: ClearBlade/ClearBlade-Python-SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 17, 2021

  1. Fix Code in README

    ChihweiLHBird authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    3a7c80a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request #15 from ChihweiLHBird/ChihweiLHBird-patch-1

    Fix Code in README
    sky-sharma authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    599690e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. MQTT supports publishing messages with string or

    byte payloads. But our logging module only supports strings. Hence
    replaced line 37 with code that stringified message when possible.
    sky-sharma committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0c13416 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Added comment explaining when using Messaging.publish() the type of message can be string or bytes.
    sky-sharma authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    eb4c8ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c998f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c78aec8 View commit details
    Browse the repository at this point in the history
Loading