github mage-ai/mage-ai 0.9.8
0.9.8 | Dead Reckoning πŸ’₯

latest releases: 0.9.79, 0.9.78, 0.9.77...
2 years ago

image

What's Changed

πŸŽ‰ Exciting New Features

πŸ”₯ Custom block & pipeline templates

With this release, Magers now have the option to create pipeline templates, then use those to populate new pipelines.

2023-07-23_22 42 18

Additionally, you may now browse, create, and use custom block templates in your pipelines. πŸŽ‰

2023-07-23_22 40 29

by @tommydangerous in #3064, #3042 and #3065

πŸ›Ÿ Save pipelines list filters and groups

Your pipeline filters and groups are now stickyβ€” that means setting filters/groups will persist through your Mage session.

Pipeline filter save example

by @tommydangerous in #3059

Horizontal scaling support for schedulers

You can now run the web server and scheduler in separate containers, allowing for horizontal scaling of the scheduler! Read more in our docs.

Run scheduler only:

/app/run_app.sh mage start project_name --instance-type scheduler

Run web server only:

/app/run_app.sh mage start project_name --instance-type web_server

by @wangxiaoyou1993 in #3016

🎏 Run parallel integration streams

Data integration streams may now be executed in parallel!

image

by @dy46 in #1474

Update secrets management backend

The secrets management backend can now handle multiple environments!

by @dy46 in #3000

πŸ“† Include interval datetimes and intervals in block variables

Interval datetimes and durations are now returned in block variables. Check out our docs for more info!

image

by @tommydangerous in #3058 and #3068

πŸ› Bug Fixes

πŸ’… Enhancements & Polish

New Contributors

Full Changelog: 0.9.4...0.9.8

Don't miss a new mage-ai release

NewReleases is sending notifications on new releases.