# Zipy Web SDK (NPM)

### (NPM) 1.7.44 (22-12-2025)

* Fixed an issue that could cause proxy-based network requests to fail.
* Improved reliability of network request handling.
* Performance improvements through background data encoding and compression.

***

### (NPM) 1.7.43 (08-10-2025)

* Improved detection of user frustration signals.
* More consistent and reliable session replays.
* Improved handling of network retries under unstable network conditions.

***

### (NPM) 1.7.42 (04-08-2025)

* Improved error handling to reduce noise from invalid or empty error events.

***

### (NPM) 1.7.41 (17-07-2025)

* Stability improvements to reduce unnecessary processing.
* Improved performance and memory usage under high load.

***

### (NPM) 1.7.40 (07-07-2025)

* Security improvements and dependency updates.
* Improved validation to prevent unnecessary data transmission in invalid configurations.

***

### (NPM) 1.7.39 (23-05-2025)

* Enhanced session initialization to reliably capture session ID and user details.
* Improved availability of session URLs during active sessions.
* Improved response capturing for network requests using specific response type configurations.

***

### (NPM) 1.7.37 (08-01-2025)

* Fixed an issue where network event timestamps were recorded at request completion instead of request start.
* Network events, breadcrumbs, and DevTools timelines now reflect accurate request start times.

***

### (NPM) 1.7.36 (06-01-2025)

* Improved handling of network requests to ensure more reliable network instrumentation.


---

# 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.zipy.ai/configure/changelog/zipy-web-sdk-npm.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.
