Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.0.0: Add PostgreSQL, changing persistent data store from Vault to Postgres and bump dependency versions #43

Merged
merged 92 commits into from
Aug 22, 2024

Conversation

obervinov
Copy link
Owner

@obervinov obervinov commented Jun 12, 2024

v3.0.0 - 2024-08-22

What's Changed

Full Changelog: v2.0.5...v3.0.0 by @obervinov in #43

💥 Breaking Changes

  • Feature request: Add an additional backend - Postgres to store historical user data #41
  • Bump vault-package version to 3.0.0 this version contains major changes
  • Detailed information about the deprecated methods, constants, arguments, properties, and return values can be found in the DEPRECATED.md file
  • Changed logger level to INFO for messages when the user RateLimit is exceeded
  • Removed unused option to manually set vault_client attributes

🚀 Features

@obervinov obervinov added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 12, 2024
@obervinov obervinov added this to the v3.0.0 milestone Jun 12, 2024
@obervinov obervinov self-assigned this Jun 12, 2024
Copy link
Owner Author

@obervinov obervinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed

@obervinov obervinov marked this pull request as ready for review August 22, 2024 12:31
@obervinov obervinov merged commit 1026da4 into main Aug 22, 2024
15 checks passed
@obervinov obervinov deleted the release/v3.0.0 branch August 22, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature request: Add an additional backend - Postgres to store historical user data
1 participant