1.7 KiB
1.7 KiB
Changelog
Version 0.5.0
- Update licenses
Version 0.4.0
- Update licenses
Version 0.3.3
- Update package configuration
Version 0.3.2
- Bug fix:
jeb_utils.utils.is_valid_hostreturnedNoneinstead ofFalseif the host is not valid
Version 0.3.1
- Fatal bug fix:
typing.Unioninjeb_utils.utilswas used but not imported
Version 0.3.0
- Make library backward compatible: use
typing.Unioninstead of the|operator
Version 0.2.5
- Update type hint
Sequenceinjeb_utils.utils.find_nearest_lower_numbertoSequence[int | float]
Version 0.2.4
- Add support for
signed=Trueinjeb_utils.utils.int_to_bytes
Version 0.2.3
- Bug fix:
is_valid_host,is_valid_portandvalidate_address_portinjeb_utils.utilswere not included in__all__
Version 0.2.2
- Bug fix: jeb_utils.utils.is_number could return
Trueeven if the base is0which is mathematically incorrect.
Version 0.2.1
- Add feature for validating addresses.
Version 0.2.0
- Remove all the functions and classes that are now in jeb-server-utils.
Version 0.1.4
- Bug fix: Due to a refactoring,
jeb_utils.jebp_utils.unpack_fieldsdid not work.
Version 0.1.3
- Fatal bug fix:
jeb_utils.jeb_utils.validate_topic_namehas not returnedTrueif the topic name is valid, it returnedNone(falsy). Now it returnsTrueif the topic name is valid.
Version 0.1.2
- Bug fix:
jeb_utils.mktopicparthas tried to raisejeb_utils.exceptions.exceptions.TopicNotFoundErrorinstead ofjeb_utils.exceptions.TopicNotFoundErrorif the topic does not exist.
Version 0.1.1
- Support for custom data paths (
jeb_utils.init)
Version 0.1.0
- First release
auth_utilscrypto_utilsexceptionsjeb_utilsjebp_utilsutils