MyGit

0.9.71

mage-ai/mage-ai

版本发布时间: 2024-06-01 06:55:11

mage-ai/mage-ai最新发布版本:0.9.74(2024-09-20 02:55:47)

What's Changed

🎉 Exciting New Features

📡 Add Streaming Oracle Destination

This feature adds a new custom exporter option for OracleDB allowing developers to easily export their streaming data to Oracle DB.

oracledb-exporter

by @matrixstone in https://github.com/mage-ai/mage-ai/pull/4896

👤 Multi Project Platform Support

This feature adds support for each user to have their own active project within a multi project platform that keeps track of every project for every user.

by @dy46 in https://github.com/mage-ai/mage-ai/pull/4865

⚙️ Support Job Parameters in K8s Executor

Adds support to help manage environment variables, and control job execution and cleanup policies within the Kubernetes cluster.

k8s_executor_config:
  container_config:
    image: mageai/mageai:0.9.7
    env:
    - name: USER_CODE_PATH
      value: /home/src/k8s_project
  job:
    active_deadline_seconds: 120
    backoff_limit: 3
    ttl_seconds_after_finished: 86400

by @artche in https://github.com/mage-ai/mage-ai/pull/5044

🔑 Support OIDC_ROLES_MAPPING and user_roles

This feature is used to map roles obtained from an OpenID Connect (OIDC) identity provider to roles used within your application allowing for a standardized way to manage user roles across different identity providers.

by @mihaivint in https://github.com/mage-ai/mage-ai/pull/5053 and https://github.com/mage-ai/mage-ai/pull/4899

💅 Enhancements & Polish

🐛 Bug Fixes

✨ New Contributors

Full Changelog: https://github.com/mage-ai/mage-ai/compare/0.9.70...0.9.71

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-06-01发行的版本