- DATE:
- AUTHOR:
- The Metronome team
August fixes and improvements
UI
- Select contracts data when setting up your data exports in the UI. 
- Edit the priority of both contract-level and customer-level commits in the UI. 
- Select a date preset when creating a contract in the UI. 
- Access a set of quick actions on the customer page by clicking the ellipsis in the UI. You can add a contract, add a plan, manage custom fields, add ingest alias, and archive the customer. 
- Updated Billable Metric descriptions to provide additional guidance around the use case for each type. 
API
- Edit the priority of both contract-level and customer-level commits through the API using the edit a commit endpoint. 
- Create products through the API with custom fields attached. 
- Create scheduled charges through the create contract endpoint with custom fields attached. 
- View the “type” of invoice line items in our API. You can see this field in the get an invoice, list invoice breakdowns, and list invoices endpoints. 
- v0.3.0 versions of our Node, Go, Python, and Ruby SDKs are available. 
- Add a “uniqueness_key” parameter when using our edit contract endpoint to ensure changes are applied once.