0.9.72
版本发布时间: 2024-06-21 22:32:03
mage-ai/mage-ai最新发布版本:0.9.74(2024-09-20 02:55:47)
What's Changed
🎉 Exciting New Features
🎨 Canvas v2
Navigate large or complex layouts with a new canvas that allows developers to zoom, pan, drag, and drop visual features.
by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5193
🐍 Support custom python sink in Streaming pipeline
Support for custom Python sinks in streaming pipelines allows users to write their own streaming sink implementations, providing greater flexibility in how processed data is handled at the end of the pipeline.
by @lgarcia11 in https://github.com/mage-ai/mage-ai/pull/5174
Allow configuring custom owner credentials
This feature allows users to configure custom owner credentials for their application by setting specific environment variables:
DEFAULT_OWNER_EMAIL
DEFAULT_OWNER_PASSWORD
DEFAULT_OWNER_USERNAME
by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5165
🐛 Bug Fixes
- [xy] Fix delete/update workspace. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5146
- [td] Fix Dockerfile to install faster fifo from source by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5152
- [xy] Fix import and add user to verify_project. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5151
- [xy] Fix auto_clean_name param. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5161
- [xy] Bump the version of dbt-sqlserver to 1.7.4 by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5162
- [xy] Fix api trigger token comparison. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5167
- [td] Update Snowflake timeout to network_timeout by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5173
- [xy] Fix executor type when not specified. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5175
- [td] Disable playright, never finishes no windows server 3.10 by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5190
- [xy] Fix global data product in single project. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5205
- [td] Revert Next _app back before breaking change by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5207
- [td] Put back Monaco Editor files by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5208
💅 Enhancements & Polish
- [xy] Update pypi github action by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5145
- [td] Magic Kernel using server-sent events to execute code from client by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5131
- [td] Standalone Monaco editor by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5160
- [td] Integrate LSP by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5163
- [xy] Allow configuring AZURE_HOST for authentication. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5166
- [xy] Upgrade polars package version by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5176
- [td] Grid layout v2 by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5168
- [td] System browser by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5177
- [xy] Speed up Pipeline get and list. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5187
- [xy] Speed up autocomplete endpoint with cache. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5188
- [td] Browser items API by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5189
- [td] Fix styles and integrate real files by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5184
- [td] Fix app manager and app loading by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5191
- [td] IDE CRUD operations by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5192
- [xy] Custom kubernetes job prefix by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5195
- [xy] Try using xlarge in circleci. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5206
Other Changes
- Added repo_path to block kwargs and os.environ, improves multi-project feature by @hugabora in https://github.com/mage-ai/mage-ai/pull/5144
- [td] DLS v2 by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5147
- Updated Variable Name for Cohesion by @Ayumi08 in https://github.com/mage-ai/mage-ai/pull/5148
- Remove leading whitespace from Telegram notification message (Issue #4877) by @Ayumi08 in https://github.com/mage-ai/mage-ai/pull/5153
- docs: fix markdown formatting by @ValentinOtt in https://github.com/mage-ai/mage-ai/pull/5059
- [tc] Update community-examples.mdx by @thomaschung408 in https://github.com/mage-ai/mage-ai/pull/5172
- [td] System browser context menu by @tommydangerous in https://github.com/mage-ai/mage-ai/pull/5178
- [cf] Updates to schedules doc by @colefreeman in https://github.com/mage-ai/mage-ai/pull/5212
- Revert "[xy] Upgrade polars package version" by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/5213
✨ New Contributors
- @Ayumi08 made their first contribution in https://github.com/mage-ai/mage-ai/pull/5148
- @ValentinOtt made their first contribution in https://github.com/mage-ai/mage-ai/pull/5059
- @colefreeman made their first contribution in https://github.com/mage-ai/mage-ai/pull/5171
- @lgarcia11 made their first contribution in https://github.com/mage-ai/mage-ai/pull/5174
Full Changelog: https://github.com/mage-ai/mage-ai/compare/0.9.71...0.9.72