v0.4.0 #219
lucafaggianelli
announced in
Announcements
v0.4.0
#219
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It took a while but here's a new release of Plombery!
Automatically navigate to a run page when you run a pipeline or a trigger manually via the run button:
A dev tool can't lack the dark mode! Thanks Tremor
All times are shown on the web UI as local times and if you hover them you'll get the UTC time
During a run, live logs are autoscrolled to the bottom so you always see the latest ones, then if you scroll with your mouse/touchpad the auto scroll is disabled:
Ah and take a look at Codespaces, you can play with a Plombery server on the cloud just clicking a button:
✨ New Features 💃🕺
allowed_origins
configuration to explicitly set CORS headers💥 Breaking Changes 💣
There few breaking changes in this release but most of them are very easy to handle.
One of the biggest changes is the migration to Pydantic v2.
Here the breaking changes and how to migrate your code:
v2 migration guide
/auth
, so if you're using the authentication,the auth redirect URL is now
/auth/redirect
, please update it in your OAuth2 provider settingspipelines/
,runs/
andws/
, if you were notusing Plombery REST API then you don't have anything to do!
Access-Control-Allow-Origin
is set to*
, but can be set via the config optionallowed_origins
server_url
has been removed, useallowed_origins
insteadTrigger.params
accepts aBaseModel
instance and not adict
, here the changes to do:🚑 Fixes
Full Changelog
Added
ky
frontend dependency as HTTP fetch libraryallowed_origins
configuration to explicitly set CORS headersFixed
Changed
/auth/redirect
/auth
pipelines/
,runs/
andws/
endpoints now have trailing slashesTrigger.params
accepts aBaseModel
instance, not a dict*
Removed
server_url
configuration as unusedThis discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions