Stigg Product Updates logo

Product Updates

Back to Homepage Subscribe to Updates

Labels

  • All Posts

Jump to Month

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
Improvement
9 months ago

Improved UX when archiving plans and add-ons

We've added an additional confirmation before archiving plans and add-ons. Stigg app users are now required to enter the plan or add-on name to confirm the action.

We also added validations to prevent archiving of add-ons that are compatible with the latest published plan version. To archive them, first publish a plan version without the compatible add-on.

When a plan or add-on is archived, existing customers are un-affected; however, new subscriptions with those plans and add-ons can no longer be created.


Avatar of authorOr Arnon
Improvement
9 months ago

Configurable health endpoints in the Stigg Sidecar

We've made the "health" and "ready" endpoints of the Stigg Sidecar configurable to allow you to more easily integrate it to your existing monitoring infrastructure.

To do so, simply pass the HEALTH_ENDPOINT_URL and READY_ENDPOINT_URL environment variables when running the Sidecar instance.

More details about the available configuration options can be found here.

Avatar of authorOr Arnon
Improvement
10 months ago

Python SDK reference

We've made it easier to get up and running with Stigg when using the Python SDK by providing visibility for all of the available SDK methods via an SDK reference.

The SDK reference is automatically updated whenever a new SDK version is published.


Avatar of authorOr Arnon
Improvement
10 months ago

Go SDK reference

We've made it easier to get up and running with Stigg when using the Go SDK by providing visibility for all of the available SDK methods via an SDK reference.

The SDK reference is automatically updated whenever a new SDK version is published.

Avatar of authorOr Arnon
Improvement
10 months ago

Higher rate limit for listing customers' active subscription

We've added a new API for listing customers' active subscriptions. The new API is accessible from Edge and has a significantly higher rate limit.

Listing customers' active subscriptions can now be achieved by the getActiveSubscriptionsList method. Getting the full data of each subscription can then be done using the getSubscription method.

The new API is available in the Stigg Node.js SDK v3.37.0, Stigg Python SDK v1.236.0, Stigg Go SDK v1.236.0, Stigg Java SDK v1.236.0, Stigg Ruby SDK v1.236.0, Stigg .NET SDK v.1236.0, Stigg Sidecar SDK v2.0.0, Stigg JavaScript SDK v3.20.0, Stigg React SDK v5.16.0, Stigg Vue.js SDK v4.5.0 and Stigg Embed SDK v5.6.0 or later.


Avatar of authorOr Arnon
Improvement
11 months ago

Improved UX for adding and updating entitlements

We've improved the user experience for adding and updating plan and add-on entitlements! 🤩

Adding entitlements now takes place via side panel and includes a clearer path for adding multiple entitlements at the same time.

Once confirmed, the update takes place in the background and no longer causes a refresh of the entire screen.

Avatar of authorOr Arnon
Improvement
a year ago

Manually triggering usage sync to Stripe

When customers are subscribed to plans with pay-as-you-go pricing, usage of pay-as-you-go charges is synced from Stigg to Stripe every hour.

To allow easy debugging of the integration with Stigg, we've added the ability to manually sync usage from Stigg to Stripe directly from the Stigg app. To do so, open the relevant subscription in the Stigg app and click on the the "Sync usage to Stripe" action.


Avatar of authorOr Arnon
Improvement
a year ago

Copying environment configurations from the environment picker

We've made the ability to copy the configuration of an environment to new and existing environments more accessible by allowing users to do so directly from the environment picker.

Copying environment configurations allows users to easily push pricing and packaging changes between environments - we call it "Git for pricing changes". 

Click here to learn more about this capability.



Avatar of authorOr Arnon
Improvement
a year ago

Support for Pydantic v2 in the Python SDK

We've extended the Stigg SDK for Python to support both Pydantic v1 and Pydantic v2.

With this change, customers can use the latest version of the Pydantic framework together with the Stigg SDK. Customers that currently use Pydnatic v1 can plan the migration to Pydnatic v2 knowing that Stigg supports both framework versions.

This enhancement is supported in the Stigg SDK for Python v1.97.1 and Stigg Sidecar SDK v1.98.3 or later.

Avatar of authorOr Arnon
Improvement
a year ago

Visibility in the Stigg app for prorated amount during subscription creation

We've added an ability to view the prorated amount due today when creating new subscriptions in the Stigg app. 

The experience is similar to the one that was previously available when updating a subscription a subscription to a specific plan -changing billing period, unit quantity and add-ons.

Using the new interface, Stigg app users can determine the prorated amount due today also when creating subscription to a new plan.


Avatar of authorOr Arnon