Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions agent_sdks/python/a2ui_agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.5.0

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The The a2ui-agent python SDK release version was updated without a release, so this PR only updates the CHANGELOG file.


- Rename inference format `Transport` / `transport` terminology to `Direct JSON` / `direct_json` (`DirectJsonFormat`, `DirectJsonParser`, `DirectJsonStreamParser`). Deprecate `a2ui.inference_formats.transport` module alias.
- Cache `A2uiValidator` on `A2uiCatalog.validator` using `functools.cached_property` to avoid redundant construction on every access (#1972).

Expand Down
2 changes: 2 additions & 0 deletions renderers/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.10.5

- Add standalone helper `provideA2Ui` configuration function. [#2061](https://github.com/a2ui-project/a2ui/pull/2061)
- Standardize package entry points to `index.ts` while maintaining `public-api.ts` wrappers for backward compatibility.
- (v0_8) Export `A2uiMessageSchema` in public API.
Expand Down
2 changes: 1 addition & 1 deletion renderers/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2ui/angular",
"version": "0.10.4",
"version": "0.10.5",
"license": "Apache-2.0",
"homepage": "https://a2ui.org/",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions renderers/lit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.10.3

- Enable `inlineSources` in `tsconfig.json` to populate `sourcesContent` in sourcemaps.

## 0.10.2
Expand Down
2 changes: 1 addition & 1 deletion renderers/lit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2ui/lit",
"version": "0.10.2",
"version": "0.10.3",
"description": "A2UI Lit Library",
"author": "Google",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions renderers/markdown/markdown-it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.1.1

- Enable `inlineSources` in `tsconfig.json` to populate `sourcesContent` in sourcemaps.

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion renderers/markdown/markdown-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2ui/markdown-it",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Markdown renderer using markdown-it and dompurify.",
"repository": {
"directory": "renderers/markdown/markdown-it",
Expand Down
2 changes: 2 additions & 0 deletions renderers/web_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.10.6
Comment thread
nan-yu marked this conversation as resolved.

- (v0_9) Validate component properties against catalog schema in `MessageProcessor` to prevent malformed component actions.
- (v0_9) Add prototype pollution protection and safe property lookup to `DataModel` (non-breaking security fix).
- (v0_8) Export `A2uiMessageSchema` in public API.
Expand Down
Loading