-
Notifications
You must be signed in to change notification settings - Fork 15
Version Packages #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Version Packages #501
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
View your CI Pipeline Execution ↗ for commit 26e589f
☁️ Nx Cloud last updated this comment at |
c470794 to
415a188
Compare
415a188 to
9db6420
Compare
9db6420 to
bfc48df
Compare
05166c3 to
068c762
Compare
068c762 to
decfc10
Compare
decfc10 to
3566e0e
Compare
3566e0e to
e6b1341
Compare
e6b1341 to
073ae86
Compare
073ae86 to
de7c42c
Compare
de7c42c to
30c6d32
Compare
30c6d32 to
ce95898
Compare
ce95898 to
14f5ccc
Compare
14f5ccc to
d8f3e9a
Compare
d8f3e9a to
51f36a9
Compare
653090a to
8ed6839
Compare
8ed6839 to
5f654f1
Compare
5f654f1 to
07b9931
Compare
07b9931 to
6ca8599
Compare
6ca8599 to
0467877
Compare
0467877 to
5c62e12
Compare
5c62e12 to
34132ec
Compare
34132ec to
0901431
Compare
0901431 to
4781cce
Compare
4781cce to
3d540a5
Compare
583ad97 to
0299bf6
Compare
0299bf6 to
793044d
Compare
793044d to
26e589f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release 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.
Releases
@pgflow/core@0.10.0
Minor Changes
ensure_workers()cron job that keeps edge functions running. Addworker_functionstable for tracking registered edge functions and their health status. Addstopped_atcolumn to workers table for graceful shutdown detection. IntegratetrackWorkerFunctionandmarkWorkerStoppedinto edge worker lifecycle for automatic registration and shutdown signaling.Patch Changes
@pgflow/edge-worker@0.10.0
Minor Changes
ensure_workers()cron job that keeps edge functions running. Addworker_functionstable for tracking registered edge functions and their health status. Addstopped_atcolumn to workers table for graceful shutdown detection. IntegratetrackWorkerFunctionandmarkWorkerStoppedinto edge worker lifecycle for automatic registration and shutdown signaling.Patch Changes
0b84bb0: Add automatic flow compilation at worker startup. Workers now call ensure_flow_compiled to verify flows are up-to-date. In development, mismatched flows are recompiled automatically. In production, mismatches cause errors. Use ensureCompiledOnStartup: false to opt-out.
e368e08: Major developer experience improvements with structured logging:
Updated dependencies [0b84bb0]
Updated dependencies [90276ce]
pgflow@0.10.0
Patch Changes
@pgflow/client@0.10.0
Patch Changes
@pgflow/dsl@0.10.0
Patch Changes
@pgflow/example-flows@0.10.0
Patch Changes