Skip to content

Commit

Permalink
chore: publish new package versions (beta) (#2357)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @core/[email protected]

### Patch Changes

- 49dd88f: fix: Fix file corruption when doing external sort during
compaction
- f92d4b3: Fallback to replicating whole relations if publication row
filtering cannot support given where clauses.
- c444072: Allow multiple conditions in a where clause to be optimised
(not just one)
- d22e363: Fix transaction ID comparison logic to use correct
modulo-2^32 arithmetic.
- c444072: Optimise where clauses that have a condition in the form
'array_field @> array_const'
- 8a4b0d5: Ensure shape properties are added to OTEL spans in shape
requests.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 25, 2025
1 parent c444072 commit 4ab04c4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,28 @@
"fast-emus-grow",
"fresh-beers-allow",
"funny-hairs-grab",
"fuzzy-dingos-doubt",
"gold-bugs-speak",
"gorgeous-bottles-mate",
"green-drinks-mix",
"grumpy-cheetahs-hear",
"healthy-comics-heal",
"healthy-seas-bathe",
"honest-foxes-do",
"lazy-cameras-clap",
"lemon-taxis-stare",
"lucky-boats-lie",
"lucky-cats-teach",
"mean-humans-clean",
"mean-lies-kiss",
"mighty-monkeys-marry",
"modern-poets-film",
"modern-toes-drop",
"polite-frogs-yell",
"popular-shrimps-ring",
"red-schools-jam",
"seven-files-thank",
"short-clouds-report",
"shy-bags-deliver",
"sixty-queens-agree",
"small-pianos-explain",
Expand All @@ -75,7 +79,9 @@
"ten-socks-promise",
"tender-seas-stare",
"three-pumas-listen",
"twelve-jeans-admire",
"wet-days-rush",
"wet-zebras-laugh",
"wicked-papayas-tease",
"wicked-ties-know",
"wild-bugs-raise",
Expand Down
11 changes: 11 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @core/sync-service

## 1.0.0-beta.19

### Patch Changes

- 49dd88f: fix: Fix file corruption when doing external sort during compaction
- f92d4b3: Fallback to replicating whole relations if publication row filtering cannot support given where clauses.
- c444072: Allow multiple conditions in a where clause to be optimised (not just one)
- d22e363: Fix transaction ID comparison logic to use correct modulo-2^32 arithmetic.
- c444072: Optimise where clauses that have a condition in the form 'array_field @> array_const'
- 8a4b0d5: Ensure shape properties are added to OTEL spans in shape requests.

## 1.0.0-beta.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
Expand Down

0 comments on commit 4ab04c4

Please sign in to comment.