Hologram Python Versions Save

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!

v0.10.1

7 months ago
  • Increase version number on hologram-python

v0.10.0

7 months ago

Changes

  • Feature/multi modem and modem sms support @parker-hologram (#118)
  • raise an authentication error if its unable to get keys @HologramInterview (#115)
  • Clean up unused and test dependencies @DomAmato (#73)
  • Tear down PDP context after sending socket messages @DomAmato (#90)
  • RC 0.9.1 @DomAmato (#18)

🚀 Features

  • Add EC21 to supported modems @DomAmato (#109)

🛠 Dependency Updates

  • Bump python target version from 3.7+ to 3.9+
  • Bump python-sdk-auth version to 0.4.0 new build for python 3.9
  • Bump python-pppd from 1.0.3 to 1.0.4 @dependabot (#83)
  • Update pyusb requirement from ~=1.1.1 to ~=1.2.1 @dependabot (#88)

Release Date: 09/05/2023 Release Engineer: @DomAmato, @HologramInterview, @dependabot, @dependabot[bot] and @parker-hologram Previous Release: v0.9.1

v0.9.1

3 years ago

Changes

  • properly handle bytes encoding when reading from an open socket @DomAmato (#74)
  • allow setting APN @DomAmato (#79)
  • Fix typo for BG96 @rbalik (#77)

🚀 Features

  • Strip AT command result prefix when issued command ends with ? or % @TomPethtel (#6)
  • Add BG96 Support @DomAmato (#37)
  • include support for Huawei Modem E372 @HectorMendez (#21)
  • Allow sending raw AT commands to the modem @DomAmato (#28)

🐛 Bug Fixes

  • dont encode buffer @DomAmato (#39)
  • Make it possible to renable at sockets @DomAmato (#36)
  • Concat to bytes not str @DomAmato (#33)
  • Fix PPP Errors with disconnect and routing @DomAmato (#32)

🧰 Maintenance

  • Remove extraneous parenthesis @DomAmato (#26)

🛠 Dependency Updates

  • Update pyusb requirement from ~=1.1.0 to ~=1.1.1 @dependabot (#75)
  • Update pyserial requirement from ~=3.4.0 to ~=3.5 @dependabot (#72)
  • Update requests requirement from ~=2.24.0 to ~=2.25.1 @dependabot (#67)
  • Update pyusb requirement from ~=1.0.2 to ~=1.1.0 @dependabot (#59)
  • Update psutil requirement from ~=5.7.2 to ~=5.8.0 @dependabot (#70)
  • Update requests requirement from ~=2.22.0 to ~=2.24.0 @dependabot (#44)
  • Update pyudev requirement from ~=0.21.0 to ~=0.22.0 @dependabot (#45)
  • Update hjson requirement from ~=3.0.0 to ~=3.0.1 @dependabot (#48)
  • Update psutil requirement from ~=5.6.3 to ~=5.7.2 @dependabot (#50)
  • Bump actions/setup-python from v1 to v2.0.2 @dependabot (#51)

Release Date: <DATE> Release Engineer: @DomAmato, @HectorMendez, @TomPethtel, @akumlehn, @dependabot, @dependabot[bot], @jtide, @loganfrederick, @rbalik, @rdotlee, @ttapers and @tzhenghao Previous Release: