# @lucia-auth/adapter-postgresql

## 3.1.0

-   Add Neon HTTP adapter ([#1413](https://github.com/lucia-auth/lucia/pull/1413))

## 3.0.0

See the [migration guide](https://v3.lucia-auth.com/upgrade-v3/postgresql).

## 2.0.2

### Patch changes

-   [#1237](https://github.com/lucia-auth/lucia/pull/1237) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Stop escaping table names with a schema defined

## 2.0.1

### Patch changes

-   [#1031](https://github.com/pilcrowOnPaper/lucia/pull/1031) by [@kosei28](https://github.com/kosei28) : Fix release of connection for transaction in pg

## 2.0.0

### Major changes

-   [#885](https://github.com/pilcrowOnPaper/lucia/pull/885) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update version and peer dependency

## 2.0.0-beta.8

### Minor changes

-   [#867](https://github.com/pilcrowOnPaper/lucia/pull/867) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.7

### Minor changes

-   [#842](https://github.com/pilcrowOnPaper/lucia/pull/842) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.6

### Minor changes

-   [#815](https://github.com/pilcrowOnPaper/lucia/pull/815) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Make `session` model name params optional for `pg()` and `postgres()`

-   [#812](https://github.com/pilcrowOnPaper/lucia/pull/812) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.5

### Minor changes

-   [#782](https://github.com/pilcrowOnPaper/lucia/pull/782) by [@alexanderguy](https://github.com/alexanderguy) : Add adapter for `porsager/postgres`

## 2.0.0-beta.4

### Patch changes

-   [#803](https://github.com/pilcrowOnPaper/lucia/pull/803) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.3

### Major changes

-   [#788](https://github.com/pilcrowOnPaper/lucia/pull/790) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@2.0.0-beta.3`

## 2.0.0-beta.2

### Patch changes

-   [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.1

### Patch changes

-   [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version

## 2.0.0-beta.0

### Major changes

-   [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@^2.0.0`

### Minor changes

-   [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Add option to configure table names in `pg()`

## 1.0.1

### Patch changes

-   [#626](https://github.com/pilcrowOnPaper/lucia/pull/626) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Clean up adapter internals and remove rogue `console.log()`
