Releases: hokus15/IOTConnect
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
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
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
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
Release version 0.3.0
v0.3.0 fix(travis): Correct travis config indentation