|
| 1 | +21.12.0 |
| 2 | +======= |
| 3 | + |
| 4 | +Load Klio Config from Main Session |
| 5 | +---------------------------------- |
| 6 | +Klio now uses Apache Beam's main session to load the Klio config file onto workers. Klio config fields are defined in the ``klio-job.yaml`` and can also be overridden [#f1]_ when running a pipeline. The final config fields are serialized as the ``KlioConfig`` object, saved into the main session, and loaded by Dataflow workers upon starting up. As a result, Klio jobs no longer need to include ``.effective-klio-job.yaml`` and ``klio-job-run-effective.yaml`` in the job's docker image. |
| 7 | + |
| 8 | +This change is dependent on a bug fix available in ``apache-beam>=2.31.0``. Klio jobs using a version lower than this should upgrade ``apache-beam``. |
| 9 | + |
| 10 | + |
| 11 | +Metrics |
| 12 | +------- |
| 13 | +The Stackdriver log-based metric client, which has been deprecated since March 2021, has been removed in this release. |
| 14 | + |
| 15 | + |
| 16 | +Verifying GCP Roles |
| 17 | +------------------- |
| 18 | +The release of ``21.12.0`` also includes minor improvements to the user experience when verifying a Klio job and adding GCP roles to a job's service account. |
| 19 | + |
| 20 | + |
| 21 | +Changes |
| 22 | +------- |
| 23 | + |
| 24 | +:ref:`klio-cli <cli-21.12.0>` |
| 25 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 26 | + |
| 27 | +.. include:: /reference/cli/changelog.rst |
| 28 | + :start-after: start-21.12.0 |
| 29 | + :end-before: end-21.12.0 |
| 30 | + |
| 31 | +:ref:`klio <lib-21.12.0>` |
| 32 | +^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 33 | + |
| 34 | +.. include:: /reference/lib/changelog.rst |
| 35 | + :start-after: start-21.12.0 |
| 36 | + :end-before: end-21.12.0 |
| 37 | + |
| 38 | + |
| 39 | +:ref:`klio-core <core-21.12.0>` |
| 40 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 41 | + |
| 42 | +.. include:: /reference/core/changelog.rst |
| 43 | + :start-after: start-21.12.0 |
| 44 | + :end-before: end-21.12.0 |
| 45 | + |
| 46 | +:ref:`klio-exec <exec-21.12.0>` |
| 47 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 48 | + |
| 49 | +.. include:: /reference/executor/changelog.rst |
| 50 | + :start-after: start-21.12.0 |
| 51 | + :end-before: end-21.12.0 |
| 52 | + |
| 53 | +.. rubric:: Footnotes |
| 54 | + |
| 55 | +.. [#f1] https://docs.klio.io/en/stable/userguide/config/index.html?highlight=override#overriding-values |
0 commit comments