We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e31d5 commit 1b2e268Copy full SHA for 1b2e268
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## [1.0.3](https://github.com/zabbix/python-zabbix-utils/compare/v1.0.2...v1.0.3) (2024-01-09)
2
+
3
+### Documentation
4
5
+- added support for Python 3.12
6
+- discontinued support for Python 3.7
7
8
+### Bug fixes:
9
10
+- fixed issue with hiding private (sensitive) information in the log.
11
+- fixed small bugs and flaws.
12
13
## [1.0.2](https://github.com/zabbix/python-zabbix-utils/compare/v1.0.1...v1.0.2) (2023-12-15)
14
15
### Bug fixes:
zabbix_utils/version.py
@@ -22,7 +22,7 @@
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
# OTHER DEALINGS IN THE SOFTWARE.
24
25
-__version__ = "1.0.2"
+__version__ = "1.0.3"
26
27
__min_supported__ = 5.0
28
__max_supported__ = 7.0
0 commit comments