0.9.73
版本发布时间: 2024-08-02 22:59:23
mage-ai/mage-ai最新发布版本:0.9.74(2024-09-20 02:55:47)
What's Changed
🎉 Exciting New Features
🧠 Memory management upgrade
This feature enhances system performance and stability by optimizing allocation, deallocation, and overall utilization of RAM resources, resulting in improved efficiency and reduced memory-related errors.
Check out the doc for details.
🔄 Dynamic blocks 2.0
Introducing an enhanced Dynamic blocks feature for creating dynamic content blocks that can adapt based on user input or data changes, offering improved flexibility and interactivity for users. This update aims to streamline workflows and enhance the overall user experience by making content more responsive and customizable.
Learn more in this doc.
🔐 Azure DB connection via Key Vault
Securely retrieve a database connection URL stored in Azure Key Vault using environment variables for authentication.
AZURE_KEY_VAULT_URL
AZURE_CLIENT_ID
AZURE_CLIENT_SECRET
AZURE_TENANT_ID
by @wangxiaoyou1993 in #5302
👁️ Workspace monitoring
Add an "Overview" page and "Pipeline runs" page to the Workspace Management UI. This provides some overall monitoring for all of the pipeline runs in the different workspaces without having to individually open up each workspace instance.
by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5311
🐛 Bug Fixes
- [td] Fix editor v2 page by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5222
- [jk] Add specific lodash dependency version by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5237
- [xy] Don't force cast type to int or float. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5254
- [xy] Some fixes for using requests base path. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5265
- [xy] Update the file content API implementation. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5267
- [jk] Default command center item by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5275
- [jk] Include base path when loading favicon by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5286
- [xy] Only run memory usage failure check when executor type is local python by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5300
- [xy] Fix kernel interruption. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5301
- [jk] Differentiate current_user local storage by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5294
- [td] Fix blocks waiting and when fetching upstream w/ no output by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5307
💅 Enhancements & Polish
- [td] Canvas nodes by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5199
- [td] Menus and more by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5227
- Models and API for execution framework by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5230
- [xy] Pipeline execution for execution framework by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5239
- [xy] Interpolate the sql profile. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5252
- [xy] Allow optional block groups. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5279
- [jk] Cookie session updates by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5289
- [xy] Add all upstream dbt blocks when adding a dbt block by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5290
- [xy] Support customizing node selector in k8s config. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5304
✨ Other Changes
- [tc] Update releases.mdx by @thomaschung408 in https://github.com/mage-ai/mage-ai/pull/5234
- Update using-terraform.mdx by @tk26 in https://github.com/mage-ai/mage-ai/pull/5235
- [xy] Resolve CVE-2024-35225 by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5236
- Add create_dataset parameter to Bigquery #5197 by @gracia10 in https://github.com/mage-ai/mage-ai/pull/5218
- [jk] Add back yarn.lock file by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5256
- [jk] Remove unused api/cleaner dir by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/5291
- [td] Remove fake executables by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5308
- [xy] Add export frontend job in github action by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5313
- [xy] Fix export frontend job by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5314
- [xy] Remove circleci job. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5315
- [xy] Create PR instead of push directly to master branch for frontend build. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5317
- [CI] Update frontend build by @github-actions in https://github.com/mage-ai/mage-ai/pull/5318
- [xy] Bump version to 0.9.73 by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5312
🆕 New Contributors
- @tk26 made their first contribution in https://github.com/mage-ai/mage-ai/pull/5235
- @gracia10 made their first contribution in https://github.com/mage-ai/mage-ai/pull/5218
- @github-actions made their first contribution in https://github.com/mage-ai/mage-ai/pull/5318
Full Changelog: https://github.com/mage-ai/mage-ai/compare/0.9.72...0.9.73