Release 1.86
UI
🟢 Enhancement: Customizable Membership Status Access
The JS SDK now gives you more control over who can access your gated content. You can define which membership statuses should be allowed access by using the new Pelcro.uiSettings.membershipSubscriptionStatusAccess setting.
If you don’t configure this setting, the SDK will default to the following allowed statuses:
["active", "extended", "trialing", "past_due"]
To customize which statuses are allowed, simply update your configuration like so:
Pelcro.uiSettings = {
membershipSubscriptionStatusAccess: ["active"] // Only allow active members to view content
};
This update makes it easier to manage access rules and gives you more control over your content!
Platform
🆕 New Feature: AI-Powered Co-Pilot (Enterprise Only)
We're excited to introduce Pelcro Co-Pilot — an AI-powered assistant that helps you instantly answer complex business questions using your subscription data.
Think of it as ChatGPT for your analytics. Ask questions like:
- What percentage of subscribers successfully renew at the end of their subscription term?
- Which plans or promotions are driving the most revenue growth?
- What is our quarterly subscription revenue in the last 5 quarters?
- How many subscriptions expired each month, segmented by digital vs. print?


🔓 7-Day Free Trial Available
You can activate a free 7-day trial by clicking the Co-Pilot button in your navigation bar. After the trial, Co-Pilot is available exclusively to Enterprise accounts. To continue using it, contact your account manager.
This is just the beginning of a smarter, faster way to work with your data!
APIs
⚠️ Update: Throttling Introduced on IP Authorization Open API
To protect the stability and performance of our infrastructure, we’ve introduced throttling on the IP Authorization Open API endpoint.
This measure is necessary to ensure fair usage and to safeguard the platform against patterns of excessive or abnormal access, without affecting legitimate and expected use cases of this endpoint.