Changelog


Last updated on Jan 02, 2026

Welcome to the Workout API Changelog. this page lists notable changes, improvements, and fixes that have taken place throughout the project.


V1.2.0

2026-01-13

  • Programs generated are now kept in draft mode for 1 day. The endpoint returns a “programId” in addition to the content.
  • Added a new endpoint to save a program generated via its ID (optional name available)
  • Added a new endpoint to retrieve a program by its ID

v1.1.3

2026-01-02

  • Possibility of changing the user’s payment method from account page

v1.1.2

2025-12-29

  • Added an email alert system triggered when a user’s payment cannot be renewed

V1.1.0

2025-11-16

  • Adaptation of the program generation endpoint (/programs/generate) to move towards a creation over several days. The “days” attribute must now be declared in the request’s body

v1.0.3

2025-10-18

  • Implementing a usage report sent by email to API’s administrators

v1.0.2

2025-10-04

  • Adaptation of the program generation endpoint to allow the addition of the demo page for this feature

V1.0.1

2025-09-16

  • implementation of the recurring subscription system with management of quota overruns paid on request

V1.0.0

2025-08-21

  • Lanch of the first version of the API