Below is an ordered list of changes that we have made to Shipyard. Changes include but are not limited to: new features, feature enhancements, bug fixes, or other usability updates. Some changes may be omitted, such as changes that do not affect the user-facing experience.
The purpose of this changelog is to publicly document the updates we are continuously making to improve the Shipyard platform. We hope this is useful to our users to know that the product is being actively worked on.
Have a feature request, a bug report, a suggestion or an interesting use case? We'd love to hear it! Let us know at support@shipyardapp.com!
Webhook Triggers
Fixed broken link for "Manage Git Integrations".
Added functionality to know what Vessel you are editing in the dropdown
for a Vessel node on the Fleet edit DAG page.
Updated error messages for non-unique entity names.
Updated the messages in empty tables due to filtering.
Updated Project name in breadcrumbs where it was showing a generic 'Project' text.
Updated backend formatting of notification emails.
Added two environment variables when the Vessel is built using a Git connection:
SHIPYARD_REPO_NAME indicates the name of the Git repository defined in the Code section.
SHIPYARD_CLONE_LOCATION indicates the local directory of where the root of
the Git repository was cloned to.
Make consistent wording around "Use this Blueprint".
Fleets now have conditional paths between Vessels.
There are three options for a path to be followed:
Success - The upstream Voyage was successful.
Errored - The upstream Voyage was not successful.
Completed - Either Success or Errored.
For a downstream Voyage to run, all upstream Voyages and the path conditions
must be met.
Fixed bug that allowed for invalid Blueprint Variable reference names.
Fixed backend issue where Fleet run infrastructure was not being correctly cleaned up.
Fixed idempotency issues with an external backend service.
Add the ability for self service password resets.
For Git connected Voyages, the git commit hash is now printed to output.
Update Blueprint Variable previewing mechanics.
Update Schedules forms to be explicit about empty Schedules.
Fixed bug to throw "unsaved changes" dialog when clicking Logs or Vessels tab.
Fixed bug where removed Blueprint Variables would error in a Voyage.
Added the ability to use GitHub repositories as the source of your code in Blueprints
and Vessels.
You can find the option to use this under the Git radio button on the Code tabs.
Updated our backend to better log web based errors.
Add a new error boundary and error page to our frontend.
Fixed Organization billing Uploaded Data values.
Fixed non active Organizations from scheduling Voyages.
We overhauled the creation and edit flow for both Vessels and Blueprints to make the process quicker and more seamless. Noticeable improvements are:
The "Write" tab is now the default tab for providing code.
The "Script Name" and "File to Run" fields now mirror each other when you're on the write tab.
If you have unsaved changes, you'll receive a warning when navigating away.
You can't click "Save" if you don't have any changes - making it easier to identify when you've made updates.
You can only click "Run Now" or "Duplicate" after first saving your changes.
The "Inputs" step for Blueprints has a clearer preview section to show you what your Blueprint will look like.
Clicking back out of a creation flow will now take you to the last page you came from.
We added python3-dev
as a default package that is installed in the container
that runs your code.
Add a Playground project to every new Organization upon sign up.
Note the the project will default to the US/Pacific timezone.
Implement new pricing tiers: Freelance, Startup, and Business.
Add a panel to the sign up page to let users know what they are getting.
Redirect user to a new confirmation URL on successful sign up request.
Allow building a Vessel from a Blueprint from the Blueprint's page.
Update password strength requirements and their display to the user.
Redirect users to the Projects page if they are a member of just one Organization.
Fix errors with a blank default value on the Select Blueprint variable type.
Added a distinct action arrow on empty collection pages to help the user figure
out what to do.
Fix configuration handling across the application.
Removed deprecated queueing infrastructure.
New banner in the header indicating how many days left you have in your trial.
There are no changes if you are already a paying, subscribed customer.
The entire cards in the New Vessel flow are clickable to select Code or Custom
Blueprint.
The Active and Inactive Vessels tables have been merged into one.
The notion of an Acitve or Inactive Vessel no longer exists.
A Vessel will always run on all of its Triggers.
The Active, Test, and Inactive Blueprints tables have been merged.
The meaning of an Active, Test, or Inactive Blueprint has been updated to mean
visibility for the Users in your Org.
The translation is as follows:
Active > Visible to Everyone. Every User can create Vessels from these Blueprints.
Test > Editors. Users with Blueprint Create and Update permissions can create
Vessels from these Blueprints.
Inactive > Hidden. No User can create Vessels from these Blueprints.
Connection to Stripe Customer Portal in the Sider once you have a subscription.
New User permission for restricting access to the Billing section of Orgs.
Add ReCAPTCHA v3 to Sign Up page.
Improvements to backing infrastructure that your code runs on.
Minor bug fix with backing queue connectivity.
Self Sign up and new Organization creation.
Allow for manually stopping a running Voyage.
Backend automated Org billing.
Improvements to backend queueing technology.
Improvements to internal APM technologies.
We've been hard at work over the past few months to deliver a new system for Fleets that's modular and flexible enough to meet the needs of the modern data team.
🎉 New Features:
Fleet Overhaul
Fleets have been redesigned from the ground up to tackle more complex problems with a greater level of flexibility and visibility.
Edit your Fleets visually. Drag and drop Vessels and paths to make a workflow that's as complex or simple as you need.
Fleets can now run on converging, branching, and sequential paths.
Vessels in a Fleet all share the same local file storage while continuing to run in independent containers. This allows upstream Vessels to pass data to downstream Vessels without the need for external storage and without the risk of package and language conflicts.
Fleets now have their own logs, allowing you to assess historical status and performance.
Fleets now have their own notifications. Receive alerts whenever a Fleet runs into errors preventing it from running in its entirety.
Vessels can now run independently AND as a part of a Fleet, allowing you to maintain overlapping triggers without having to duplicate Vessels.
Blueprint Library
Browse through over 40 pre-made Blueprints that integrate with more than 15 external services, databases, and cloud storage vendors.
Add a Blueprint to your organization so you can quickly create Vessels and Fleets that download, upload, and manipulate data across your tech stack.
🌟 Enhancements:
Vessels no longer have the option for "Internal Triggers" to create a Fleet.
The "Build Vessel" button has been exchanged with a "+ New" button that allows you to make a New Vessel or a New Fleet.
The sidebar navigation has been updated to include:
A link for the Blueprint Library
A divider to split options for the Organization or for the Platform.
🎉 New Features:
You can now follow along with actively running Vessels - LIVE!
Clicking the "Run Vessel" button will automatically redirect you to the newly created log.
If a Vessel is scheduled to run soon, or is currently running, the log page will now automatically refresh to show you live details. Details include:
Current Vessel Status
Live Updating Duration ​
Live Output Indicator
​​
When you put all of these changes together, it looks like this:
This new feature will provide better visibility into the progress of Vessels without requiring users to constantly refresh the page.
🌟 Enhancements:
The output section of the Log page has been refreshed to allow for:
Word highlighting
Line counting
Lines without wraparound
All of our automated email notifications have slick new look! These will provide greater clarity and insight to help you get started tracking down and resolving issues with your Vessels.
Welcome Email
Success Email
Error Email
Blueprint descriptions now support Markdown to help you write more in-depth guides for users. Use all of the traditional features of Markdown like headers, bullets, and code snippets to get your point across.
🔧 Bug Fixes:
Fixed an issue where the error message for unnamed Vessels would shift the spacing of all the fields on the Information Tab.
Timestamps on the Log page no longer overlap on smaller screens.
🌟 Enhancements:
Retries have an updated look! We've refined the design to give you better visibility into:
When the next retry is going to occur
What retry number Shipyard is currently on
Visibly see when something is currently retrying
If your Vessel uses a Custom Blueprint, you'll now see a link to go directly to that Blueprint. This will make navigation throughout the application a bit easier.
🔧 Bug Fixes:
Trying to access an organization that you don't have permissions for will result in an explicit error message and be redirected to their list of organizations. Previously, this landed you on a broken page.
When you refresh the page, projects on the sidebar will no longer disappear.
Fixed an error where the Blueprint field would just say "Blueprint".
🔧 Bug Fixes:
Fixed an issue where Blueprint names couldn't be duplicated across the application.
🎉 New Features:
You can now create a new organization directly through the UI!
While we still don't support multi-organization users, let us know if this use case would be helpful for you.
🌟 Enhancements:
Selecting your Timezone when creating a project is now easier, with more common Timezones listed at the top.
🔧 Bug Fixes:
Guardrail values now correctly display the saved values.
Guardrails from Blueprints now transfer to Vessels set up with that Blueprint.
Removed the ability to add the current Vessel as an Internal Trigger.
🎉 New Features:
​User Management page for viewing, managing, and deleting users
User Invite System for growing your organization and collaborating with outside parties.
​User Permissions Panel to set granular access settings per user.
_**_For more information about these features, see our blog post.
🔧 Bug Fixes:
Fixed Google SSO issue that some users were having.
Prevented code from disappearing when you moved back during the Wizard setup.
🔧 Bug Fixes:
Fixed issue where a Log's output would sometimes not refresh correctly.
Fixed issue where project name had to be unique across all organizations. Project names still have to be unique within your organization.
🌟 Enhancements:
Added a page to make it more clear when Blueprints have no dependent Vessels.
🔧 Bug Fixes:
Fixed issue where Intercom button was occasionally overlapping buttons.
🌟 Enhancements:
Updated Python from 3.5.3 to 3.7.3