# Changelog

Releases follow the semantic versioning scheme, in the form of **X.Y.Z** where:

* X stands for a major version
* Y stands for a minor version
* Z stands for a patch version

Bumping a specific version identifier indicates the type of release:

* major release: bump the major version, e.g. **4.9.0** -> **5.0.0**
* minor release: bump the minor version, e.g. **4.9.0** -> **4.10.0**
* patch release: bump the patch version, e.g. **4.9.0** -> **4.9.1**

The following guarantees are made with our releases:

* breaking API changes for [Production Ready](https://github.com/sentiance/v4-docs/blob/main/sdk/changelog/broken-reference/README.md) features require major releases
* breaking API changes for [Early Access](/important-topics/sdk/appendix/feature-production-readiness.md) features can be made in minor releases
* deprecated features are only removed in major releases
* backwards compatible new features might be added to minor releases
* existing features might be deprecated in minor releases
* patch releases only contain bug fixes and improvements for existing features

Users of the SDK are encouraged to update to the latest available patch release at any time.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentiance.com/important-topics/sdk/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
