---
title: "Release notes in Logs service"
sidebar_label: "Release notes"
sidebar_position: 99
description: "Updates in Logs service"
---

import {FaqWrapper, FaqItem, FaqQuestion, FaqAnswer} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# Release notes in Logs service

## 2026 \{#2026}

<FaqWrapper>
  <FaqItem>
    <FaqQuestion>May</FaqQuestion>

    <FaqAnswer>
      * added granular roles for [managing access to logs](/logs/manage-access.mdx).
    </FaqAnswer>
  </FaqItem>
</FaqWrapper>

## 2025 \{#2025}

<FaqWrapper>
  <FaqItem>
    <FaqQuestion>December</FaqQuestion>

    <FaqAnswer>
      * implemented [custom log ingestion](/logs/manage/add-logs.mdx) in the Logs service;
      * added support for [Vector](/logs/tools/vector.mdx) and [Fluent Bit](/logs/tools/fluent-bit.mdx) agents for custom log ingestion;
      * added the ability to [change the log retention period](/logs/manage/edit-retention.mdx).
    </FaqAnswer>
  </FaqItem>

  <FaqItem>
    <FaqQuestion>November</FaqQuestion>

    <FaqAnswer>
      * added support for [SDK clients](/logs/tools/sdk-client.mdx) in Python and Go for working with logs.
    </FaqAnswer>
  </FaqItem>
</FaqWrapper>

<Formbricks />
