# @theorchard/connector-neo4j

## 3.0.5

### Patch Changes

-   SEC: lodash from 4.17.23 to 4.18.1

## 3.0.4

### Patch Changes

-   SEC: lodash-es from 4.17.23 to 4.18.1

## 3.0.3

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@4.2.2

## 3.0.2

### Patch Changes

-   Migrate lodash dependency to lodash-es

## 3.0.1

### Patch Changes

-   Bump lodash to 4.17.23 to fix vulnerabilities

## 3.0.0

### Major Changes

-   KDH-614 Add notificationFilter option and infer encrypted from url if set.

## 2.2.0

### Minor Changes

-   export type for BookmarkManager.

## 2.1.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@4.2.0

## 2.1.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@4.1.0

## 2.1.0

### Minor Changes

-   changing the export of the cypher module so it does not cause a build error when include along datasource-ows

## 2.0.4

### Patch Changes

-   Fixed bug causing conflict between encryption set both on URL and config when config variable is passed

## 2.0.3

### Patch Changes

-   Exposed config variables
    -   <code>connectionAcquisitionTimeout</code>
    -   <code>connectionLivenessCheckTimeout</code>
    -   <code>connectionTimeout</code>
    -   <code>maxConnectionLifetime</code>
    -   <code>maxConnectionPoolSize</code>
    -   <code>maxTransactionRetryTime</code>

## 2.0.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@4.0.1

## 2.0.1

### Patch Changes

-   Updated dependencies
    -   neo4j-driver@5.20.0
    -   neo4j-driver-core@5.20.0

## 2.0.0

### Major Changes

-   Major bump of dd-trace

## 1.7.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@4.0.0

## 1.7.0

### Minor Changes

-   Bump neo4j-driver to v5

## 1.6.6

### Patch Changes

-   GQL-129 stop calling summary on results, it cancels streaming subscription (1000 limit issue)

## 1.6.5

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@3.1.0

## 1.6.4

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@3.0.0

## 1.6.3

### Patch Changes

-   Update the jest transformer for cypher files

## 1.6.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@2.0.0

## 1.6.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@1.1.0

## 1.6.0

### Minor Changes

-   Export neo4j

## 1.5.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/connector-splitio@1.0.9

## 1.5.1

### Patch Changes

-   Fixed jest transform

## 1.5.0

### Minor Changes

-   Added cypher files import support

## 1.4.6

### Patch Changes

-   @theorchard/connector-splitio@1.0.8

## 1.4.5

### Patch Changes

-   Add Transaction and SessionMode to exported types

## 1.4.4

### Patch Changes

-   Updated dependencies [undefined]
    -   @theorchard/connector-splitio@1.0.7

## 1.4.3

### Patch Changes

-   Updated dependencies [undefined]
    -   @theorchard/connector-splitio@1.0.6

## 1.4.2

### Patch Changes

-   Updated dependencies [undefined]
    -   @theorchard/connector-splitio@1.0.5

## 1.4.1

### Patch Changes

-   Fix import from the main package instead

## 1.4.0

### Minor Change

-   Export some built in Neo4j types

## 1.3.0

### Minor Changes

-   Added summary details to Datadog spans

## 1.2.0

### Minor Changes

-   Added Datadog tracing

## 1.1.1

### Patch Changes

-   Add missing dependencies

## 1.1.0

### Minor Changes

-   Bump connector-splitio depdency

## 1.0.1

### Patch Changes

-   Remove unused awsDefaultRegion and loadConfig

## 1.0.0

### Major Changes

-   Common logic for getting neo4j driver.
