> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.9.md).

# Bluur 1.0.9

**Subscription-related improvements**:

* Displaying full information about subscription plan prices.
* Plans are displayed according to the customer's currency and billing period.
* The subscription currency depends on the user's tax location.
* A restriction was introduced so subscriptions can only be purchased in supported currencies.
* Better filtering and presentation of plans depending on system configuration.
* Ability to set up a subscription without a trial period — without displaying trial information.
* Improved loading of plans with incomplete data (e.g., without a recurring price).
* Unnecessary developer buttons and configuration parameters were removed.
* Exception handling and error messages were added for greater operational stability.

**Document management and retention period**:

* A new interface for configuring the document retention period.
* Parameters allowing you to define the maximum retention time for an inactive document.
* Visibility of the retention option only when permanent retention is disabled.
* Logging document deletion operations and tracking the last access.
* Better statistics and reporting regarding usage and invitations.

**Internationalization and translation improvements**:

* Updated translations and descriptions in the user interface.
* Improved language redirects (e.g., to the Bluur service).
* Automatic saving of the user's tax location — preparation for VAT MOSS settlements.
* Support for the client's VAT number in Stripe integration.

**User and team management**:

* Introduction of a user status flag.
* Fixes to the active users counter in the subscription.
* Ability to invite users only from the same domain.
* Counting invited users in statistics.

**Additional improvements and fixes**:

* Introduction of critical hotfixes (1.1.45 and 1.1.140-prod).
* Removing expired and custom subscriptions.
* Resetting subscription counters after each billing period.
* Better logging of system operations and removal of unnecessary logs.
* System stability fixes, including faster anonymization and error handling when a subscription is missing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bluurdoc.bluur.ai/en/system/change-log/bluur-1.0.9.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
