Vaultx

Latest version: v0.0.4.1

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.4.1

What's Changed
* ๐Ÿšš Gave a proper name to a folder. A typo was edited. by klukashka in https://github.com/klukashka/Vaultx/pull/97
* A bug evident from a typo with excess 'isinstance' check by klukashka in https://github.com/klukashka/Vaultx/pull/98
* Save a new version by klukashka in https://github.com/klukashka/Vaultx/pull/99


**Full Changelog**: https://github.com/klukashka/Vaultx/compare/v0.0.4...v0.0.4.1

0.0.4

What's Changed
* Changed MIT license to Apache-2.0 license by klukashka in https://github.com/klukashka/Vaultx/pull/74
* ๐Ÿ’ฅ VaultxResponse class implementation and fixes attached to this change by klukashka in https://github.com/klukashka/Vaultx/pull/75
* โœจ AWS Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/78
* โœจ Azure Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/79
* Reformatted the test_azure_auth_method file by klukashka in https://github.com/klukashka/Vaultx/pull/80
* โœจ GCP Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/81
* โœจ GitHub Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/82
* โœจ JWT Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/83
* New helpful functions by klukashka in https://github.com/klukashka/Vaultx/pull/84
* โœจ Kubernetes Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/85
* โœจ Cert Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/86
* โœจ LDAP Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/87
* ๐ŸŽจ Made some corrections to the docstrings by klukashka in https://github.com/klukashka/Vaultx/pull/88
* โœจ Legacy_MFA Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/89
* ๐Ÿ› Fixed JWT Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/90
* โœจ OIDC Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/91
* โœจ Okta Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/92
* Replaced json return type to VaultxResponse by klukashka in https://github.com/klukashka/Vaultx/pull/93
* โœจ Radius Authentication Method by klukashka in https://github.com/klukashka/Vaultx/pull/94
* ๐Ÿ“š Authentication Methods Docs by klukashka in https://github.com/klukashka/Vaultx/pull/95


**Full Changelog**: https://github.com/klukashka/Vaultx/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* Begin new version by klukashka in https://github.com/klukashka/Vaultx/pull/56
* Shortened the description by klukashka in https://github.com/klukashka/Vaultx/pull/57
* Fixed the type of options parameter by klukashka in https://github.com/klukashka/Vaultx/pull/59
* ๐Ÿ“Š Average performance benchmarks provided by klukashka in https://github.com/klukashka/Vaultx/pull/61
* Update and rename LICENSE to LICENSE.txt by klukashka in https://github.com/klukashka/Vaultx/pull/62
* Active directory, AWS, Azure, Consul, Database, GCP secrets engines functionality provided by klukashka in https://github.com/klukashka/Vaultx/pull/63
* Identity secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/64
* LDAP secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/65
* Pki secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/66
* RabbitMQ secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/67
* SSH secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/68
* Transform secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/69
* Transit secrets engine by klukashka in https://github.com/klukashka/Vaultx/pull/70
* New Secrets Engines by klukashka in https://github.com/klukashka/Vaultx/pull/71


