Skip to content

Commit beb72cf

Browse files
chore: release (alpha) (#246)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a0831a commit beb72cf

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"fair-plums-compete",
1919
"fair-rivers-help",
2020
"feat-extract-retries",
21+
"feat-security-labels",
2122
"fix-drop-ordering-dependent-objects",
2223
"fix-drop-ordering",
2324
"fix-drop-phase-cycles-owned-sequence-and-replace-table",
@@ -32,6 +33,7 @@
3233
"fix-rename-table-cascade-and-orphan-sequence",
3334
"fix-replaced-table-duplicate-constraint-add",
3435
"fix-replica-identity-using-index",
36+
"fix-security-label-provider-filter",
3537
"fix-self-grant-admin-option",
3638
"fix-supabase-self-schemaed-extensions",
3739
"fix-table-constraint-null-definition",

packages/pg-delta/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @supabase/pg-delta
22

3+
## 1.0.0-alpha.23
4+
5+
### Minor Changes
6+
7+
- 9a0831a: feat(pg-delta): add support for PostgreSQL SECURITY LABEL across all 17 supported object types (schemas, tables, columns, views, materialized views, sequences, functions, procedures, aggregates, composite/enum/range types, domains, event triggers, foreign tables, publications, subscriptions, roles). Includes round-trip fidelity, a new `scope: "security_label"` in the filter DSL, and per-provider filtering via the new `provider` extractor.
8+
9+
### Patch Changes
10+
11+
- 9a0831a: Expose security-label providers to the filter DSL so provider-specific security label filters work as documented.
12+
313
## 1.0.0-alpha.22
414

515
### Minor Changes

packages/pg-delta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/pg-delta",
3-
"version": "1.0.0-alpha.22",
3+
"version": "1.0.0-alpha.23",
44
"description": "PostgreSQL migrations made easy",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)