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

ebenizzy pushed a change to annotated tag v0.42.0
in repository https://gitbox.apache.org/repos/asf/burr.git


*** WARNING: tag v0.42.0 was modified! ***

    from a7071531 (tag)
      to a93f6890 (tag)
 tagging 1af1ca7ab0c774337eb030b150f263ca354ab8dc (commit)
      by Elijah ben Izzy
      on Sat Mar 14 20:45:07 2026 -0700

- Log -----------------------------------------------------------------
Release 0.42.0
-----------------------------------------------------------------------

 discard 0098d80e Bumps version to 0.42.0
     add 9237df20 ui: add toggle to show/hide input nodes in graph view
     add 8a975b02 core: add AST-based linter for undeclared state reads in 
function-bas… (#656)
     add d2214d9d chore: add ASF license headers to requirements.txt and 
.gitignore files
     add a1fd3384 fix: wheel LICENSE should not reference examples-only MIT 
files (#641)
     add b6b511d0 chore: remove phone-home telemetry per ASF policy
     add 5d7267c5 chore: add deprecation warnings to telemetry stub functions
     add 1af1ca7a Bumps version to 0.42.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a7071531)
            \
             N -- N -- N   refs/tags/v0.42.0 (a93f6890)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  17 ++
 LICENSE => LICENSE-wheel                           |  27 --
 burr/cli/__main__.py                               |  11 +-
 burr/core/action.py                                |  58 +++-
 burr/core/application.py                           |  17 +-
 burr/core/graph.py                                 |   2 -
 burr/telemetry.py                                  | 303 ++-------------------
 .../server/s3/deployment/terraform/.gitignore      |  17 ++
 docs/reference/index.rst                           |   1 -
 docs/reference/telemetry.rst                       |  66 -----
 examples/adaptive-crag/requirements.txt            |  17 ++
 .../graph_db_example/requirements.txt              |  17 ++
 .../simple_example/requirements.txt                |  17 ++
 examples/custom-serde/requirements.txt             |  17 ++
 examples/deployment/aws/lambda/requirements.txt    |  17 ++
 examples/deployment/vercel/requirements.txt        |  17 ++
 examples/hamilton-integration/requirements.txt     |  17 ++
 examples/hello-world-counter/requirements.txt      |  17 ++
 examples/image-telephone/requirements.txt          |  17 ++
 examples/instructor-gemini-flash/requirements.txt  |  17 ++
 .../hamilton/image-telephone/requirements.txt      |  17 ++
 examples/llm-adventure-game/requirements.txt       |  17 ++
 .../hamilton/requirements.txt                      |  17 ++
 .../lcel/requirements.txt                          |  17 ++
 .../multi-agent-collaboration/requirements.txt     |  17 ++
 examples/openai-compatible-agent/requirements.txt  |  17 ++
 examples/other-examples/cowsay/requirements.txt    |  17 ++
 examples/pytest/requirements.txt                   |  17 ++
 examples/rag-lancedb-ingestion/requirements.txt    |  17 ++
 examples/recursive/requirements.txt                |  17 ++
 examples/simple-chatbot-intro/requirements.txt     |  17 ++
 examples/streaming-overview/requirements.txt       |  17 ++
 examples/test-case-creation/requirements.txt       |  17 ++
 examples/tool-calling/requirements.txt             |  17 ++
 examples/tracing-and-spans/requirements.txt        |  17 ++
 pyproject.toml                                     |   3 +-
 telemetry/ui/.gitignore                            |  17 ++
 .../ui/src/components/routes/app/GraphView.tsx     |  47 ++--
 tests/conftest.py                                  |   4 -
 tests/core/test_action.py                          |  55 ++++
 40 files changed, 636 insertions(+), 434 deletions(-)
 copy LICENSE => LICENSE-wheel (89%)
 delete mode 100644 docs/reference/telemetry.rst

Reply via email to