github open-metadata/OpenMetadata 1.11.12-release

10 hours ago

⚠️ Breaking Changes

OpenLineage Kinesis Support

Refactored OpenLineage connection schema to support both Kafka and Kinesis brokers

Migration Required: The OpenLineage connection configuration structure has changed from flat Kafka-specific fields to a nested brokerConfig object. Existing configurations with fields like brokersUrl, topicName, consumerGroupName, consumerOffsets, poolTimeout, sessionTimeout, securityProtocol, sslConfig, and saslConfig at the root level will be automatically migrated to the new brokerConfig.kafkaBrokerConfig structure during the database migration to version 1.11.12. No manual intervention is required for existing deployments, but any external scripts or API integrations that create/update OpenLineage connections must be updated to use the new schema structure.

Redshift IAM Authentication Support

Added support for IAM authentication for Amazon Redshift connections
Migration Required: The Redshift connection schema has changed from a flat password field to a polymorphic authType object supporting both Basic Auth and IAM Auth. Existing configurations with password at the root level will be automatically migrated to authType.password (BasicAuth structure) during the database migration to version 1.11.12. No manual intervention is required for existing deployments, but any external scripts or API integrations that create/update Redshift connections must be updated to use the new schema structure.

Improvements

  • Platform: Fixed RTL layout issues and translations for Hebrew language selection

Fixes

  • Platform: Resolved intermittent OAuth login failures by adding SameSite=None attribute to session cookies for cross-site authentication flows

Don't miss a new OpenMetadata release

NewReleases is sending notifications on new releases.