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

bump version 0.5.0 #593

Merged
merged 3 commits into from
May 29, 2024
Merged

bump version 0.5.0 #593

merged 3 commits into from
May 29, 2024

Conversation

kaplanelad
Copy link
Contributor

@kaplanelad kaplanelad commented May 28, 2024

Bump version to 0.5.0.

Breaking Changes Upgrade Steps
JWT Claims
Change Description
We have added the option to include custom claims when generating a new token. The function generate_token now expects an additional parameter: claims: Option.

Fix:
Add the None variable to jwt::JWT::new(secret).generate_token.

PR: #578

Redis Configuration
Change Description
We have introduced the option to use cache in the app context. To avoid confusion, the app context variable redis has been changed to queue.

Fix:
In the configuration file config/[ENVIRONMENT].yaml change redis to queue

Existing config:

Redis Configuration

redis:
uri: {{get_env(name="REDIS_URL", default="redis://127.0.0.1")}}
...
Updated Configuration:

Queue Configuration

queue:
uri: {{get_env(name="REDIS_URL", default="redis://127.0.0.1")}}
...
PR: #590

Update SeaORM version
Change Description
Upgrade SeaORM from 1.0.0-rc.3 to 1.0.0-rc.4

Fix:
in Cargo.tomland migration/Cargo.toml bump the version to 1.0.0-rc.4

@kaplanelad kaplanelad merged commit 9e59994 into master May 29, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants