Skip to content

Commit ade31c3

Browse files
chore: release v0.46.0 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 2e2af02 commit ade31c3

4 files changed

Lines changed: 51 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,28 @@ All notable changes to this project will be documented in this file.
8282

8383
# Changelog
8484

85+
# Changelog
86+
87+
## [0.46.0](https://github.com/databricks/appkit/compare/v0.45.0...v0.46.0) (2026-07-22)
88+
89+
### appkit
90+
91+
* **appkit:** forward async handler rejections to a terminal error middleware instead of crashing ([#439](https://github.com/databricks/appkit/issues/439)) ([5ef5404](https://github.com/databricks/appkit/commit/5ef5404d9b4497cd3b399b03f7027705d5e20314))
92+
* **appkit:** report only the actually-missing env vars in resource errors ([#486](https://github.com/databricks/appkit/issues/486)) ([2e2af02](https://github.com/databricks/appkit/commit/2e2af02acb61d639b793764ac5c663244d0608d8))
93+
94+
### server
95+
96+
* **server:** invoke plugin shutdown hooks and close connections during graceful shutdown ([#441](https://github.com/databricks/appkit/issues/441)) ([f8cd9ec](https://github.com/databricks/appkit/commit/f8cd9ecb00071c2f4b11c5a3cb029f89b0377ba7))
97+
98+
### stream
99+
100+
* **stream:** remove completed/errored streams from registry after buffer TTL ([#438](https://github.com/databricks/appkit/issues/438)) ([e606900](https://github.com/databricks/appkit/commit/e6069008547caf156f3077b7bb02d9f460349053))
101+
102+
### agents
103+
104+
* **agents:** forward generation params (temperature/top_p/stop/...) to the serving adapter ([#450](https://github.com/databricks/appkit/issues/450)) ([44cb589](https://github.com/databricks/appkit/commit/44cb5891be997c1acb63873a4da74cd6de236df8))
105+
106+
85107
## [0.45.0](https://github.com/databricks/appkit/compare/v0.44.0...v0.45.0) (2026-07-09)
86108

87109
* decode inline Arrow IPC + warehouse-compat fallback ([#329](https://github.com/databricks/appkit/issues/329)) ([86bebff](https://github.com/databricks/appkit/commit/86bebffa389bcbac087edd200954b7efe3123a9f))

bundle-size-baseline.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
{
44
"name": "@databricks/appkit",
55
"tarball": {
6-
"packed": 719245,
7-
"unpacked": 2527311
6+
"packed": 739018,
7+
"unpacked": 2587311
88
},
99
"dist": {
1010
"total": {
11-
"raw": 2522866,
12-
"gzip": 845729
11+
"raw": 2582866,
12+
"gzip": 867649
1313
},
1414
"js": {
15-
"raw": 745735,
16-
"gzip": 260479
15+
"raw": 763840,
16+
"gzip": 267339
1717
},
1818
"types": {
19-
"raw": 281107,
20-
"gzip": 95925
19+
"raw": 287677,
20+
"gzip": 98389
2121
},
2222
"maps": {
23-
"raw": 1485229,
24-
"gzip": 485507
23+
"raw": 1520554,
24+
"gzip": 498103
2525
},
2626
"css": {
2727
"raw": 0,
@@ -31,22 +31,22 @@
3131
"raw": 10795,
3232
"gzip": 3818
3333
},
34-
"fileCount": 525
34+
"fileCount": 531
3535
},
3636
"entries": [
3737
{
3838
"id": ".",
39-
"gzip": 83249,
39+
"gzip": 84384,
4040
"composition": {
41-
"initialGzip": 80675,
41+
"initialGzip": 81810,
4242
"lazyGzip": 2574,
43-
"totalGzip": 83249,
44-
"own": 264456,
43+
"totalGzip": 84384,
44+
"own": 267930,
4545
"nodeModules": null,
4646
"chunks": [
4747
{
4848
"label": "index.js",
49-
"gzip": 76577,
49+
"gzip": 77712,
5050
"kind": "initial"
5151
},
5252
{
@@ -64,27 +64,27 @@
6464
},
6565
{
6666
"id": "./beta",
67-
"gzip": 40062,
67+
"gzip": 40521,
6868
"composition": {
69-
"initialGzip": 39832,
70-
"lazyGzip": 230,
71-
"totalGzip": 40062,
72-
"own": 119920,
69+
"initialGzip": 40290,
70+
"lazyGzip": 231,
71+
"totalGzip": 40521,
72+
"own": 121236,
7373
"nodeModules": null,
7474
"chunks": [
7575
{
7676
"label": "beta.js",
77-
"gzip": 30576,
77+
"gzip": 30915,
7878
"kind": "initial"
7979
},
8080
{
8181
"label": "databricks.js",
82-
"gzip": 5807,
82+
"gzip": 5927,
8383
"kind": "initial"
8484
},
8585
{
8686
"label": "service-context.js",
87-
"gzip": 3229,
87+
"gzip": 3228,
8888
"kind": "initial"
8989
},
9090
{
@@ -94,7 +94,7 @@
9494
},
9595
{
9696
"label": "databricks.js",
97-
"gzip": 127,
97+
"gzip": 128,
9898
"kind": "lazy"
9999
},
100100
{
@@ -134,7 +134,7 @@
134134
"dist": {
135135
"total": {
136136
"raw": 1265819,
137-
"gzip": 419409
137+
"gzip": 419407
138138
},
139139
"js": {
140140
"raw": 358165,
@@ -146,7 +146,7 @@
146146
},
147147
"maps": {
148148
"raw": 685176,
149-
"gzip": 223360
149+
"gzip": 223358
150150
},
151151
"css": {
152152
"raw": 16860,

packages/appkit-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@databricks/appkit-ui",
33
"type": "module",
4-
"version": "0.45.0",
4+
"version": "0.46.0",
55
"license": "Apache-2.0",
66
"sideEffects": [
77
"**/*.css"

packages/appkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@databricks/appkit",
33
"type": "module",
4-
"version": "0.45.0",
4+
"version": "0.46.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)