You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Features
* Add Avro metadata support for data cli
* Add metadata support when reading Avro files
* Add UDF console logging
* Use partition,compression_group_id to uniquely id a partition
### Bug Fixes
* Add GCP Terraform parameter for data loading file format.
* C++ compiler warnings
* Check that partition ids are unique
* Explicitly set confidential_instance_type
* Pass chaffing to lookup
* replace google internal link with public link for variables.
* use gperftools github doc pages
### Documentation
* Add Avro metadata spec
* Remove AWS ssh from docs.
Bug: N/A
Change-Id: Iaeae0bce737274e636cf2b9738fceed5bceea181
GitOrigin-RevId: df689e65546aa76480debc79fef7298bcdcc3639
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## 1.2.0 (2025-03-04)
6
+
7
+
8
+
### Features
9
+
10
+
* Add Avro metadata support for data cli
11
+
* Add metadata support when reading Avro files
12
+
* Add UDF console logging
13
+
* Use partition,compression_group_id to uniquely id a partition
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
* Add GCP Terraform parameter for data loading file format.
19
+
* C++ compiler warnings
20
+
* Check that partition ids are unique
21
+
* Explicitly set confidential_instance_type
22
+
* Pass chaffing to lookup
23
+
* replace google internal link with public link for variables.
24
+
* use gperftools github doc pages
25
+
26
+
27
+
### Documentation
28
+
29
+
* Add Avro metadata spec
30
+
* Remove AWS ssh from docs.
31
+
5
32
## 1.1.0 (2025-01-15)
6
33
7
34
@@ -11,15 +38,12 @@ All notable changes to this project will be documented in this file. See [commit
11
38
* Add BatchExecuteCode function to UdfClient
12
39
* Add custom metrics UDF callback hook to udf configuration
13
40
* Add udf-enable-stacktrace parameter
14
-
* Bump nltk from 3.8.1 to 3.9.1 in /third_party_deps
15
-
* Bump tqdm that has a security fix to 4.67.1
16
41
* Enable UDF custom metric hook for the server
17
42
* Parallel UDF execution for multi partition requests
18
43
* Switch AvroDeltaRecordStreamWriter to use native fb struct
19
44
* Switch CsvDeltaRecordStreamWriter and consumers to fb native
20
45
* Switch DeltaRecordLimitingFileWriter and consumers to native fb
21
46
* Switch DeltaRecordStreamWriter and consumers to fb native
22
-
* Upgrade common repo
23
47
24
48
25
49
### Bug Fixes
@@ -31,16 +55,21 @@ All notable changes to this project will be documented in this file. See [commit
31
55
* Do not require Delete KVMutations to have a value
32
56
* Downgrade markdownlint
33
57
* Drop `keyGroupOutput` objects that do not have keyValues
34
-
*fix building failure of GitHub main
58
+
*Fix building failure of GitHub main
35
59
* Fix udf tester to recognize absl logging flags
36
60
* Loading data in order for aws e2e workflow
37
61
* Proto encoder should check that partition output is json object
38
62
* Remove extra comma in request example json for log context
39
-
*remove logging from default UDF
40
-
*resolve e2e workflow key conflict
63
+
*Remove logging from default UDF
64
+
*Resolve e2e workflow key conflict
41
65
* Sample UDFs should use logMessage instead of console.log
42
66
* Udf code object should have mutex
43
67
68
+
### Dependencies
69
+
70
+
* Bump nltk from 3.8.1 to 3.9.1 in /third_party_deps
Copy file name to clipboardExpand all lines: builders/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## 0.77.0 (2025-01-13)
6
+
7
+
8
+
### Features
9
+
10
+
* Add environment variables specified by the environment variable BUILDER_CUSTOM_ENV_VARS in builder.sh
0 commit comments