Changelog

Follow up on the latest improvements and updates.

RSS

We're excited to announce an important addition to our API capabilities. You can now manage and access content revision history programmatically with our new Revisions API endpoints. These endpoints allow you to track changes to your content over time and restore previous versions as needed.
1. Get Revisions Endpoint and SDK Method
The new endpoint allows you to retrieve a list of all revisions for a specific Object. This gives you a complete history of changes made to your content.
REST API:
GET /v3/buckets/:bucket_slug/objects/:object_id/revisions
With the JavaScript SDK, you can easily access revisions:
await cosmic.objectRevisions.find('object-id').props([
'id',
'title',
'created_at',
'status'
]).limit(10)
2. Single Revision Endpoint and SDK Method
The new endpoint allows you to retrieve a specific revision by its ID. This is useful when you need to examine or restore a particular version of your content.
REST API:
GET /v3/buckets/:bucket_slug/objects/:object_id/revisions/:revision_id
With the JavaScript SDK:
await cosmic.objectRevisions.findOne({
objectId: 'object-id',
revisionId: 'revision-id'
}).props([
'id',
'title',
'metadata',
'created_at'
])
3. Add a Revision API
You can now programmatically create new revisions of your content using the API, giving you more control over your content versioning:
await cosmic.objectRevisions.insertOne('object-id', {
title: 'Updated Blog Post Title',
metadata: {
content: 'This is the updated content for the blog post...',
featured_post: true
},
status: 'draft'
})
Documentation Updates
Full documentation for these new endpoints is available at https://www.cosmicjs.com/docs/api/revisions.
New LLMS Resource for AI-Enhanced Workflows
We've also added a new resource for developers using AI in their workflows. You can now access the raw markdown content of our documentation at
https://www.cosmicjs.com/docs/llms.txt
or by appending
.md
to any documentation URL (e.g.,
https://www.cosmicjs.com/docs/api/objects.md
). You can also find a new Copy Page button on the top right of each page. This makes it easier to use our documentation with AI code assistants and LLM tools.
Each blog post now includes a Copy Markdown button at the top of the page which enables you to paste into your code editor. Check out the Spotify clone article to create this app in a single prompt.
These enhancements give you more power to track, manage, and restore content throughout its lifecycle. We're committed to providing the tools you need to create and maintain exceptional content experiences.
Cosmic Intelligence is now available in the Cosmic API, bringing AI features to your Cosmic-powered websites and apps. Generate text and images directly through our API and SDK, streamlining your content creation workflow like never before. See all of the new capabilities in the AI documentation.
What's New?
This release introduces two primary AI-powered features:
1. AI Text Generation
Generate high-quality text content for product descriptions, blog posts, summaries, and more with a simple API call. Our text generation capabilities support:
  • Simple prompts
    for straightforward content generation
  • Chat-based interactions
    for more nuanced content creation
  • Media analysis
    that can interpret images, PDFs, spreadsheets, and other documents
  • Token control
    to manage response length
2. AI Image Generation
Create stunning visuals based on text descriptions, perfect for:
  • Blog post illustrations
  • Product imagery
  • Social media content
  • Marketing materials
