Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/calm-bears-claim.md

This file was deleted.

7 changes: 7 additions & 0 deletions internals/env-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neon-internals/env-core

## 0.0.3

### Patch Changes

- Updated dependencies [512baf3]
- @neon/config@1.0.3

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internals/env-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon-internals/env-core",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "Branch env resolution and credential reuse shared by the `neon` and `@neon/env` CLIs. Never published - bundled into each consumer.",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# neon

## 4.5.0

### Minor Changes

- 512baf3: Add `neon claim` and its `claimable` alias for creating, using, claiming, listing, and deleting temporary Claimable Neon projects without an account. `status`, `accept`, and `delete` take an optional project id from `claim list`. `list` prints `state` from the assertion clock and the project expiry, and `delete` drops a local record after the identity assertion expires. `create` prints CLI service names and `project_expires_at`.

Recognize Claimable Neon capability errors in Config-as-Code so unavailable pre-claim services keep their actionable claim guidance instead of being reported as API-key failures.

### Patch Changes

- Updated dependencies [512baf3]
- @neon/config@1.0.3
- @neon/config-runtime@1.0.3

## 4.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neon",
"version": "4.4.0",
"version": "4.5.0",
"description": "CLI tool for Neon, the cloud backend primitives built around Lakebase Postgres",
"keywords": [
"neon",
Expand Down
7 changes: 7 additions & 0 deletions packages/config-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neondatabase/config-runtime

## 1.0.3

### Patch Changes

- Updated dependencies [512baf3]
- @neon/config@1.0.3

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon/config-runtime",
"version": "1.0.2",
"version": "1.0.3",
"description": "Imperative runtime for @neon/config: inspect/plan/apply a neon.ts policy against the Neon API and bundle + deploy Neon Functions. Pulls in esbuild; import this from CLIs and CI, not from neon.ts.",
"keywords": [
"neon",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @neondatabase/config

## 1.0.3

### Patch Changes

- 512baf3: Add `neon claim` and its `claimable` alias for creating, using, claiming, listing, and deleting temporary Claimable Neon projects without an account. `status`, `accept`, and `delete` take an optional project id from `claim list`. `list` prints `state` from the assertion clock and the project expiry, and `delete` drops a local record after the identity assertion expires. `create` prints CLI service names and `project_expires_at`.

Recognize Claimable Neon capability errors in Config-as-Code so unavailable pre-claim services keep their actionable claim guidance instead of being reported as API-key failures.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon/config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Config-as-Code for Neon. Define a `neon.ts` policy and inspect/diff/deploy it against the Neon API as plain TypeScript functions.",
"keywords": [
"neon",
Expand Down
7 changes: 7 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neondatabase/env

## 1.1.3

### Patch Changes

- Updated dependencies [512baf3]
- @neon/config@1.0.3

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neon/env",
"version": "1.1.2",
"version": "1.1.3",
"description": "Resolve and inject Neon connection strings for the branch selected by your neon.ts policy. fetchEnv / parseEnv plus a `neon-env` CLI with `run` and `export`.",
"keywords": [
"neon",
Expand Down
7 changes: 7 additions & 0 deletions packages/neonctl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# neonctl

## 4.5.0

### Patch Changes

- Updated dependencies [512baf3]
- neon@4.5.0

## 4.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/neonctl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neonctl",
"version": "4.4.0",
"version": "4.5.0",
"description": "Compatibility command for the Neon CLI",
"keywords": [
"neon",
Expand Down
Loading