π Release Notes
v0.10.0 (2026-06-04)
What's Changed
β¨ Features
- Add JWT regext and base URL extraction function by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/57
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.9.0...v0.10.0
v0.9.0 (2026-06-02)
What's Changed
β¨ Features
- feat: add ALPHANUM_TZ_REGEX and update BASE_ENCRYPTED_REGEX format by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/56
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.8.2...v0.9.0
v0.8.2 (2026-06-02)
What's Changed
π Fixes
- fix: add JWT utilities for signing, encoding, and decoding tokens by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/55
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.8.1...v0.8.2
v0.8.1 (2026-06-01)
What's Changed
π Fixes
- Rename hash_str to hash for consistency by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/54
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.8.0...v0.8.1
v0.8.0 (2026-06-01)
What's Changed
β¨ Features
- Remove todo-tree extension and add ALPHANUM_SCOPE_REGEX by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/53
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.7.3...v0.8.0
v0.7.3 (2026-05-25)
What's Changed
π Fixes
- Update cryptography dependency and simplify password functions by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/52
π¦ Dependencies
- chore(deps): update cryptography requirement from <47.0.0,>=44.0.3 to >=44.0.3,<49.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/51
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.7.2...v0.7.3
v0.7.2 (2026-04-26)
What's Changed
π Fixes
- Fix: removed unnecessary base64 decoding of aad in decryption of aes-gsm by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/40
π¦ Dependencies
- chore(deps): update pytest-benchmark requirement from <6.0.0,>=5.0.1 to >=5.2.3,<6.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/39
- chore(deps): update pyjwt requirement from <3.0.0,>=2.10.1 to >=2.12.1,<3.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/36
- chore(deps): update argon2-cffi-bindings requirement from <30.0.0,>=21.2.0 to >=25.1.0,<30.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/34
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.7.1...v0.7.2
v0.7.1 (2026-04-23)
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.7.0...v0.7.1
v0.7.0 (2026-04-23)
What's Changed
β¨ Features
- feat(crypto): implement AES-CBC and AES-GCM encryption/decryption fun⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/29
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.6.0...v0.7.0
v0.6.0 (2026-04-20)
What's Changed
π¦ Dependencies
- chore(deps-dev): update setuptools-scm requirement from <10.0.0,>=8.0.4 to >=8.0.4,<11.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/18
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.5.3...v0.6.0
v0.5.3 (2026-02-27)
What's Changed
π Fixes
- fix: handle ValueError in is_debug_mode function by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/17
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.5.2...v0.5.3
v0.5.2 (2026-02-26)
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.5.1...v0.5.2
v0.5.1 (2026-02-25)
What's Changed
π Fixes
- fix: reorder parameters in async_create_ssl_certs and correct typo in⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/16
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.5.0...v0.5.1
v0.5.0 (2026-02-25)
What's Changed
β¨ Features
- feat(crypto): add asymmetric, symmetric, hashing, JWT, and password u⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/15
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.4.0...v0.5.0
v0.4.0 (2026-02-23)
What's Changed
β¨ Features
- feat: add new enums for languages and currencies; enhance regex patte⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/14
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.3.1...v0.4.0
v0.3.1 (2026-02-11)
What's Changed
π Fixes
- fix: correct indentation for sorting file paths in read_all_configs f⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/13
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.3.0...v0.3.1
v0.3.0 (2026-02-04)
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.2.1...v0.3.0
v0.2.1 (2026-02-04)
What's Changed
β¨ Features
- feat: add support for reading multiple config file formats asynchrono⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/12
π¦ Dependencies
- chore(deps): update mkdocstrings[python] requirement from <1.0.0,>=0.24.3 to >=0.24.3,<2.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/11
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.2.0...v0.2.1
v0.2.0 (2025-11-25)
What's Changed
β¨ Features
- feat: add async and sync functions to read YAML, JSON, TOML, and INI β¦ by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/9
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.1.0...v0.2.0
v0.1.0 (2025-11-23)
What's Changed
β¨ Features
- feat: add is_debug_mode function to check application debug status by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/8
π¦ Dependencies
- chore(deps): update aiofiles requirement from <25.0.0,>=24.1.0 to >=24.1.0,<26.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/5
- chore(deps): update pylint requirement from <4.0.0,>=3.0.4 to >=3.0.4,<5.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/6
- chore(deps): update pytest requirement from <9.0.0,>=8.0.2 to >=8.0.2,<10.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-utils/pull/7
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/bybatkhuu/module-python-utils/pull/5
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.0.5...v0.1.0
v0.0.5 (2025-10-02)
What's Changed
β¨ Features
- feat: add get_slug_name function to slugify file names by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/4
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.0.4...v0.0.5
v0.0.4 (2025-10-01)
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.0.3...v0.0.4
v0.0.3 (2025-09-30)
What's Changed
π Fixes
- Update documentation, refactor potato_util module, and enhance error handling by @bybatkhuu in https://github.com/bybatkhuu/module-python-utils/pull/3
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.0.2...v0.0.3
v0.0.2 (2025-09-18)
Full Changelog: https://github.com/bybatkhuu/module-python-utils/compare/v0.0.1...v0.0.2