> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# April 2024

> New Releases, Enhancements, + Changes

## What's New

April 25, 2024

#### LangChain.js Auto Instrumentation

We've just released a new OpenInference package to support auto instrumentation of LangChain.js to unlock observability without the pain of manual instrumentation. Learn more [here](/docs/ax/observe/tracing/setup).

#### Monitor Audit Log

The monitor audit log details all changes made to a monitor, including who made the change, the timestamp of the change, and specifics of what was altered. This helps teams track modifications and maintain oversight of monitor configurations and is available programmatically. Learn more [here](/docs/ax/graphql-reference/apis/monitors-api#querying-for-monitor-audit-log).

## Enhancements

April 25, 2024

#### Update Actual and Tag Values

Arize supports the ability to update actual values and tag values. The process looks the same as sending a latent actual or tag.

#### Prompt Playground Redesign

April 12, 2024

We've redesigned Prompt Playground to make it easier for users to compare prompts, models, and parameters. Additionally, Prompt Playground is now a top level page so it can be used as a blank slate testing ground!

<Frame caption="">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/ce6c0386-image.jpeg" />
</Frame>

#### Fileimporter Wildcard Support

Users can now use wildcard (\*\*) in prefixes for file ingestion across GCS, S3 and Azure. Supports up to 3 layers of wildcards so users can define the ingestion pattern with more flexibility.

* \*\* matches any sub-directories

* \*\*abc\*\* matches any sub-directories that contains "abc" anywhere

* abc\*\* matches any sub-directories that starts with "abc"

* \*\*abc matches any sub-directories that ends with "abc"

<Frame caption="">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/07924fa8-image.jpeg" />
</Frame>

#### Light Mode (Beta)

Try out Light Mode, now available in beta. To turn light mode on, navigate to the bottom left corner of your screen, click the user icon -> select the sun 🔆.

<Frame caption="">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/74ba00d3-image.jpeg" />
</Frame>

#### Python SDK v7.14.1

* Supports export of spans from Arize platform

* Increases span field validation string length limits

* Allows spaces in eval names

Learn about Python SDK fixes and improvements [here](https://pypi.org/project/arize/).

### 📚 New Content

* Arize previews [prompt variable monitoring](https://arize.com/press/arize-ai-debuts-prompt-variable-monitoring/) at Google Cloud Next '24

* [Research-driven tips](https://arize.com/blog-course/research-techniques-for-better-retrieved-generation-rag/) for getting the "generation" part right with [LLM RAG](https://arize.com/blog-course/llm-rag-retrieval-augmented-generation-roadmap/)

* [Chronos](https://arize.com/blog/demystifying-chronos-learning-the-language-of-time-series/): learning the language of time series
