File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.0] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.3...v1.1.0 ) (2024-01-23)
2+
3+ ### Breaking Changes:
4+
5+ - changed the format of the Sender response
6+ - changed the format of the Getter response
7+
8+ ### Features:
9+
10+ - implemented support for specifying Zabbix clusters in Sender
11+ - implemented pre-processing of the agent response
12+
13+ ### Bug fixes:
14+
15+ - fixed issue with hiding private (sensitive) fields in the log
16+ - fixed small bugs and flaws
17+
118## [ 1.0.3] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.2...v1.0.3 ) (2024-01-09)
219
320### Documentation
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.3 "
25+ __version__ = "1.1.0 "
2626
2727__min_supported__ = 5.0
2828__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments