This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch fix-copyright-year
in repository https://gitbox.apache.org/repos/asf/burr.git
discard bc765128 Fix Copyright year to 2026
omit fba507c8 Simplify running of release scripts with dependency groups
add 34d1fd64 Simplify running of release scripts with dependency groups
(#604)
add f75b9731 Fix old link (#611)
add b1804947 Update OpenAI model in conversational RAG example
add e8145ed9 Update OpenAI model in email assistant example
add 1a92593f fix(pydantic): improve error message for untyped state
parameter
add 692789e2 fix(persistence): improve error message for uninitialized
SQLitePersister (#613)
add b9ee1292 Update serde.rst (#555)
add 1375449a examples: fix typos in Python files
add 04da4cf6 Remove Google Analytics from the Burr Website (Fixes #592)
add 8fd7a2a4 Adds matomo analytics to docs
add aa4bb19e Burr Release Scripts (#609)
add 21df6e56 Updates to clean up upload file names, upload everything
(#625)
add 5446cdb6 Script fixes for release (#628)
add 77c85e7b Update OpenAI model in deep researcher example
add 51696c2b Update OpenAI model in llm adventure game example
new e38e1352 Fix Copyright year to 2026
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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 (bc765128)
\
N -- N -- N refs/heads/fix-copyright-year (e38e1352)
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.
The 1 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:
.gitignore | 4 +
.rat-excludes | 26 +
burr/cli/__main__.py | 10 +-
burr/core/persistence.py | 92 +-
burr/integrations/pydantic.py | 11 +-
burr/telemetry.py | 2 +-
.../terraform/templates/ecs/burr_app.json.tpl | 19 +-
burr_logo.svg | 18 +
docs/_static/apache-incubator-logo.svg | 19 +
docs/{README-internal.md => _templates/page.html} | 34 +-
docs/concepts/serde.rst | 9 +
docs/conf.py | 5 -
.../graph_db_example/application.py | 8 +-
.../graph_db_example/notebook.ipynb | 4 +-
examples/deep-researcher/application.py | 2 +-
examples/email-assistant/application.py | 4 +-
examples/llm-adventure-game/application.py | 2 +-
examples/other-examples/cowsay/digraph | 19 +
scripts/README.md | 269 ++----
scripts/apache_release.py | 992 +++++++++++++++++++++
scripts/build_artifacts.py | 489 ----------
scripts/release_helper.py | 451 ----------
scripts/verify_apache_artifacts.py | 721 +++++++++++++++
tests/core/test_persistence.py | 32 +
tests/integrations/test_burr_pydantic.py | 12 +
25 files changed, 2074 insertions(+), 1180 deletions(-)
create mode 100644 .rat-excludes
copy docs/{README-internal.md => _templates/page.html} (53%)
create mode 100644 scripts/apache_release.py
delete mode 100644 scripts/build_artifacts.py
delete mode 100644 scripts/release_helper.py
create mode 100755 scripts/verify_apache_artifacts.py