Releases and versions
This site describes the latest release of each package and API. It does not keep pages for older versions.
Packages
Section titled “Packages”| Package | Registry |
|---|---|
@ebitex/content-sdk |
npm |
@ebitex/forms-sdk |
npm |
@ebitex/content-mcp |
npm |
Ebitex.Content.Delivery |
NuGet |
Versions are MAJOR.MINOR.PATCH. All four packages are before 1.0, and a minor release only adds:
new exports, new options, and new optional members on the shapes the APIs return. The patch number
increases with every build we publish, so a new patch can carry a fix or a documentation change
without any change to the API.
Pin a minor version (^0.20.0 in npm, 0.2.* in NuGet) to take fixes without surprises, and read
the changes below before moving to a new minor.
The three APIs are versioned in their paths (/content/delivery/v1, /content/management/v1,
/forms/v1/sdk). Within a version, changes only add: new endpoints, new optional parameters, and new
members in responses. Your client should ignore response members it does not recognise.
What changed
Section titled “What changed”Changes are recorded on this page from the site’s launch onward.