Login to the last selected environment
We've made the currently selected environment persistent. The new improvement allows you to pick up your work when logging in again from the same browser.
We've made the currently selected environment persistent. The new improvement allows you to pick up your work when logging in again from the same browser.
Stigg's API and SDKs allow you to show customers a preview of the estimated subscription cost before provisioning or updating a subscription, for example: as part of a checkout or confirmation flow.
When Stigg is integrated with a billing solution, the response of the estimateSubscription
and estimateSubscriptionUpdate
calls now include information about the estimated tax fees, which can be presented to your customers. This includes:
1. Tax name - i.e. NJ Sales Tax
2. Tax amount
3. The tax percentage rate
4. Whether the tax is inclusive or exclusive to the subscription price
5. The prorated cost that's due now - with and without tax
6. The recurring subscription price - with and without tax
The enriched response is available in the Stigg Node.js SDK v1.15 and the Stigg JavaScript SDK v1.36.0 or later.
We've made it easier for users to focus on customers' currently active subscriptions by hiding inactive subscriptions from the customer details screen by default.
Want to view canceled subscriptions in order to determine the subscription history? No problem!
Use the toggle in the top-right corner of the Customer details -> Subscriptions section to control the show or hide canceled subscriptions as needed.
The subscriptions will be ordered according to start and dates.
Subscriptions of products that allow multiple active subscriptions will be grouped according to the provided resource ID.
We've made it easier to determine the current feature usage and available entitlements of an active subscription, by allowing users to access this information directly from the subscription details screen, in addition to the previous access from the customer details screen.
We've made it easier to navigate through different platform sections even when the left navigation bar is collapsed.
By leveraging the improved user experience you can now collapse the left navigation bar as you work with the Stigg platform and have more space for managing your packaging and pricing, while still being able to quickly jump between different sections as needed.
Collapsing the navigation bar is possible by clicking on the '<<' icon. Uncollapsing it is possible by hovering on the Stigg logo in the top-left corner and clicking on the '>>' icon.
Menu items with sub-sections will appear with a '>' indication. Clicking on these items will open a menu with the relevant sub-sections, which you the relevant sub-section will then open it.
We've extended our API and SDKs and now support 2 methods for reporting the usage of metered features:
1. Reporting of the usage change (delta) - for example: +A when A seats are provisioned, and -B when B seats are de-provisioned.
2. Setting the usage value - for example: C where C is the current seat count. This new reporting method is useful when the entitlement usage is calculated or aggregated by another data source.
To set the usage value, pass the updateBehavior.set
property when reporting measurements.
Setting the calculated usage value is supported in the Stigg Node.js SDK v1.13.0 and Stigg Python SDK v0.5.0 or later.
More details can be found here.
Stigg supports the creation of multiple environments in each account to support your existing product development process, for example: Development, Staging, Production, etc.
We've now made it easier to distinguish between the currently selected environment by allowing you to set a color for each environment.
Every time a new environment is created, a different color is automatically preselected to ensure that the distinction between the different environments is clear.
The environment color would then be reflected in the environment picker, as well as in settings section.
The new functionality makes it easier to determine in what environment changes to pricing and packaging are applied and convey the caution that should be taken while applying them, for example:
1. Development environments can have a green color indicating that they're "safe" to edit.
2. Staging environments can have an orange color indicating that making changes to them.
3. Production environments can have a red color to indicate that applying changes to the environment should be made with the most caution.
We've made it easier than ever for customers who use Google Workspaces to access your account in the Stigg Console - you can now do so by simply clicking on the "Login with Google" button in Stigg's login page.
Note that after you login with Google, all subsequent logins must also take place using Google, even if you've used a username and password to access the Stigg Console in the past.
We've made it easier than ever to copy the IDs of Stigg entities - simplify click on the ID field to copy it.
The new user experience further streamlines the integration of Stigg into your codebase and third-party applications.
We've made substantial improvements to the latency of entitlement checks that are performed using Stigg's frontend SDKs.
The change can significantly improve the user experience on attempts to access gated features.
The performance improvement leverages Stigg's high availability and accessible from anywhere architecture - behind the scenes, the data is accessed from 200+ points-of-presence (POPs), which is closest to the customer's location.
The performance improvement is baked into the Stigg JavaScript SDK v1.9.0 or later, Stigg React SDK v1.9.0 or later, Stigg Vue.js SDK v0.5.0 or later, and Stigg Embed SDK for HTML, Webflow and Wordpress v1.2.0.