This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Commit db6a0b8
Release 1.1.0 (2025-01-15)
### Features
* Add Batch UDF execution metrics
* Add BatchExecuteCode function to UdfClient
* Add custom metrics UDF callback hook to udf configuration
* Add udf-enable-stacktrace parameter
* Bump nltk from 3.8.1 to 3.9.1 in /third_party_deps
* Bump tqdm that has a security fix to 4.67.1
* Enable UDF custom metric hook for the server
* Parallel UDF execution for multi partition requests
* Switch AvroDeltaRecordStreamWriter to use native fb struct
* Switch CsvDeltaRecordStreamWriter and consumers to fb native
* Switch DeltaRecordLimitingFileWriter and consumers to native fb
* Switch DeltaRecordStreamWriter and consumers to fb native
* Upgrade common repo
### Bug Fixes
* Accept empty string value for delete records
* Adjust ad retrieval UDF signature
* Delete records should still require value type
* Disable UDF stack traces by default
* Do not require Delete KVMutations to have a value
* Downgrade markdownlint
* Drop `keyGroupOutput` objects that do not have keyValues
* fix building failure of GitHub main
* Fix udf tester to recognize absl logging flags
* Loading data in order for aws e2e workflow
* Proto encoder should check that partition output is json object
* Remove extra comma in request example json for log context
* remove logging from default UDF
* resolve e2e workflow key conflict
* Sample UDFs should use logMessage instead of console.log
* Udf code object should have mutex
### Documentation
* Add markdown documentation on inline set feature in set queries.
* Add udf example to log custom metrics
Bug: N/A
Change-Id: I04c08e70ac93a78074408ee51403fa148ac81ada
GitOrigin-RevId: 89d1dffa08a2e31243a52005e37fb59e4eaf691e1 parent 6f702e0 commit db6a0b8
256 files changed
Lines changed: 4984 additions & 5068 deletions
File tree
- .github
- builders
- images
- build-amazonlinux2023
- build-amazonlinux2
- build-debian
- presubmit
- tests/data/hashes
- tools
- components
- cloud_config
- parameter_update
- data_server
- cache
- data_loading
- request_handler
- content_type
- server
- data
- blob_storage
- common
- converters
- realtime
- errors
- sharding
- telemetry
- tools
- benchmarks
- udf
- hooks
- util
- docs
- data_loading
- protected_app_signals
- examples/advanced
- production
- packaging
- aws
- data_server/ami
- gcp
- data_server/bin
- local
- tools
- request_simulation
- terraform
- aws
- environments
- demo
- modules/kv_server
- services
- iam_role_policies
- parameter
- gcp/environments
- public
- applications/pa
- data_loading
- aggregation
- csv
- readers
- writers
- test_util
- udf
- third_party_deps
- tools
- bidding_auction_data_generator
- data
- test
- buyer_kv_byos_response
- seller_kv_byos_response
- data_cli
- commands
- request_simulation
- serving_data_generator
- udf
- sample_udf
- udf_generator
- udf_tester
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
5 | 50 | | |
6 | 51 | | |
7 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
5 | 76 | | |
6 | 77 | | |
7 | 78 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments