Skip to content

Commit

Permalink
Version Packages (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 24, 2024
1 parent ece39f7 commit c128a14
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 20 deletions.
15 changes: 0 additions & 15 deletions .changeset/rude-pandas-give.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/postgres-kysely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vercel/postgres-kysely

## 0.9.0

### Patch Changes

- Updated dependencies [30fe8d0]
- @vercel/postgres@0.9.0

## 0.8.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/postgres-kysely",
"version": "0.8.0",
"version": "0.9.0",
"description": "An @vercel/postgres wrapper for the kysely ORM",
"homepage": "https://vercel.com",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@vercel/postgres": "workspace:0.8.0"
"@vercel/postgres": "workspace:0.9.0"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @vercel/postgres

## 0.9.0

### Minor Changes

- 30fe8d0: Upgrade underlying @neondatabase/serverless to 0.9.3.
We follow @neondatabase/serverless's versioning scheme, thus the major bump.

The main changes, per https://github.com/neondatabase/serverless/blob/main/CHANGELOG.md, are:

> - Use a single (per-region) domain name for all connections to Neon databases. Intended to help with connection caching in V8. Passes the endpoint ID inside connection options for WebSocket connections.
> - Deprecate fetchConnectionCache option, which is now always enabled. For neon http fetch queries, enable setting options on individual queries within a batch transaction (but note that the types still do not allow this).
> - Pass username (and database name) through URL decoder, so all usernames can successfully authorize.
Upgrading to this version should be safe for all users.

Also fixes #701

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/postgres",
"version": "0.8.0",
"version": "0.9.0",
"description": "Connect to Vercel Postgres databases on the Edge",
"homepage": "https://vercel.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions test/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vercel-storage-integration-test-suite

## 0.2.15

### Patch Changes

- Updated dependencies [30fe8d0]
- @vercel/postgres@0.9.0
- @vercel/postgres-kysely@0.9.0

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-storage-integration-test-suite",
"version": "0.2.14",
"version": "0.2.15",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit c128a14

Please sign in to comment.