**Full Changelog**: https://github.com/klukashka/Vaultx/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Updated the logo by klukashka in https://github.com/klukashka/Vaultx/pull/36
* ๐Ÿ”จ Fixing dependencies by klukashka in https://github.com/klukashka/Vaultx/pull/38
* ๐Ÿ”จ Fixing imports by klukashka in https://github.com/klukashka/Vaultx/pull/39
* โœจ Async auth methods by klukashka in https://github.com/klukashka/Vaultx/pull/40
* โœจ Async secrets engines by klukashka in https://github.com/klukashka/Vaultx/pull/41
* โฌ†๏ธ pytest-asyncio provided by klukashka in https://github.com/klukashka/Vaultx/pull/42
* โฌ†๏ธ Set default pytest-asyncio behaviour by klukashka in https://github.com/klukashka/Vaultx/pull/43
* โœจ Async system backend by klukashka in https://github.com/klukashka/Vaultx/pull/45
* โฌ†๏ธ Aiohttp dependency by klukashka in https://github.com/klukashka/Vaultx/pull/46
* โœจ Async client implementation by klukashka in https://github.com/klukashka/Vaultx/pull/47
* ๐Ÿšš docs dependency group by klukashka in https://github.com/klukashka/Vaultx/pull/48
* ๐Ÿ“š Updated Docs by klukashka in https://github.com/klukashka/Vaultx/pull/49
* โœจ Context managers and session closing feature by klukashka in https://github.com/klukashka/Vaultx/pull/50
* ๐ŸŽจ README.md update by klukashka in https://github.com/klukashka/Vaultx/pull/51
* ๐Ÿ› ๏ธ Fixed some links by klukashka in https://github.com/klukashka/Vaultx/pull/52
* Guidelines link update by klukashka in https://github.com/klukashka/Vaultx/pull/53
* ๐ŸŽจ Fixed docstrings by klukashka in https://github.com/klukashka/Vaultx/pull/54


**Full Changelog**: https://github.com/klukashka/Vaultx/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* ๐ŸŽจ Icon for PyPI project profile by klukashka in https://github.com/klukashka/Vaultx/pull/18
* Docs by klukashka in https://github.com/klukashka/Vaultx/pull/20
* Synchronous client enhancement by klukashka in https://github.com/klukashka/Vaultx/pull/24
* Workflow to update code coverage by klukashka in https://github.com/klukashka/Vaultx/pull/25
* Revert "Workflow to update code coverage" by klukashka in https://github.com/klukashka/Vaultx/pull/26
* ๐ŸŽจ Code style changes by klukashka in https://github.com/klukashka/Vaultx/pull/27
* ๐Ÿ†• AppRole authentication method by klukashka in https://github.com/klukashka/Vaultx/pull/30
* ๐Ÿงช Unit tests for api by klukashka in https://github.com/klukashka/Vaultx/pull/31
* Workflow for updating code coverage by klukashka in https://github.com/klukashka/Vaultx/pull/32
* Workflow for code coverage update by klukashka in https://github.com/klukashka/Vaultx/pull/33
* Coverage-badge extension by klukashka in https://github.com/klukashka/Vaultx/pull/34
* Updated README.md by klukashka in https://github.com/klukashka/Vaultx/pull/35


**Full Changelog**: https://github.com/klukashka/Vaultx/compare/v0.0.0...v0.0.1

0.0.0

What's Changed
* Basic linters by klukashka in https://github.com/klukashka/Vaultx/pull/1
* ๐Ÿงฑ General project architecture by klukashka in https://github.com/klukashka/Vaultx/pull/2
* ๐Ÿ—๏ธ Adapters initialization by klukashka in https://github.com/klukashka/Vaultx/pull/5
* ๐Ÿ†• Updated library architecture by klukashka in https://github.com/klukashka/Vaultx/pull/7
* ๐ŸŽฏ Testing adapters by klukashka in https://github.com/klukashka/Vaultx/pull/8
* Presumably, all necessary helpful functions were provided. by klukashka in https://github.com/klukashka/Vaultx/pull/9
* โœจ Synchronous client implementation by klukashka in https://github.com/klukashka/Vaultx/pull/10
* Update README.md by klukashka in https://github.com/klukashka/Vaultx/pull/13
* ๐Ÿ“š Docs release by klukashka in https://github.com/klukashka/Vaultx/pull/14
* ๐Ÿ”จ Fixing docs by klukashka in https://github.com/klukashka/Vaultx/pull/15
* README update by klukashka in https://github.com/klukashka/Vaultx/pull/16
* Workflow for publishing was provided. by klukashka in https://github.com/klukashka/Vaultx/pull/17

New Contributors
* klukashka made their first contribution in https://github.com/klukashka/Vaultx/pull/1

**Full Changelog**: https://github.com/klukashka/Vaultx/commits/v0.0.0

Links

Releases

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.