0.9.64
版本发布时间: 2024-02-16 10:43:43
mage-ai/mage-ai最新发布版本:0.9.74(2024-09-20 02:55:47)
What's Changed
🎉 Exciting New Features
🔭 OpenTelemetry integration
-
Added OpenTelemetry Libraries: Integrated OpenTelemetry Python libraries to instrument the application for telemetry data collection.
-
opentelemetry-api
: Provides the API for tracing and metrics. -
opentelemetry-sdk
: The core SDK for OpenTelemetry in Python. -
opentelemetry-instrumentation
: General instrumentation library. -
opentelemetry-instrumentation-sqlalchemy
: Specific for instrumenting SQLAlchemy operations. -
opentelemetry-instrumentation-tornado
: For monitoring Tornado-based HTTP server activities.
-
-
Environment Variables: Added new environment variables (
OTEL_EXPORTER_OTLP_HTTP_ENDPOINT
andOTEL_EXPORTER_OTLP_ENDPOINT
) for configuring the OpenTelemetry Collector endpoints. - Database and HTTP Server Instrumentation: Configured instrumentation for both SQLAlchemy database operations and Tornado HTTP server activities to gather traces and metrics.
- Check out this doc for more details
by @mfreeman451 in https://github.com/mage-ai/mage-ai/pull/4476
🦊 Add GitLab authentication to version control
Support authenticating with GitLab in version control app. The feature can be enabled by configuring the following environment variables:
-
GITLAB_HOST
-
GITLAB_CLIENT_ID
-
GITLAB_CLIENT_SECRET
by @dy46 in https://github.com/mage-ai/mage-ai/pull/4534
🔔 Discord notification integration
Support setting up Discord notification channel for alerts. Check out the doc for details
by @luthfir-rahman in https://github.com/mage-ai/mage-ai/pull/4478
🔑 Add OIDC generic provider
This feature allows users to hook up their OIDC server (e.g. Keycloak ) and use it to authenticate with Mage. It can be enabled by configuring the following environment variables:
-
OIDC_CLIENT_ID
-
OIDC_CLIENT_SECRET
-
OIDC_DISCOVERY_URL
by @dy46 in https://github.com/mage-ai/mage-ai/pull/4563
🐛 Bug Fixes
- [xy] Use utc time as the default time for monitor_stats. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4554
- Fix Google Ads Catalog to Data Integration Block by @Luishfs in https://github.com/mage-ai/mage-ai/pull/4565
- [jk] Load custom design logo by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/4574
- [dy] Adjust alembic logger initialization by @dy46 in https://github.com/mage-ai/mage-ai/pull/4552
- [dy] Add support for AWS codecommit by @dy46 in https://github.com/mage-ai/mage-ai/pull/4568
- [dy] Fix frontend crashing issues by @dy46 in https://github.com/mage-ai/mage-ai/pull/4573
- [xy] Set max width for yaml file to inf. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4576
- [dy] Fix DBT logging by @dy46 in https://github.com/mage-ai/mage-ai/pull/4577
- [dy] Show the load balancer ingress host if there is no host in the ingress rules by @dy46 in https://github.com/mage-ai/mage-ai/pull/4575
- [xy] Match postgres logical replication records with stream name. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4588
💅 Enhancements & Polish
- Added reserved words settings to PostgreSQL by @Luishfs in https://github.com/mage-ai/mage-ai/pull/4142
- [xy] Improve google sheets source. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4561
- [jk] Reuse callback and conditional blocks by @johnson-mage in https://github.com/mage-ai/mage-ai/pull/4562
- [xy] Show pandas datetime in iso format in notebook. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4564
- [xy] Add case_sensitive param to the sql export method. by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4569
- [xy] Create TEMP Snowflake table in data integration destination by @wangxiaoyou1993 in https://github.com/mage-ai/mage-ai/pull/4578
- [dy] Misc workspace/git improvements by @dy46 in https://github.com/mage-ai/mage-ai/pull/4583
- [dy] Update user authentication for subprojects by @dy46 in https://github.com/mage-ai/mage-ai/pull/4586
New Contributors
- @luthfir-rahman made their first contribution in https://github.com/mage-ai/mage-ai/pull/4478
Full Changelog: https://github.com/mage-ai/mage-ai/compare/0.9.63...0.9.64