Skip to content

Latest commit

 

History

History
178 lines (152 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

178 lines (152 loc) · 11.5 KB

Change Log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v4.0.0 - 2024-10-17

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v3.0.0...v4.0.0 by @obervinov in #50

💥 Breaking Changes

  • Bump python version to 3.12

🚀 Features

  • Bump dependencies versions
  • Bump workflows versions to v2.0.0

🐛 Bug Fixes

v3.0.0 - 2024-06-12

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v2.0.4...v3.0.0 by @obervinov in #48

💥 Breaking Changes

📚 Documentation

  • Update *.md templates for issues and pull requests
  • Update documentation for the new version of the module
  • Add DEPRECATED.md with information about deprecated methods and classes

🚀 Features

v2.0.4 - 2024-02-07

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v2.0.3...v2.0.4 by @obervinov in #43

🚀 Features

  • Bump keyring from 23.13.1 to 24.3.0

v2.0.3 - 2024-02-04

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v2.0.2...v2.0.3 by @obervinov in #45

🐛 Bug Fixes

  • Fix support for python 3.9

v2.0.2 - 2024-01-25

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v2.0.1...v2.0.2 by @obervinov in #42

🐛 Bug Fixes

📚 Documentation

🚀 Features

v2.0.1 - 2023-06-20

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v2.0.0...v2.0.1 by @obervinov in #27

🐛 Bug Fixes

📚 Documentation

🚀 Features

v2.0.0 - 2023-05-22

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v1.1.1...v2.0.0 by @obervinov in #10

🐛 Bug Fixes

💥 Breaking Changes

The new major version is completely incompatible with the old versions!

  • the VaultClient() class has been completely rewritten and refactored (all class methods and module logic have been changed).
  • changed log format f-string -> %s-lazzy
  • updated SECURITY.md policy

🚀 Features

📚 Documentation

v1.1.1 - 2023-03-01

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v1.1.0...v1.1.1 by @obervinov in #9

🐛 Bug Fixes

  • fixed install_requires in setup.py
  • added parameter dependency_links in setup.py

📚 Documentation

v1.1.0 - 2023-02-28

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v1.0.3...v1.1.0 by @obervinov in #5

🐛 Bug Fixes

  • updated the code in accordance with the recommendations of flake8 and pylint
  • adjusted pyproject.toml and setup.py for package delivery

📚 Documentation

  • updated and expanded the documentation in the file README.md

💥 Breaking Changes

  • global code recycling: updated all exceptions events, removed old artifacts, fixed redundant logging and more comments added to the code

🚀 Features

v1.0.3 - 2023-02-03

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v1.0.2...v1.0.3 by @obervinov in #3 and #4

🐛 Bug Fixes

  • repeated fixed if condition for secrets.kv.v2.configure

📚 Documentation

v1.0.2 - 2023-02-03

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v1.0.1...v1.0.2 by @obervinov in #2

🚀 Features

🐛 Bug Fixes

  • updated code format
  • fixed if condition for secrets.kv.v2.configure

📚 Documentation

v1.0.1 - 2023-02-03

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/compare/v1.0.0...v1.0.1 by @obervinov in #1

🐛 Bug Fixes

  • added hvac=1.0.2 dependency in setup.py

v1.0.0 - 2022-11-05

What's Changed

Full Changelog: https://github.com/obervinov/vault-package/commits/v1.0.0

💥 Breaking Changes

  • Module release