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.

October 1, 2025

October 1, 2025

New features

Customer loyalty program

Introduced new /customers/{id}/loyalty endpoint for accessing customer loyalty points and rewards.

Wishlist functionality

Customers can now maintain wishlists:

  • POST /customers/{id}/wishlist - Add plants to wishlist
  • GET /customers/{id}/wishlist - Retrieve wishlist
  • DELETE /customers/{id}/wishlist/{plant_id} - Remove from wishlist

Breaking changes

Order status field

The order status field now uses standardized values. Legacy status values will be deprecated on December 1, 2025:

  • pending_paymentpending
  • in_progressprocessing

Please update your integrations to use the new values.

Enhancements

  • Added pagination support to /plants endpoint with limit and offset parameters
  • Improved error messages with more detailed validation feedback