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

Avoid breaking api change, reduce api cache duration #4610

Merged
merged 2 commits into from Apr 9, 2024

Conversation

Nutomic
Copy link
Member

@Nutomic Nutomic commented Apr 9, 2024

@Nutomic Nutomic changed the title Dont mark site.public_key as serde(skip) to avoid breaking change Avoid breaking api change, reduce api cache duration Apr 9, 2024
@@ -36,7 +36,7 @@ pub struct Site {
pub inbox_url: DbUrl,
#[serde(skip)]
pub private_key: Option<String>,
#[serde(skip)]
// TODO: mark as `serde(skip)` in next major release as its not needed for api
Copy link
Member

Choose a reason for hiding this comment

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

👍

@dessalines dessalines merged commit 1d0a6ac into main Apr 9, 2024
2 checks passed
@SleeplessOne1917 SleeplessOne1917 deleted the site-public-key branch April 9, 2024 15:05
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.

None yet

3 participants