Wirepas-gateway

Latest version: v1.4.5

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

1.2.0

Change Log

[v1.2.0](https://github.com/wirepas/gateway/tree/v1.2.0) (2019-07-29)
[Full Changelog](https://github.com/wirepas/gateway/compare/v1.2.0-rc.2...v1.2.0)

**Fixed bugs:**

- \[BUG\] Debug level will not evaluate correctly [\99](https://github.com/wirepas/gateway/issues/99)

**Closed issues:**

- Update wirepas messaging version [\38](https://github.com/wirepas/gateway/issues/38)

**Merged pull requests:**

- Manifest file path [\107](https://github.com/wirepas/gateway/pull/107) ([PFigs](https://github.com/PFigs))
- Update transport service version [\106](https://github.com/wirepas/gateway/pull/106) ([PFigs](https://github.com/PFigs))
- Update requirements.txt [\105](https://github.com/wirepas/gateway/pull/105) ([PFigs](https://github.com/PFigs))
- Fix transport template [\104](https://github.com/wirepas/gateway/pull/104) ([PFigs](https://github.com/PFigs))
- Fix print service [\102](https://github.com/wirepas/gateway/pull/102) ([PFigs](https://github.com/PFigs))
- Fix most of pylint warnings [\101](https://github.com/wirepas/gateway/pull/101) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Create SECURITY.md [\98](https://github.com/wirepas/gateway/pull/98) ([PFigs](https://github.com/PFigs))
- Create pull\_request\_template.md [\97](https://github.com/wirepas/gateway/pull/97) ([PFigs](https://github.com/PFigs))
- Update issue templates [\96](https://github.com/wirepas/gateway/pull/96) ([PFigs](https://github.com/PFigs))
- Update logging [\95](https://github.com/wirepas/gateway/pull/95) ([PFigs](https://github.com/PFigs))
- Fix transport version: parser was not receiving the version [\94](https://github.com/wirepas/gateway/pull/94) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Clarify requirements of running transport service inside a virtualenv [\93](https://github.com/wirepas/gateway/pull/93) ([PFigs](https://github.com/PFigs))
- Push docker builds on tags [\92](https://github.com/wirepas/gateway/pull/92) ([PFigs](https://github.com/PFigs))

[v1.2.0-rc.2](https://github.com/wirepas/gateway/tree/v1.2.0-rc.2) (2019-07-22)
**Closed issues:**

- Add transport service version to help [\82](https://github.com/wirepas/gateway/issues/82)
- Change the debug variable name to make it consistent with others [\77](https://github.com/wirepas/gateway/issues/77)
- Action Required: Fix Renovate Configuration [\75](https://github.com/wirepas/gateway/issues/75)
- Settings from yaml file do not respect variable type [\67](https://github.com/wirepas/gateway/issues/67)
- Update transport.template with newer transport params [\65](https://github.com/wirepas/gateway/issues/65)
- Update readme with new docker build instructions [\62](https://github.com/wirepas/gateway/issues/62)
- Unbound variable causes docker\_build.sh to fail on macOS. [\48](https://github.com/wirepas/gateway/issues/48)
- Info debug level [\46](https://github.com/wirepas/gateway/issues/46)
- Repository cleanup [\40](https://github.com/wirepas/gateway/issues/40)
- Remove obsolete deadlock detection [\37](https://github.com/wirepas/gateway/issues/37)
- Expose MQTT client properties [\28](https://github.com/wirepas/gateway/issues/28)
- Publish release candidates to PyPi [\27](https://github.com/wirepas/gateway/issues/27)
- Build images with repo tool [\26](https://github.com/wirepas/gateway/issues/26)
- Configuration from template file [\15](https://github.com/wirepas/gateway/issues/15)
- Docker builds [\9](https://github.com/wirepas/gateway/issues/9)
- PyPi package [\8](https://github.com/wirepas/gateway/issues/8)

**Merged pull requests:**

- Release candidate 2 for v1.2.0 [\91](https://github.com/wirepas/gateway/pull/91) ([PFigs](https://github.com/PFigs))
- Create functions for check and upload to pypi [\90](https://github.com/wirepas/gateway/pull/90) ([PFigs](https://github.com/PFigs))
- Update license header [\89](https://github.com/wirepas/gateway/pull/89) ([PFigs](https://github.com/PFigs))
- Deploy to dockerhub from travis [\88](https://github.com/wirepas/gateway/pull/88) ([PFigs](https://github.com/PFigs))
- Update .travis.yml [\87](https://github.com/wirepas/gateway/pull/87) ([PFigs](https://github.com/PFigs))
- Fetch artifacts from correct docker tag [\86](https://github.com/wirepas/gateway/pull/86) ([PFigs](https://github.com/PFigs))
- Docker-builds: metadata fix and template updates [\84](https://github.com/wirepas/gateway/pull/84) ([PFigs](https://github.com/PFigs))
- Version: export the version of transport \(\82\) [\83](https://github.com/wirepas/gateway/pull/83) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Blackify source [\81](https://github.com/wirepas/gateway/pull/81) ([PFigs](https://github.com/PFigs))
- Update transport env [\80](https://github.com/wirepas/gateway/pull/80) ([PFigs](https://github.com/PFigs))
- Update readme [\78](https://github.com/wirepas/gateway/pull/78) ([PFigs](https://github.com/PFigs))
- Fix .renovaterc [\76](https://github.com/wirepas/gateway/pull/76) ([PFigs](https://github.com/PFigs))
- Docs: Address build requirement and image display [\74](https://github.com/wirepas/gateway/pull/74) ([PFigs](https://github.com/PFigs))
- Fix python package metadata [\73](https://github.com/wirepas/gateway/pull/73) ([PFigs](https://github.com/PFigs))
- Update Travis: PyPi deployment fixes [\71](https://github.com/wirepas/gateway/pull/71) ([PFigs](https://github.com/PFigs))
- Run yaml parameters through argparse [\69](https://github.com/wirepas/gateway/pull/69) ([PFigs](https://github.com/PFigs))
- Update wirepas-messaging version to 1.2.0rc2 [\66](https://github.com/wirepas/gateway/pull/66) ([PFigs](https://github.com/PFigs))
- Docker-entrypoint: Template and exec call [\64](https://github.com/wirepas/gateway/pull/64) ([PFigs](https://github.com/PFigs))
- Update readme [\63](https://github.com/wirepas/gateway/pull/63) ([PFigs](https://github.com/PFigs))
- Expose classifiers at package level [\61](https://github.com/wirepas/gateway/pull/61) ([PFigs](https://github.com/PFigs))
- Single Dockerfile for multi-arch builds [\60](https://github.com/wirepas/gateway/pull/60) ([PFigs](https://github.com/PFigs))
- Delete unecessary files [\59](https://github.com/wirepas/gateway/pull/59) ([PFigs](https://github.com/PFigs))
- Transport: fix last will message [\58](https://github.com/wirepas/gateway/pull/58) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Package metadata [\57](https://github.com/wirepas/gateway/pull/57) ([PFigs](https://github.com/PFigs))
- Transport: ensure gateway\_id is always a string [\56](https://github.com/wirepas/gateway/pull/56) ([GwendalRaoul](https://github.com/GwendalRaoul))
- ReadTheDocs integration [\55](https://github.com/wirepas/gateway/pull/55) ([PFigs](https://github.com/PFigs))
- Travis deployment update [\54](https://github.com/wirepas/gateway/pull/54) ([PFigs](https://github.com/PFigs))
- Dockerfile labelling [\53](https://github.com/wirepas/gateway/pull/53) ([PFigs](https://github.com/PFigs))
- Update README.md [\52](https://github.com/wirepas/gateway/pull/52) ([PFigs](https://github.com/PFigs))
- Python Transport: modify default log level [\51](https://github.com/wirepas/gateway/pull/51) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Sink Service: test connection with sink [\50](https://github.com/wirepas/gateway/pull/50) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Transport: expose all mqtt standard parameters \(\28\) [\49](https://github.com/wirepas/gateway/pull/49) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Protect imports in \_\_init\_\_.py [\47](https://github.com/wirepas/gateway/pull/47) ([PFigs](https://github.com/PFigs))
- Transport: stop service if mqtt connection cannot be established [\45](https://github.com/wirepas/gateway/pull/45) ([GwendalRaoul](https://github.com/GwendalRaoul))
- DBus client: remove watchdog [\44](https://github.com/wirepas/gateway/pull/44) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Transport service setup.py [\43](https://github.com/wirepas/gateway/pull/43) ([PFigs](https://github.com/PFigs))
- Docker images building procedure [\42](https://github.com/wirepas/gateway/pull/42) ([PFigs](https://github.com/PFigs))
- Update dependency PyYAML to v5.1.1 [\25](https://github.com/wirepas/gateway/pull/25) ([renovate[bot]](https://github.com/apps/renovate))
- Mqtt cleanup and better handle requests [\23](https://github.com/wirepas/gateway/pull/23) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Fix docker build [\22](https://github.com/wirepas/gateway/pull/22) ([PFigs](https://github.com/PFigs))
- Transport Python: fix for filter variable [\21](https://github.com/wirepas/gateway/pull/21) ([GwendalRaoul](https://github.com/GwendalRaoul))
- C code style format and checks [\20](https://github.com/wirepas/gateway/pull/20) ([PFigs](https://github.com/PFigs))
- Update guidelines [\19](https://github.com/wirepas/gateway/pull/19) ([PFigs](https://github.com/PFigs))
- Update instructions.rst [\18](https://github.com/wirepas/gateway/pull/18) ([PFigs](https://github.com/PFigs))
- Docker builds [\16](https://github.com/wirepas/gateway/pull/16) ([PFigs](https://github.com/PFigs))
- OTAP: better handle stack state [\14](https://github.com/wirepas/gateway/pull/14) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Update dependency pre-commit to v1.15.2 [\13](https://github.com/wirepas/gateway/pull/13) ([renovate[bot]](https://github.com/apps/renovate))
- Pin dependencies [\12](https://github.com/wirepas/gateway/pull/12) ([renovate[bot]](https://github.com/apps/renovate))
- Update pre commit [\11](https://github.com/wirepas/gateway/pull/11) ([PFigs](https://github.com/PFigs))
- Travis pipeline [\10](https://github.com/wirepas/gateway/pull/10) ([PFigs](https://github.com/PFigs))
- Update readme [\7](https://github.com/wirepas/gateway/pull/7) ([PFigs](https://github.com/PFigs))
- Hound configuration [\6](https://github.com/wirepas/gateway/pull/6) ([PFigs](https://github.com/PFigs))
- Timeout issue [\5](https://github.com/wirepas/gateway/pull/5) ([GwendalRaoul](https://github.com/GwendalRaoul))
- Create CODE\_OF\_CONDUCT.md [\4](https://github.com/wirepas/gateway/pull/4) ([PFigs](https://github.com/PFigs))
- Create CONTRIBUTING.md [\3](https://github.com/wirepas/gateway/pull/3) ([PFigs](https://github.com/PFigs))
- PEP8 violations [\2](https://github.com/wirepas/gateway/pull/2) ([PFigs](https://github.com/PFigs))
- Configure Renovate [\1](https://github.com/wirepas/gateway/pull/1) ([renovate[bot]](https://github.com/apps/renovate))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

1.2.0rc.2

Please see attached CHANGELOG.md

Page 6 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.