Skip to content

Releases: hokus15/IOTConnect

v1.2.3

27 Mar 22:04
Compare
Choose a tag to compare

v1.2.3 (2024-03-27)

Fix

  • fix(load_class): better performace in load_class function (77b25c6)

Unknown

  • Merge pull request #25 from hokus15/develop

fix(load_class): better performace in load_class function (f807fe4)

v1.2.2

26 Mar 13:06
Compare
Choose a tag to compare

v1.2.2 (2024-03-26)

Fix

  • fix(update-ioconnect): fix update-iotconnect script (f1ca507)

Unknown

  • Merge pull request #24 from hokus15/develop

fix(update-ioconnect): fix update-iotconnect script (2131806)

v1.2.1

26 Mar 12:45
Compare
Choose a tag to compare

v1.2.1 (2024-03-26)

Fix

  • fix(update-iotconnect): fix update script (f45f0a3)

  • fix(gps_mon): correct issue when position is not fixed by gps (613546e)

Unknown

  • Merge pull request #23 from hokus15/develop

Develop (56de091)

v1.2.0

24 Mar 19:13
Compare
Choose a tag to compare

v1.2.0 (2024-03-24)

Feature

  • feat(mqtt_pub): migration to paho-mqtt 2.0.0 (3e56226)

Unknown

  • Merge pull request #21 from hokus15/dependabot/pip/paho-mqtt-2.0.0

build(deps): bump paho-mqtt from 1.6.1 to 2.0.0 (afcdbea)

v1.1.0

24 Mar 18:29
Compare
Choose a tag to compare

v1.1.0 (2024-03-24)

Ci

  • ci(gitignore): add specific files to gitignore (9962c27)

Feature

  • feat(scripts): add useful scripts to manage and update the service (e436a7a)

Fix

  • fix(monitor): fix using variable 'now' before assignment (4737829)

  • fix(scripts): double quote to prevent globbing and word splitting (0f28a9e)

  • fix(scripts): add shebang to scripts (6707b8e)

  • fix(gps_mon): remove non assigned global variable (61783b2)

  • fix(gps_monitor): replace gps by gps3 library to mantain python 3.9 or later compatibility (0faa170)

  • fix(main): use of warning instead of deprecated warn (ce11229)

Unknown

  • Merge pull request #22 from hokus15/develop

Develop (f4b7b39)

  • Merge branch 'master' into develop (5527964)

v1.0.0

24 Mar 13:03
Compare
Choose a tag to compare

v1.0.0 (2024-03-24)

Breaking

  • build(obd): latest version of obd doesnt support python 3.7

BREAKING CHANGE: python 3.7 not supported anymore (5460367)

Build

  • build(deps): bump wrapt from 1.12.1 to 1.16.0

Bumps wrapt from 1.12.1 to 1.16.0.


updated-dependencies:

  • dependency-name: wrapt
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (7cbe79b)

  • build(deps): bump logtail-python from 0.1.3 to 0.2.10

Bumps logtail-python from 0.1.3 to 0.2.10.


updated-dependencies:

  • dependency-name: logtail-python
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (88a4f7a)

  • build(deps): bump obd from 0.7.1 to 0.7.2

Bumps obd from 0.7.1 to 0.7.2.


updated-dependencies:

  • dependency-name: obd
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com> (a87439b)

  • build(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (d85c56f)

  • build(actions): replace travis by github actions (6c0939c)

Documentation

  • docs(codacy): Update codacy badge in doc (753ec5b)

  • docs(codacy): Update codacy badge (3e47b88)

Unknown

  • Merge pull request #18 from hokus15/dependabot/pip/obd-0.7.2

build(deps): bump obd from 0.7.1 to 0.7.2 (524e333)

  • Merge pull request #20 from hokus15/dependabot/pip/wrapt-1.16.0

build(deps): bump wrapt from 1.12.1 to 1.16.0 (9665c69)

  • Merge pull request #17 from hokus15/dependabot/github_actions/python-semantic-release/python-semantic-release-9.3.1

build(deps): bump python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1 (cb9b68d)

  • Merge pull request #19 from hokus15/dependabot/pip/logtail-python-0.2.10

build(deps): bump logtail-python from 0.1.3 to 0.2.10 (ef24549)

  • Merge pull request #16 from hokus15/develop

build(actions): replace travis by github actions (d7c4faa)

  • Merge pull request #15 from hokus15/documentation

docs(codacy): Update codacy badge in doc (94955b5)

  • Merge pull request #14 from hokus15/develop

docs(codacy): Update codacy badge (dbdf9ff)

  • Merge pull request #12 from hokus15/documentation

docs(logtail): Replace Loggly by logtail in documentaiton (16a4ba1)

v0.4.1

04 Jan 23:29
Compare
Choose a tag to compare

Fix

  • stability: Fix stability issues with MQTT connection and logs improvements (94f5ddc)
  • monitor: Fix E128 continuation line under-indented for visual indent (a34559b)
  • monitor: Fix E275 missing whitespace after keyword (9b66311)
  • service: Assign SIGINT KillSignal to service (f2b1fbf)

Release version 0.3.0

05 Oct 13:26
Compare
Choose a tag to compare
v0.3.0

fix(travis): Correct travis config indentation