> For the complete documentation index, see [llms.txt](https://t1t.gitbook.io/t1c-js-guide-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t1t.gitbook.io/t1c-js-guide-v3/v3.3.0-1/changelog.md).

# Changelog

## Release notes - Trust1Connector - Version T1C-JS-v3.3.0

### Bug

* Return interface to previous state to prevent breaking applications

## Release notes - Trust1Connector - Version T1C-JS-v3.2.13

### Bug

* Pkcs11 module and os dialog return decryption error
* Update certificate model to correctly handle multiple certificates

## Release notes - Trust1Connector - Version T1C-JS-v3.2.12

### Bug

* Device-key endpoint gets called in error handler instead of successhandler

## Release notes - Trust1Connector - Version T1C-JS-v3.2.11

### Bug

* File-exchange ArrayBuffer should be Blob

## Release notes - Trust1Connector - Version T1C-JS-v3.2.10

### Bug

* Initialising with invalid JWT does not throw an error

## Release notes - Trust1Connector - Version T1C-JS-v3.2.9

### Bug

* Entity and type response object inconsistency
* Remoteloading split TX, RX and SW value based on APDU response

### Story

* Use Device certificate to encrypt the pin value sent in clear text
* I want to enable the module for eHerkenning
* I want to enable module for Print Writer

## Release notes - Trust1Connector - Version T1C-JS-v3.2.8

### Bug

* Aventra, Idemia, Oberthur callback functions not being triggered
* FileExchange typing inconsistency

### Story

* Add LuxeID to the token generic interface in JS SDK

## Release notes - Trust1Connector - Version T1C-JS-v3.2.7

### Bug

* Fix imports for Pkijs

### Story

* Disbable implicit any typing

## Release notes - Trust1Connector - Version T1C-JS-v3.2.6

### Bug

* Fix for bulk sign reset in JS SDK causes the reader ID not to be included in certificate retrieval

## Release notes - Trust1Connector - Version T1C-JS-v3.2.5

### Improvement

* Provide separate implementation for Belgian eID with Crelan reader


---

# 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://t1t.gitbook.io/t1c-js-guide-v3/v3.3.0-1/changelog.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.
