- DATE:
- AUTHOR:
- The Metronome team
September fixes and improvements
UI
Create a
spend_threshold_reached
notification for all values of a group key in the UI. This builds on a previous release, which enabled the ability to create a notification based on a specific group key value (e.g. notify if user_id=123 exceeds $1,000 in spend). With this update, you can now set a notification for all values of the group key (e.g. notify if any user_id exceeds $1,000 in spend).Add a billing configuration to a contract that doesn’t already have one in the UI.
Archive a billing provider on a customer in the UI. Archived billing providers can be reassigned to new customers. If you archive a billing provider that is attached to an active contract, the configuration will be archived immediately and will no longer bill to the associated destination.
Edit the rate type of a recurring commit in the UI.
Improved search accuracy in Products and Rate Cards tables.
View product ID in commit/credit metadata flyover.
Improved formatting of our Audit Logs in the UI.
New filtering on the rate card table to allow users to hide disabled entitlements and archived products.
Products within the rates table now displayed the attached billable metric on hover.
API
Create a
spend_threshold_reached
notification for all values of a group key through the API.Add a billing configuration to a contract that doesn’t already have one through the API.
Archive a billing provider on a customer through the API.
Edit the rate type of a recurring commit through the API.
v1.0.0 versions of our Node, Go, Python, and Ruby SDKs are available.