Skip to content

Commit 246383a

Browse files
committed
updated CHANGELOG and version number
1 parent 015a26b commit 246383a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

zabbix_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

0 commit comments

Comments
 (0)