Keep your users updated as your project evolves

Use the changelog to record notable changes to your project — new features, bug fixes, breaking changes, and more. Your users can filter entries by tag and subscribe via RSS.

Below are some sample entries to show you the format. Replace them with your own updates.

For more options, see the changelog documentation.

September 1, 2025

September 1, 2025

New features

Order refunds API

Introduced comprehensive refund management:

  • POST /orders/{id}/refund - Process full or partial refunds
  • GET /orders/{id}/refunds - View refund history
  • Automatic inventory restoration on refunded items

Webhook signature verification

All webhooks now include x-plantstore-signature header for verifying webhook authenticity using HMAC-SHA256.

Enhancements

  • Added description field to plant objects for detailed product information
  • Customer addresses can now be labeled (e.g., “Home”, “Work”, “Gift Address”)
  • Improved API response times by 40% through database optimization

Documentation

  • Added new tutorial: “Managing plant inventory”
  • Updated webhook setup guide with signature verification examples
  • Added code samples for Python, JavaScript, and Go SDKs