v1.0.1
Heading 2
Heading 3
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Item 1
Item 2
Number 1
Number 2
export async function generateMetadata({
params,
}: {
params: { projectSlug: string };
}): Promise<Metadata> {
const { projectSlug } = await params;
const result = await getPublicReleasesForProject(projectSlug, "api");
if (!result.success || result.data.releases.items.length === 0) {
return { title: "Project not found" };
}
const projectName = result.data.project.name;
return {
title: { absolute: `${projectName} Changelog` },
description: `Release notes for ${projectName}`,
openGraph: {
title: projectName,
description: `Release notes for ${projectName}`,
},
};
}
v0.0.1
Exciting New Updates in This Release!
We've been hard at work making your experience even better! This latest update brings a host of improvements, from enhanced reliability to exciting new features that will make using our product a delight.
New & Noteworthy
We've introduced a new onboarding flow that's designed to get you up and running faster than ever before. You can try it out now to experience a smoother introduction to all the great things you can do.
For those who prefer a different aesthetic, we're thrilled to announce dark mode support! Now you can switch to a darker theme for a more comfortable viewing experience, especially in low-light conditions.
Under the Hood Improvements
We've implemented automatic retry logic for calls to external services. This means that even if an external service experiences a temporary hiccup, we'll try again automatically, ensuring a more reliable and seamless experience for you.
We've also resolved a tricky issue with our cache invalidation. You should now notice faster and more consistent performance as we've ironed out a race condition that could sometimes cause delays. hello
Search and reliability improvements
Hey everyone! This latest release brings some exciting updates and crucial fixes to make our platform even better. We've been busy behind the scenes, and you'll notice improvements in how we handle payments and search, along with important bug squashes in authentication and websockets.
First off, we've enhanced our payment processing by adding more comprehensive logging around payment webhooks. This will help us monitor and troubleshoot payment-related events more effectively, ensuring smoother transactions for everyone. For our search functionality, we've introduced pagination to search results. This means your searches will now be more manageable, especially with large datasets, providing a cleaner and more user-friendly experience when browsing through findings.
On the stability front, we've addressed a critical issue in authentication where a null pointer could occur in the session handler; this has now been resolved, leading to a more robust and reliable authentication process. Furthermore, we've tackled a memory leak in our websocket handler, which is fantastic news for overall system performance and stability, especially under heavy load. These fixes ensure a more secure and efficient environment for all our users.
Dark mode and performance improvements
Hey everyone! We've got a fresh update for you packed with some neat new features and a little performance boost.
We're excited to announce that we've added dark mode support to the user interface! You can now switch to a more comfortable viewing experience, especially helpful in low-light environments. For our authentication process, we've also implemented robust input validation on the signup form. This helps ensure that your information is correct and secure from the moment you join.
Behind the scenes, we've been busy optimising our database queries, particularly for the dashboard. This means you should notice snappier load times and a generally smoother experience when checking out your data. We're always working to make things better for you!
Date Formatting Fix and New Onboarding Feature
A new feature flag has been added for our upcoming onboarding flow. This allows us to gradually roll out improvements and test them thoroughly behind the scenes, ensuring a smooth and delightful experience when it's fully launched.
Finally, we've made some helpful improvements to the accessibility of our navigation component. This change makes it easier for all users to navigate through the application, contributing to a more inclusive and user-friendly experience for everyone.