Changelog
This page documents all notable changes to this project.
2023-11-09 / Node SDK
Added
-
Node SDK version 2.0.0
-
The SDK is now based on
fetch
instead of Axios. Axios relies on XMLHttpRequest which isn't supported in Cloudflare Workers, Next.js Edge, Deno, Bun, etc. By using fetch, the SDK is now compatible with those runtimes. -
All API methods now allow specifying additional options to send to
fetch
. This enables you to control framework-specificfetch
behavior (egrevalidate
for Next.js) - The SDK is now distributed as an ESM module
- Added support for subaccounts for grouping related orders.
- Added APIs for retrieving climate impact data and hosted impact page configuration .
-
The SDK is now based on
2023-11-01 / APIs
Added
- Added support for subaccounts for grouping related orders.
- Added APIs for retrieving climate impact data and hosted impact page configuration .
2023-09-25 / APIs
Added
- Get Order API now includes information about projects used to fulfill the order
- Place Order API now allows specifying the portfolio to use for the order
2022-10-07 / APIs
Added
-
Added ability to cancel orders through the API via the
/orders/{orderId}/cancel
URI. - The docs can be found here .
2022-08-26 / Node SDK
Added
- Node SDK initial release. https://twitter.com/shrutikapoor08/status/1006655474270232576
warning
Changes previous to the oldest date in this document are not noted in this changelog.