Version Packages#384
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
March 26, 2026 03:31
034c5ba to
cfff65b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 11, 2026 21:10
cfff65b to
05e6f88
Compare
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
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
pushkin-cli@5.0.0
Major Changes
#373
1d5f32eThanks @cherriechang! - Complete AWS Fargate deployment modernization and critical bug fixesThis major update completely modernizes the AWS deployment infrastructure with critical bug fixes and improvements:
Breaking Changes:
urlinstead ofhostthroughoutCritical Bug Fixes:
New Features:
Improvements:
Infrastructure Updates:
This update has been manually tested on AWS Fargate deployments and significantly improves the reliability and maintainability of AWS infrastructure management.
Patch Changes
#406
7a704f2Thanks @becky-gilbert! - Bug Fix:Fix Docker COPY error when running pushkin prep on a site with no experiments installed.
Fix TypeError that can be thrown when pushkin prep fails to set up the database.
Fix pushkin prep failure that results from orphaned database volumes.
Improvements:
Improve error catching/handling for docker build commands.
pushkin-worker@3.1.1
Patch Changes
#376
a5290a0Thanks @cherriechang! - Fix RabbitMQ heartbeat timeout causing worker crashesBug Fix:
Changes:
heartbeat: 30configuration toamqp.connect()in pushkin-worker to send heartbeats every 30 secondsRABBITMQ_HEARTBEAT: '30'environment variable to RabbitMQ service configurationImpact:
This fix ensures stable RabbitMQ connections during long-running experiment tasks and prevents connection timeouts that were blocking database persistence of user data and experiment results.
#373
2dcff8cThanks @cherriechang! - Bug Fix:Fix bug that caused a race condition between adding a user to the database when the experiment starts and adding stimulus/response data that references that user.
@pushkin-templates/exp-basic@6.3.1
Patch Changes
15ad62aThanks @becky-gilbert! - Bug Fix:Fix logic error that caused the post-experiment feedback page to show the "Oops! Something went wrong" message when the percentile rank and/or summary stat values was 0, which are valid values. Now it checks for null/undefined.
@pushkin-templates/exp-grammaticality-judgment@6.3.1
Patch Changes
15ad62aThanks @becky-gilbert! - Bug Fix:Fix logic error that caused the post-experiment feedback page to show the "Oops! Something went wrong" message when the percentile rank and/or summary stat values was 0, which are valid values. Now it checks for null/undefined.
@pushkin-templates/exp-lexical-decision@6.3.1
Patch Changes
15ad62aThanks @becky-gilbert! - Bug Fix:Fix logic error that caused the post-experiment feedback page to show the "Oops! Something went wrong" message when the percentile rank and/or summary stat values was 0, which are valid values. Now it checks for null/undefined.
@pushkin-templates/exp-self-paced-reading@6.3.1
Patch Changes
15ad62aThanks @becky-gilbert! - Bug Fix:Fix logic error that caused the post-experiment feedback page to show the "Oops! Something went wrong" message when the percentile rank and/or summary stat values was 0, which are valid values. Now it checks for null/undefined.
@pushkin-templates/site-basic@1.2.1
Patch Changes
#376
a5290a0Thanks @cherriechang! - Fix RabbitMQ heartbeat timeout causing worker crashesBug Fix:
Changes:
heartbeat: 30configuration toamqp.connect()in pushkin-worker to send heartbeats every 30 secondsRABBITMQ_HEARTBEAT: '30'environment variable to RabbitMQ service configurationImpact:
This fix ensures stable RabbitMQ connections during long-running experiment tasks and prevents connection timeouts that were blocking database persistence of user data and experiment results.