File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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+
113## [ 1.0.2] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.1...v1.0.2 ) (2023-12-15)
214
315### Bug fixes:
Original file line number Diff line number Diff line change 2222# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2323# OTHER DEALINGS IN THE SOFTWARE.
2424
25- __version__ = "1.0.2 "
25+ __version__ = "1.0.3 "
2626
2727__min_supported__ = 5.0
2828__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments