# Changelog

## v1.2.1

### Added

* Added PaginationLimit, PaginationOffset query params

### Removed

* Removed User state enum

## v1.2.0

### Added

* Added `Health` model that indicates the current health status reported by the cluster

### Removed

* Removed `database` field for `clusters_users_delete`, `clusters_users_find_by_id`, `clusters_users_patch` method in `UsersApi`

## v1.1.0

### Added

* Added `ClustersPatch` and its underlying data types, requests and execution functions
* Added `ClustersUsersPatch` and its underlying data types, requests and execution functions
* Added `Name`, `Edition` for templates
* Added `Id` for TemplateList
* Added `Snapshot` as a ResourceType
* Added `Pagination`: Offset, Limit, Links

### Removed

* Removed `database` field for `UserProperties`

## v1.0.0

### Overview

This is the first release of the SDK Ruby DBaaS Mongo. With IONOS Cloud Database as a service, you can quickly setup and manage MongoDB database clusters


---

# 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.ionos.com/mongodb-sdk-ruby/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.
