Fix of a bug in jeb_utils.jeb_utils.validate_topic_name

This commit is contained in:
2026-02-21 14:24:50 +01:00
parent 24a0850f55
commit 9d106abd9e
3 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -77,8 +77,11 @@ pip install jeb-utils --index-url https://jcloud-services.ddns.net/simple/ --ext
- `create_file_if_not_exists`: Creates a file if it does not exist.
## Changelog
### Version 0.1.3
- Fatal bug fix: `jeb_utils.jeb_utils.validate_topic_name` has not returned `True` if the topic name is valid, it returned `None` (falsy). Now it returns `True` if the topic name is valid.
### Version 0.1.2
- Bug fix: `jeb_utils.mktopicpart` tried to raise `jeb_utils.exceptions.exceptions.TopicNotFoundError` instead of `jeb_utils.exceptions.TopicNotFoundError` if the topic does not exist.
- Bug fix: `jeb_utils.mktopicpart` has tried to raise `jeb_utils.exceptions.exceptions.TopicNotFoundError` instead of `jeb_utils.exceptions.TopicNotFoundError` if the topic does not exist.
### Version 0.1.1
- Support for custom data paths (`jeb_utils.init`)