This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a change to branch release-0.3
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


    from 86ec7052 [python] Remove PyFlink gateway fallback from 
AgentConfigOptions (#867)
     new c649ebe7 [dist] Add Flink 2.3 distribution and make it the default 
(#856)
     new 09b81387 [hotfix] Propagate action task Errors from mailbox (#880)
     new 06866c56 [runtime] Binary serde for MemoryUpdate values via versioned 
Kryo envelope (#874)
     new 77aedb9c [tools] Update install.sh for Flink Agents 0.3.0 and Python 
3.12 (#888)
     new ea245810 [tools] Keep install plan edits consistent (#899)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml                           |   6 +
 dist/flink-2.2/pom.xml                             |  44 ++++
 dist/{flink-2.2 => flink-2.3}/pom.xml              |   4 +-
 dist/pom.xml                                       |   2 +
 .../docs/development/memory/long_term_memory.md    |   2 +-
 docs/content/docs/faq/faq.md                       |   2 +-
 .../pom.xml                                        |  14 +-
 pom.xml                                            |   2 +-
 python/_build_backend/tests/test_backend.py        |   7 +
 python/jar_manifest.json                           |   6 +
 .../runtime/actionstate/ActionStateSerde.java      | 119 ++++++++++
 .../runtime/operator/ActionExecutionOperator.java  |   6 +-
 .../runtime/actionstate/ActionStateSerdeTest.java  | 137 ++++++++++++
 .../operator/ActionExecutionOperatorTest.java      |  58 +++++
 tools/e2e.sh                                       |   2 +-
 tools/install.sh                                   | 180 +++++++++++++--
 tools/test/helpers/load.bash                       |   7 +-
 tools/test/integration/dry_run_extra.bats          |   2 +-
 tools/test/unit/edit_plan_quote.bats               |   3 +
 tools/test/unit/reconcile_plan_after_edit.bats     |  55 +++++
 tools/test/unit/revalidate_python_constraint.bats  | 244 +++++++++++++++++++++
 tools/test/unit/validate_python_bin.bats           |  39 +++-
 tools/ut.sh                                        |   4 +-
 23 files changed, 911 insertions(+), 34 deletions(-)
 copy dist/{flink-2.2 => flink-2.3}/pom.xml (97%)
 create mode 100644 tools/test/unit/reconcile_plan_after_edit.bats
 create mode 100644 tools/test/unit/revalidate_python_constraint.bats

Reply via email to