# Changelog

## Release Notes – October 6, 2025

**✨ New Features**

* Added support for secret type “other”, expanding secret management capabilities.
* Enabled automatic injection of secrets into apps and engines, allowing access through environment variables.

***

## Release Notes – September 19, 2025

**✨ New Features**

* Introduced entity delete APIs for streamlined data management.
* Added Server-Sent Events (SSE) for real-time task status updates in the backend.

**⚡ Improvements**

* Renamed secrets and dataSourceDescriptor references from S3 to AWS for consistency across services.

***

## Release Notes – September 12, 2025

**⚡ Improvements**

* Updated backend API routing from v1/customer/ → v1/computing/, preparing for the deprecation of older endpoints.
* Populated the username field for existing user records to improve identity consistency.

**🐞 Fixes**

* Resolved issues related to template and engine import operations.

**🗑️ Deprecations**

* Marked the /customer/stats endpoint as deprecated in favor of updated computing metrics APIs.

***

## Release Notes – September 3, 2025

**✨ New Features**

Implemented a shared cache directory on GCS for worker VMs, allowing apps to access cached data via predefined environment variables.

***

## Release Notes – August 29, 2025

**✨ New Features**

* Introduced APIs/CLI commands for publishing and unpublishing apps, engines, and templates
* Added public entity import functionality through both API and CLI commands
* Added new API endpoints for browsing and uploading cache
* Added support for username creation

**⚡ Improvements**

* Improved task assignment to ensure correct distribution across CPU and GPU devices

**🐞 Fixes**

* Fixed issues with validating data sources and destinations in templates

**🗑️ Deprecations**

* Removed support for stale tasks
* Deprecated job presets and schemas

***

## Release Notes – August 21, 2025

**✨ New Features**

* Added onboarding prompt displayed on first login to the computing UI platform

**⚡ Improvements**

* Restructured jobs and templates table
* Enabled job creation from either a template or from scratch


---

# 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.bytenite.com/other/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.
