Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 28, 2024
1 parent 93fdb19 commit b84f9d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v24.2.1

- :rocket: Add PostgresOptions to use `connect()` fn

### v24.2.0

- :rocket: Allow passing generic Drizzle Options
Expand Down
1 change: 1 addition & 0 deletions lib/pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default class Pool<TSchema extends Record<string, unknown> = Record<strin
static async connect<TSchema extends Record<string, unknown> = Record<string, never>>(connstr: string, schema: TSchema, opts: {
retry?: number;
migrationsFolder?: string;
options?: PostgresJsSessionOptions,
ssl?: {
rejectUnauthorized?: boolean;
};
Expand Down

0 comments on commit b84f9d0

Please sign in to comment.