commits
Thread
Date
Later messages
Messages by Date
2026/04/10
Re: [PR] Remove the DualStatsManager and the Stats interfaces [airflow]
via GitHub
2026/04/10
Re: [PR] Fix API server memory leak: bound DBDagBag version cache with LRU eviction [airflow]
via GitHub
2026/04/10
Re: [PR] feat: optimze sqa select only needed columns [airflow]
via GitHub
2026/04/10
Re: [PR] fix(api): handle undecryptable connection fields after Fernet key change [airflow]
via GitHub
2026/04/10
Re: [PR] Avoid false recovery alerts when failed job lookup fails [airflow]
via GitHub
2026/04/10
Re: [PR] Implement BigQueryStreamingBufferEmptySensor to handle DML operations on streaming tables [airflow]
via GitHub
2026/04/10
Re: [PR] Add config option [secrets]backends_order [airflow]
via GitHub
2026/04/10
Re: [PR] Decouple S3 ObjectStorageProvider from common-sql into amazon provider [airflow]
via GitHub
2026/04/10
Re: [PR] Adds reserved_ip_ranges parameter to RunPipelineJobOperator. [airflow]
via GitHub
2026/04/10
Re: [PR] Fix: Prevent cleartext credential storage in Git DAG bundles [airflow]
via GitHub
2026/04/10
Re: [PR] Guard 2 to 3.1+ migration against custom Dag bundle configs using startup-based initialization [airflow]
via GitHub
2026/04/10
Re: [PR] Sync default image Python version references [airflow]
via GitHub
2026/04/10
Re: [PR] Fix RESOURCE_ASSET compatibility with Airflow 2.x in common-compat [airflow]
via GitHub
2026/04/10
Re: [PR] Handle 404 pod not found explicitly in PodManager.read_pod [airflow]
via GitHub
2026/04/10
Re: [PR] Don't provide default values for PDBs in chart. [airflow]
via GitHub
2026/04/10
Re: [PR] fix: handle dict and string UUID formats in _try_reuse_deadline_uuids after 3.1→3.2 migration [airflow]
via GitHub
2026/04/10
Re: [PR] Feature/add max new dagruns to schedule [airflow]
via GitHub
2026/04/10
Re: [PR] Improve custom decorator documentation [airflow]
via GitHub
2026/04/10
Re: [PR] Add optional object-level retention support to GcsToGcsOperator [airflow]
via GitHub
2026/04/10
Re: [PR] Defer heavy Google SDK imports to runtime in Dataproc and BigQuery operators [airflow]
via GitHub
2026/04/10
Re: [PR] UI: Add option to configure default task log source [airflow]
via GitHub
2026/04/10
Re: [PR] fix: prune deadline alerts when DAG run fails, not just on success [airflow]
via GitHub
2026/04/10
Re: [PR] feat: Allow task to depend on specific tasks from previous DagRun [airflow]
via GitHub
2026/04/10
Re: [PR] perf: add indexes on serialized_dag, dag_code, and task_instance [airflow]
via GitHub
2026/04/10
Re: [PR] Add tests for execute_complete success and error handling in AirbyteTriggerSyncOperator [airflow]
via GitHub
2026/04/10
Re: [PR] GSoC 2026 PoC Agent Skills executable document system with context detection [airflow]
via GitHub
2026/04/10
Re: [PR] Fix clearing mapped task instances in same group to respect depth-fir… [airflow]
via GitHub
2026/04/10
Re: [PR] Add workers.celery.annotations field [airflow]
via GitHub
2026/04/10
Re: [PR] Add name fields to deadline alerts [airflow]
via GitHub
2026/04/10
Re: [PR] Add indexes on task_instance.dag_version_id and dag_run.created_dag_version_id [airflow]
via GitHub
2026/04/10
Re: [PR] Add DatabricksDeleteJobsOperator to Databricks provider [airflow]
via GitHub
2026/04/10
Re: [PR] Fix upstream map index resolution after placeholder expansion [airflow]
via GitHub
2026/04/10
Re: [PR] Fix redirect loop when stale root-path `_token` cookie exists from older Airflow instance [airflow]
via GitHub
2026/04/10
Re: [PR] fix: set server process context in triggerer to include MetastoreBackend for deadline callbacks [airflow]
via GitHub
2026/04/10
Re: [PR] Docs typo [airflow]
via GitHub
2026/04/10
Re: [PR] [SECURITY] Prevent credential leakage in GitHook by removing auth from repo URL [airflow]
via GitHub
2026/04/10
Re: [PR] Two-token mechanism for task execution to prevent token expiration while tasks wait in executor queues [airflow]
via GitHub
2026/04/10
Re: [PR] git dag bundle to use the private key in submodule pull [airflow]
via GitHub
2026/04/10
Re: [PR] Add decorator to mark task as returning dag result [airflow]
via GitHub
2026/04/10
Re: [PR] Add run_after to TriggerDagRunOperator [airflow]
via GitHub
2026/04/10
Re: [PR] Added async methods to SFTPHookAsync and implemented SFTPClientPool [airflow]
via GitHub
2026/04/10
Re: [PR] Add IBM MQ provider [airflow]
via GitHub
2026/04/10
Re: [PR] Add simple extra links support for TaskFlow tasks [airflow]
via GitHub
2026/04/10
Re: [PR] Add environment context detection utility for Breeze (GSoC PoC) [airflow]
via GitHub
2026/04/10
Re: [PR] Add server-side sorting to Browse/XComs page [airflow]
via GitHub
2026/04/10
Re: [PR] Restore ability to mark task groups as success/failed in UI [airflow]
via GitHub
2026/04/10
Re: [PR] Add TriggerNode component with i18n support for graph view [airflow]
via GitHub
2026/04/10
Re: [PR] Add date range filter to Gantt view [airflow]
via GitHub
2026/04/10
Re: [PR] Optimize DagRun.get_task_instances to avoid redundant joinedload [airflow]
via GitHub
2026/04/10
Re: [PR] Follow-up fixes for double-encode trigger PR [airflow]
via GitHub
2026/04/10
Re: [PR] [RFC] Feat(ui): Add Portuguese (Brazil) pt-BR translation + CODEOWNER [airflow]
via GitHub
2026/04/10
Re: [PR] Consider XCOM sidecar container during pod cleanup [airflow]
via GitHub
2026/04/10
Re: [PR] fix: EksPodOperator 401 with cross-account AssumeRole via aws_conn_id [airflow]
via GitHub
2026/04/10
Re: [PR] fix: skip transiently missing serialized DAGs instead of bulk-failing tasks [airflow]
via GitHub
2026/04/10
Re: [PR] add error as context["exception"] in InProcessTestSupervisor [airflow]
via GitHub
2026/04/10
Re: [PR] fix serialize_template_field handling callable value in dict [airflow]
via GitHub
2026/04/10
Re: [PR] Move ExecutorCallback execution into a supervised process [airflow]
via GitHub
2026/04/10
Re: [PR] Add Jinja template rendering and richer context for async deadline callbacks [airflow]
via GitHub
2026/04/10
Re: [PR] Fix Cloud Composer Сreate environment operator to validate final env state after creation [airflow]
via GitHub
2026/04/10
Re: [PR] fix(api): allow null value in VariableResponse for undecryptable variables [airflow]
via GitHub
2026/04/10
Re: [PR] Fix dag test trigger 404 [airflow]
via GitHub
2026/04/10
Re: [PR] feat: implement patching of task group instances in API [airflow]
via GitHub
2026/04/10
Re: [PR] feat(AIP-76): implement to_upstream [airflow]
via GitHub
2026/04/10
Re: [PR] Add Redis client self-identification for Apache Airflow [airflow]
via GitHub
2026/04/10
Re: [PR] New google dataflow operator to fetch job metrics [airflow]
via GitHub
2026/04/10
Re: [PR] Add async connection testing via workers for security isolation [airflow]
via GitHub
2026/04/10
Re: [PR] feat(providers/amazon): allow disabling hook-level lineage in S3Hook … [airflow]
via GitHub
2026/04/10
Re: [PR] Feature/cursor pagination task instances UI [airflow]
via GitHub
2026/04/10
Re: [PR] Standardize response schemas for variables and xcoms in Execution API [airflow]
via GitHub
2026/04/10
Re: [PR] Fix zipped DAG template loading with safe path handling [airflow]
via GitHub
2026/04/10
Re: [PR] Creating `S3KeysUpsertedTrigger` to "Watch" an S3 Asset [airflow]
via GitHub
2026/04/10
Re: [PR] UI: Rework Monaco editor theme to match Chakra UI palette [airflow]
via GitHub
2026/04/10
Re: [PR] docs: Clarify manual DAG run data interval semantics in Airflow 3 [airflow]
via GitHub
2026/04/10
Re: [PR] issue-64527: Adding access_control_list to DatabricksWorkflowTaskGroup [airflow]
via GitHub
2026/04/10
Re: [PR] Add MariaDB support to Breeze development environment [airflow]
via GitHub
2026/04/10
Re: [PR] add ttlSecondsAfterFinished to databaseCleanup job [airflow]
via GitHub
2026/04/10
Re: [PR] Add `rerun_with_latest_version` config hierarchy for clear/rerun behavior [airflow]
via GitHub
2026/04/10
Re: [PR] Fix set data_interval to logical_date when triggering DAG run [airflow]
via GitHub
2026/04/10
Re: [PR] Add detailed task spans [airflow]
via GitHub
2026/04/10
Re: [PR] Add deferrable mode to AzureContainerInstancesOperator [airflow]
via GitHub
2026/04/10
Re: [PR] Fix macOS `SIGSEGV` in task execution by using `fork`+`exec` [airflow]
via GitHub
2026/04/10
Re: [PR] Add AWS SageMakerUnifiedStudioNotebookOperator [airflow]
via GitHub
2026/04/10
Re: [PR] API: Implement eager loading for TI relationships and batch Grid NDJS… [airflow]
via GitHub
2026/04/10
Re: [PR] Add skip on git clone when local version matches bundle version [airflow]
via GitHub
2026/04/10
Re: [PR] Bugfix/fix dagrun starvation [airflow]
via GitHub
2026/04/10
Re: [PR] Deadline Alerts: Add dynamic interval resolution support via Variables [airflow]
via GitHub
2026/04/10
Re: [PR] Add cursor based pagination for get_task_instances endpoint [airflow]
via GitHub
2026/04/10
Re: [PR] Add workers.celery.podAnnotations & workers.kubernetes.podAnnotations [airflow]
via GitHub
2026/04/10
Re: [PR] Fix: handle cross-event-loop RuntimeError in ExecutionAPISecretsBackend [airflow]
via GitHub
2026/04/10
Re: [PR] Feat/check multi team enabled when team name provided api [airflow]
via GitHub
2026/04/10
Re: [PR] Comment that getting audit logs is a global admin feature [airflow]
via GitHub
2026/04/10
Re: [PR] Add cleanup to Kafka AwaitMessageTrigger for consumer management [airflow]
via GitHub
2026/04/10
Re: [PR] Aip 99 llmdataqualityoperator [airflow]
via GitHub
2026/04/10
Re: [PR] fix: skip dag_version rows still referenced by task_instance in db clean [airflow]
via GitHub
2026/04/10
Re: [PR] Fix FK constraint violation in `airflow db clean` for dag_version table [airflow]
via GitHub
2026/04/10
Re: [PR] Fix KubernetesPodOperator to forward pod log levels to Airflow task logs [airflow]
via GitHub
2026/04/10
Re: [PR] Add workers.celery.topologySpreadConstraints & workers.kubernetes.topologySpreadConstraints [airflow]
via GitHub
2026/04/10
Re: [PR] fix(scheduler): don't skip asset-triggered dag runs when use_job_schedule is False [airflow]
via GitHub
2026/04/10
Re: [PR] Support all bq load job and ext table config options in GCSToBigQueryOperator [airflow]
via GitHub
2026/04/10
Re: [PR] E2E Improve Playwright test patterns in connections.spec.ts [airflow]
via GitHub
2026/04/10
Re: [PR] Fix duplicate Date headers in API responses [airflow]
via GitHub
2026/04/10
Re: [PR] Add SSL_MUTUAL_TLS config option to Celery provider for one-way TLS support [airflow]
via GitHub
2026/04/10
Re: [PR] Add `is_backfillable` property to DAG API responses [airflow]
via GitHub
2026/04/10
Re: [PR] Fix backfill params not overriding existing DAG run conf [airflow]
via GitHub
2026/04/10
Re: [PR] Add workers.celery.labels & workers.kubernetes.labels [airflow]
via GitHub
2026/04/10
Re: [PR] Fix task marked as failed despite successful completion [airflow]
via GitHub
2026/04/10
Re: [PR] Fix serializer for empty string extra connection [airflow]
via GitHub
2026/04/10
Re: [PR] Compatibility with SQLA2.1 [airflow]
via GitHub
2026/04/10
Re: [PR] Interactive LLM example based on the Airflow survey data [airflow]
via GitHub
2026/04/10
Re: [PR] Google: Fix false success in Cloud Composer DAG run sensor [airflow]
via GitHub
2026/04/10
Re: [PR] Add auth_protocol support to SambaHook for Kerberos authentication #29590 [airflow]
via GitHub
2026/04/10
Re: [PR] Fix API server memory leak: bound DBDagBag version cache with LRU eviction [airflow]
via GitHub
2026/04/10
Re: [PR] Add fast-path heartbeat UPDATE to avoid row lock in the common case [airflow]
via GitHub
2026/04/10
Re: [PR] Add SnowflakeNotebookOperator for executing Snowflake Notebooks [airflow]
via GitHub
2026/04/10
Re: [PR] Bump paramiko dependency to version 4.0.0 [airflow]
via GitHub
2026/04/10
Re: [PR] Fix callback queueing skipping bundle init when bundle_version is None [airflow]
via GitHub
2026/04/10
Re: [PR] cache connections in OpenLineage SQL hook lineage [airflow]
via GitHub
2026/04/10
Re: [PR] Fix EMR container job not cancelled on deferral timeout [airflow]
via GitHub
2026/04/10
Re: [PR] Return dag-specified results in dag run wait API [airflow]
via GitHub
2026/04/10
Re: [PR] Add Dutch translation guidelines (nl) [airflow]
via GitHub
2026/04/10
Re: [PR] Remove parallelism in go test to fix CI [airflow]
via GitHub
2026/04/10
Re: [PR] Databricks: Fail fast for non-serializable retry_args in deferrable operators and triggers [airflow]
via GitHub
2026/04/10
Re: [PR] UI: Fix silent errors and layout shift in import error components [airflow]
via GitHub
2026/04/10
Re: [PR] [helm chart] Go Template Error: Cannot Compare Slice to nil using eq [airflow]
via GitHub
2026/04/10
Re: [PR] Add quota project id support to Google cloud base hook [airflow]
via GitHub
2026/04/10
Re: [PR] Standardize error handling in CLI connection import [airflow]
via GitHub
2026/04/10
Re: [PR] Fixed "AttributeError: 'NoneType' object has no attribute 'close'" for SmtpHook [airflow]
via GitHub
2026/04/10
Re: [PR] Fix task CLI map_index bounds validation [airflow]
via GitHub
2026/04/10
Re: [PR] Fix missing dag_id in get_task_instance (#64957) [airflow]
via GitHub
2026/04/10
Re: [PR] feat(providers): migrate conf imports to SDK for informatica, common-ai + fix missed files [airflow]
via GitHub
2026/04/10
Re: [PR] fix sdk configuration to use $AIRFLOW_CONFIG env [airflow]
via GitHub
2026/04/10
Re: [PR] Fix batchoperator deferrable xcom links [airflow]
via GitHub
2026/04/10
Re: [PR] Persist Celery external executor ids on send [airflow]
via GitHub
2026/04/10
Re: [PR] Improve Docker not running error message [airflow]
via GitHub
2026/04/10
Re: [PR] fix(docker): respect auto_remove='force' in on_kill method [airflow]
via GitHub
2026/04/10
Re: [PR] Fix duplicate Date headers in Flask WSGI responses [airflow]
via GitHub
2026/04/10
Re: [PR] fix to fix-templates-doc-broken-links-60477 [airflow]
via GitHub
2026/04/10
Re: [PR] Fix task_defer method with non-JSON next_kwargs in TaskInstance [airflow]
via GitHub
2026/04/10
Re: [PR] fix(task-sdk): include error details in ServerResponseError string representation [airflow]
via GitHub
2026/04/10
Re: [PR] Add configurable timeout to requests API calls in OpenFaasHook [airflow]
via GitHub
2026/04/10
Re: [PR] fix(ui/e2e): improve Playwright test patterns in xcoms.spec.ts [airflow]
via GitHub
2026/04/10
Re: [PR] Fix scheduler healthcheck command in docker-compose.yaml [airflow]
via GitHub
2026/04/10
Re: [PR] Fix: add RUN, HITL_DETAIL, TASK_INSTANCE entities to /dags endpoint as it returns nested entities in response [airflow]
via GitHub
2026/04/10
Re: [PR] fix(e2e): improve Playwright test patterns in xcoms.spec.ts [airflow]
via GitHub
2026/04/10
Re: [PR] Skip pnpm install in UI pre-commit hook when deps are unchanged [airflow]
via GitHub
2026/04/10
Re: [PR] Fix GitDagBundle submodule clone not using SSH settings from connection [airflow]
via GitHub
2026/04/10
Re: [PR] fix(providers/fab): lazily initialize flask_app in FastAPI routes [airflow]
via GitHub
2026/04/10
Re: [PR] Add workers.celery.labels & workers.kubernetes.labels [airflow]
via GitHub
2026/04/10
Re: [PR] Move ExecutorCallback execution into a supervised process [airflow]
via GitHub
2026/04/10
Re: [PR] Move ExecutorCallback execution into a supervised process [airflow]
via GitHub
2026/04/10
Re: [PR] Persist Celery external executor ids on send [airflow]
via GitHub
2026/04/10
Re: [PR] Fix HITL review plugin crash on Airflow < 3.1 due to unconditional im… [airflow]
via GitHub
2026/04/10
Re: [PR] Move ExecutorCallback execution into a supervised process [airflow]
via GitHub
2026/04/10
[PR] Add workers.celery.labels & workers.kubernetes.labels [airflow]
via GitHub
2026/04/10
[I] Dag runs chart constantly redrawing [airflow]
via GitHub
2026/04/10
Re: [I] Dag runs chart constantly redrawing [airflow]
via GitHub
2026/04/10
Re: [I] Dag runs chart constantly redrawing [airflow]
via GitHub
2026/04/10
[PR] Add fast-path heartbeat UPDATE to avoid row lock in the common case [airflow]
via GitHub
2026/04/10
Re: [I] Race Condition in AWS CLI Cache Creation During Parallel KubernetesPodOperator Authentication [airflow]
via GitHub
2026/04/10
Re: [I] Show the file name from which the DAG was generated on the Code tab [airflow]
via GitHub
2026/04/10
Re: [PR] [Hashicorp] Enable ADC for Vault GCP authentication [airflow]
via GitHub
2026/04/10
Re: [PR] [Hashicorp] Enable ADC for Vault GCP authentication [airflow]
via GitHub
2026/04/10
Re: [PR] [Hashicorp] Enable ADC for Vault GCP authentication [airflow]
via GitHub
2026/04/10
Re: [PR] [Hashicorp] Enable ADC for Vault GCP authentication [airflow]
via GitHub
2026/04/10
Re: [PR] Fix task CLI map_index bounds validation [airflow]
via GitHub
2026/04/10
Re: [PR] Add Jinja template rendering and richer context for async deadline callbacks [airflow]
via GitHub
2026/04/10
Re: [PR] Fix task CLI map_index bounds validation [airflow]
via GitHub
2026/04/10
Re: [PR] Persist Celery external executor ids on send [airflow]
via GitHub
2026/04/10
Re: [PR] Persist Celery external executor ids on send [airflow]
via GitHub
2026/04/10
[I] broken string format in task decorator definition doesn't properly result in a dag import error [airflow]
via GitHub
2026/04/10
Re: [PR] Bump the 3-2-core-ui-package-updates group across 1 directory with 29 updates [airflow]
via GitHub
2026/04/10
Re: [I] AIP-76 Implement PartitionAtRuntime [airflow]
via GitHub
2026/04/10
[PR] Add workers.celery.podAnnotations & workers.kubernetes.podAnnotations [airflow]
via GitHub
2026/04/10
Re: [PR] Skip notifier templating with empty template_fields [airflow]
via GitHub
2026/04/10
Re: [PR] [Helm-Chart] BugFix: Wrong broker URL secret ref [airflow]
via GitHub
2026/04/10
Re: [PR] Fix: add RUN, HITL_DETAIL, TASK_INSTANCE entities to /dags endpoint as it returns nested entities in response [airflow]
via GitHub
2026/04/10
Re: [I] Persist external_executor_id for CeleryExecutor in _send_workloads() to avoid "lost" events during scheduler termination [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/3-1-core-ui-package-updates-34747feb58 created (now ed74df1f337)
github-bot
2026/04/10
[PR] Bump the 3-1-core-ui-package-updates group across 1 directory with 57 updates [airflow]
via GitHub
2026/04/10
Re: [I] RedshiftSQLHook: _get_conn_params mutates conn.login with IAM prefix, breaking subsequent get_conn() calls [airflow]
via GitHub
2026/04/10
Re: [PR] chore(deps): bump the 3-1-core-ui-package-updates group across 1 directory with 56 updates [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/3-1-core-ui-package-updates-72a1d69fb5 deleted (was 0d05c6babe4)
github-bot
2026/04/10
Re: [PR] chore(deps): bump the 3-1-core-ui-package-updates group across 1 directory with 56 updates [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-87267f2b40 updated (96ded0ae837 -> c08e07f789b)
github-bot
2026/04/10
Re: [PR] fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable mode [airflow]
via GitHub
2026/04/10
(airflow) branch main updated: fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable mode (#64342)
onikolas
2026/04/10
[PR] Bump the 3-2-auth-ui-package-updates group across 1 directory with 16 updates [airflow]
via GitHub
2026/04/10
Re: [PR] Fix clipped dropdowns in connection form [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/pip/v2-11-test/pip-dependency-updates-0035a7f397 updated (25d31213ec5 -> 79885053883)
github-bot
2026/04/10
(airflow) branch dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/v3-1-test/3-1-auth-ui-package-updates-58f62811de created (now 5fb3d4310d7)
github-bot
2026/04/10
[PR] Bump the 3-1-auth-ui-package-updates group across 1 directory with 15 updates [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/v3-2-test/3-2-auth-ui-package-updates-12f2c14040 created (now 0392236613d)
github-bot
2026/04/10
(airflow) branch dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/v3-1-test/3-1-auth-ui-package-updates-be5965438b deleted (was 0156a228f93)
github-bot
2026/04/10
(airflow) branch dependabot/npm_and_yarn/airflow/www/v2-11-test/legacy-ui-package-updates-89df6a60af created (now 295febde9d2)
github-bot
2026/04/10
Re: [PR] Bump the 3-1-auth-ui-package-updates group across 1 directory with 7 updates [airflow]
via GitHub
2026/04/10
Re: [PR] Bump the 3-1-auth-ui-package-updates group across 1 directory with 7 updates [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/github_actions/v3-2-test/github-actions-updates-5d993b9bb5 created (now b76394a2b57)
github-bot
2026/04/10
[PR] Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 in the github-actions-updates group [airflow]
via GitHub
2026/04/10
(airflow) branch dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-87267f2b40 updated (b14bbb29453 -> 96ded0ae837)
github-bot
2026/04/10
[PR] Bump the legacy-ui-package-updates group across 1 directory with 18 updates [airflow]
via GitHub
Later messages