# @theorchard/dataloader-cypher

## 2.2.1

### Patch Changes

-   Add lodash-es to lodash jest module mapping for ESM compatibility

## 2.2.0

### Minor Changes

-   Add database parameter for using on Neo4j sessions

## 2.1.0

### Minor Changes

-   Use managed Neo4j Transactions with executeRead() instead of session.run() for automatic retries on Transient errors

## 2.0.1

### Patch Changes

-   Updated peer-dependencies
    -   neo4j-driver >=4.4.11

## 2.0.0

### Major Changes

-   Add BookmarkManager support

## 1.1.1

### Patch Changes

-   Set fetchSize to avoid additional round-trips

## 1.1.0

### Minor Changes

-   Bump neo4j-driver to v5

## 1.0.2

### Patch Changes

-   Fix timeout to be specified in milliseconds

## 1.0.1

### Patch Changes

-   Fix direct return of nullish primative values

## 1.0.0

### Major Changes

-   Initial version
