File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.2] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.1...v1.0.2 ) (2023-12-15)
2
+
3
+ ### Bug fixes:
4
+
5
+ - added trailing underscores as workaround to use Python keywords as names of API object or method
6
+ - changed TypeError to ValueError for the exception during version parsing.
7
+ - fixed compression support for Sender and Getter.
8
+ - made refactoring of some parts of the code.
9
+ - fixed small bugs and flaws.
10
+
1
11
## [ 1.0.1] ( https://github.com/zabbix/python-zabbix-utils/compare/v1.0.0...v1.0.1 ) (2023-11-27)
2
12
3
13
### Bug fixes:
Original file line number Diff line number Diff line change 22
22
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
23
# OTHER DEALINGS IN THE SOFTWARE.
24
24
25
- __version__ = "1.0.1 "
25
+ __version__ = "1.0.2 "
26
26
27
27
__min_supported__ = 5.0
28
28
__max_supported__ = 7.0
You can’t perform that action at this time.
0 commit comments