Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 930 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 930 Bytes

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v1.0.0

  • Released on 2024/08/08: The package was originally made by Pascal CHENEVAS. The Carbone team is now maintaining the SDK. This version brings all missing functions to interact with the Carbone API.
  • Added function getStatus: It return the current status and the version of the API as String.
  • Added error HttpError: It return the status code and a error message.
  • Modified for the generate_report: Optimization of api calls when there is error 404.
  • Modified for the render_data: When there is an error in the request, the function returns the status code and an error message.
  • Modified for the new: The argument api_token is optional.
  • Added units tests.

v0.1.0

  • Released on 2023/10/01