# Changelog

## 1.1.0

### Changes

* Rename `name` ro `repositoryName` in RegistriesRepositoriesDelete

### Features:

Added support for **Container Registry Vulnerability Scanning**:

* New APIs added: `api_artifacts.go` and `api_vulnerabilities.go`
* Added new methods to `api_repositories`: `RegistriesRepositoriesFindByName` and `RegistriesRepositoriesGet`

## 1.0.1

* `Bytes` field updated from `int32` to `int64`

## 1.0.0

This is the first release of the SDK Python Container Registry. Container Registry service enables IONOS clients to manage docker and OCI compliant registries for use by their managed Kubernetes clusters. Use a Container Registry to ensure you have a privately accessed registry to efficiently support image pulls.


---

# 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/container-registry-sdk-golang/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.