Generated images are automatically stored in your Cosmic bucket with customizable folder organization, alt text, and metadata.
Getting Started
Using Cosmic Intelligence is straightforward with our JavaScript SDK:
Cosmic AI API
Learn More
For complete documentation on Cosmic Intelligence, including detailed API references and code examples, visit our AI documentation.
Ready to supercharge your content creation? Cosmic Intelligence is available now for all customers. Check your plan details for usage information and limits.
Questions about our new AI features? Contact our support team for assistance.
We have shipped a couple of updates to the dashboard to improve the content editing experience.
AI text generation context
We have included new options to reference other Object metafields in AI text generation. In the Object form, the generate text modal now includes the ability to select from multiple Metafields on your Object for reference. This makes it easier to create summaries, SEO descriptions, and other actions that require Object data context.
ai-generate-text.png
Data loss prevention
We have fixed data loss risks on Objects. Before, it was possible to update your Metafields and navigate to a new page or close the browser tab and lose your changes.
Now if you have unsaved data and try to navigate away from the page, a pop-up message is triggered, asking if you want to leave without saving the changes.
data-loss-prevention.png
Follow and share in the changelog.
We have a few quality of life improvements to the dashboard to share:
New features
Bucket Import append option
You can now append data into your Bucket using a new Import Mode option. Instead of replacing all data and media in your Bucket, it will append to the existing data. Note: It will not import Object types with existing Object type slugs.
import-append.png
Bucket export media option
You now have the option to include / exclude media from your export.
export-media.png
Go to Your Project > Settings > Import / Export to see the new feature.
API Keys
It's common practice to add environment variables to a
.env
file. We've made this process easier with a single click from the API keys page. It looks like this:
COSMIC_BUCKET_SLUG=your_bucket_slug
COSMIC_READ_KEY=your_read_key
COSMIC_WRITE_KEY=your_write_key
Go to Your Project > API keys to see the new feature.
Improvements
Object Metafield list
We've removed the external link icon and disabled opening the link in a new window.
Fixes
Object thumbnail
We've had reports of issues saving objects when the thumbnail has been removed, or edited in the media library. This issue has been fixed.
Draft only permission
There was an update made that enabled users with draft status only enabled to be able to get around this and set scheduled publish. This has been fixed.
cosmic-referral-program
The Cosmic Referral Program is now available to make it easy for you to share your favorite CMS platform with friends while earning rewards.
How It Works
The process is simple:
  1. Find your rewards page after logging in to the dashboard
  2. Create your referral codes
  3. Share your unique referral codes with new users
  4. When they sign up using your code, they'll be connected to your account
  5. When they upgrade to a paid plan, you both get rewarded
Ready to start earning rewards? Go to your rewards page and begin sharing today.
Read more details in the announcement.
cosmic-intelligence
Cosmic Intelligence is a suite of powerful AI features to help you optimize product development, content editing, and collaboration. With Cosmic Intelligence you can:
๐Ÿ“ Create AI generated text
๐ŸŽจ Create AI generated images
๐ŸŒŽ Automatically translate content
โœจ Automatically add image alt text
๐Ÿ— Use AI to generate content models
๐Ÿง‘๐Ÿปโ€๐Ÿ’ป Use AI for development assistance and API chat
๐Ÿ“ƒ Get insights into media assets including PDFs and spreadsheets
Availability
Cosmic Intelligence is enabled on all plans, including free. Additional AI tokens are available using the AI tokens add on. See the pricing page for more information on plan AI usage limits and add on pricing.
Get started
Go to the Cosmic Intelligence announcement to see more capabilities.
Log in to the Cosmic dashboard to begin using Cosmic Intelligence today. We look forward to seeing what you build using these incredible new features.
We've got a big release to share with you which includes media features and improvements including a new Multi Media Metafield, alt text, image cropping, and more.
Multi Media Metafield
multi-media-metafield-light.gif
The Multi Media Metafield is a new way to add multiple files to your Objects. Included for free on all accounts today, it enables you to upload multiple files at once, create image galleries, set validation, reorder, and more.
Get started
  1. Go to any new or existing Object type settings page and find the Multi Media Metafield and add it to your Metafields model. multi-media-metafield-model.gif
  2. Set your media validation (optional) then save.
  3. Go to any existing Object or new Object in this type and select your multiple media files and save.
See more updates in the changelog article.
We made some layout improvements to the dashboard to give you a better organization and navigation experience.
  1. The global Bucket search is now located on the far left side of the top navigation.
  2. The sidebar toggle has been moved to the bottom of the sidebar.
CleanShot 2024-07-09 at 11
We hope you enjoy the updates. Join the Cosmic community on Discord or reach out to support if you have any questions.
We have improved the search experience in the dashboard with contextual search. With this update, you can now search resources in relation to where you are in the dashboard (specifically the Objects and media table).
How it works
Go to the Object table or media page in the dashboard and find the new search input.
CleanShot 2024-06-10 at 15
Search Objects by title.
CleanShot 2024-06-10 at 15
Search Media by title.
CleanShot 2024-06-10 at 16
We hope you enjoy using the new contextual search to help you find what you are looking for in the dashboard faster.
You can now update the title of your media in the Cosmic dashboard. This is handy if you upload a file that has an obscure file name and you want to change it to something that's more descriptive, making it easier to find.
How to update a media title
In your project, on any media metafield find and click the file title link.
CleanShot 2024-06-07 at 10
This will take you to the media library where you can click on the file title on the top of the modal to edit the media title.
CleanShot 2024-06-07 at 10
By changing the title to something more description, you can find your media faster and easier when doing media search.
CleanShot 2024-06-07 at 11
Note: This value corresponds with the
original_name
in the API. See the media section in the Cosmic docs for more information.
Load More
โ†’