|
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.17.1 (2024-08-26) |
| 5 | +## 1.0.0 (2024-10-14) |
| 6 | + |
| 7 | + |
| 8 | +### ⚠ BREAKING CHANGES |
| 9 | + |
| 10 | +* GA release |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +* Add 64 bit int sets support to key value cache |
| 15 | +* Add CBOR conversion for v2 objects |
| 16 | +* Add CBOR support to multi-partition flows in V2 |
| 17 | +* add CORS headers for envoy config |
| 18 | +* Add data loading support for uint64 sets |
| 19 | +* Add documentation for uint64 sets |
| 20 | +* Add internal lookup rpc for uint64 sets |
| 21 | +* Add parameter notifier to get parameter update notification |
| 22 | +* Add partition-level metadata to UDF execution metadata |
| 23 | +* Add runSetQueryUInt64 udf hook |
| 24 | +* Add support for reading and writing uint64 sets to csv files |
| 25 | +* Add uint64 bitset wrapper. |
| 26 | +* CBOR conversion for Compresion Group |
| 27 | +* CborDecodeToProto implementation |
| 28 | +* Convert http ContentType header to a custom header in GCP |
| 29 | +* Download pre-built aws-otel-collector.rpm |
| 30 | +* Encode cbor content as bytestring and add partitionOutputs to CBOR converter |
| 31 | +* Fix release script |
| 32 | +* Flag to control chaffing for sharding for nonprod |
| 33 | +* GA release |
| 34 | +* Implement CBOR for validator |
| 35 | +* Implement internal GetUInt64ValueSet functionality |
| 36 | +* Implement InternalRunSetQueryUInt64 rpc (local lookup) |
| 37 | +* Implement InternalRunSetQueryUInt64 rpc (sharded lookup) |
| 38 | +* multiple partition support |
| 39 | +* Pass partition level metadata to UDF |
| 40 | +* Process v2 padded requests |
| 41 | +* Put server logs in the response DebugInfo for consented requests |
| 42 | +* Refactor cache logic for bitsets into it's own class |
| 43 | +* Set up AWS terraform resources for logging verbosity parameter notification |
| 44 | +* Start parameter notifier to get logging verbosity updates |
| 45 | +* Support dataVersion field in PA partition output |
| 46 | +* Support set operations for 64 bit int sets |
| 47 | +* Update AWS sqs cleanup function to clean up sqs for parameter updates |
| 48 | +* Update common repo and set the verbosity level for PS_VLOG with new API |
| 49 | +* Update v2 contract |
| 50 | +* Update v2 headers |
| 51 | +* Upgrade common repo to 9c5c93e |
| 52 | +* Upgrade rules_oci to 2.0 and deprecate rules_docker |
| 53 | +* Use proper ohttp media types for encryption |
| 54 | +* When using the wrong inline set type in query, resolve the result |
6 | 55 |
|
7 | 56 |
|
8 | 57 | ### Bug Fixes |
9 | 58 |
|
| 59 | +* Add missing include directive |
| 60 | +* Add missing internal testing parameters |
| 61 | +* Allow CORS OPTIONS for preflight |
| 62 | +* Correct fork logic |
| 63 | +* Correct output_filter typo |
| 64 | +* Destroy terraform before doing perfgate exporting |
10 | 65 | * Enable a second kv on aws deployment. |
11 | 66 | * fix AppMesh health check. |
| 67 | +* logMessage should us PS LOGS |
| 68 | +* Make AL2023 work. |
| 69 | +* Remove "k" from ReceivedLowLatencyNotificationsCount metric name |
| 70 | +* Remove version from header |
| 71 | +* Rename BUILD to BUILD.bazel |
12 | 72 | * Resolve proxy subnet resources collision issue. |
| 73 | +* Response partition id should come from the request |
| 74 | +* Temporary GCP V2 HTTP envoy fix |
| 75 | +* Update common repo to pick up the server crash fix |
| 76 | +* Update V2 handler and docs with proper ohttp response label. |
| 77 | +* Upgrade builders version to 0.69.0 |
| 78 | +* Use specified release branch to cut release. |
| 79 | +* V2 should not return error status on UDF failure |
| 80 | + |
| 81 | + |
| 82 | +### Dependencies |
| 83 | + |
| 84 | +* **deps:** Upgrade build-system to 0.66.1 |
| 85 | +* **deps:** Upgrade data-plane-shared-libraries to 144264c 2024-07-31 |
| 86 | + |
| 87 | + |
| 88 | +### Documentation |
| 89 | + |
| 90 | +* Add aws update-function-code lambda update command to the AWS deployment doc |
| 91 | +* Add readme doc for diagnostic tool |
| 92 | +* Add screenshot for gcp server prod log location |
| 93 | +* Update docs to use docker compose instead of docker-compose |
| 94 | +* Update gcp deployment doc about console logging |
| 95 | +* Update playbook |
13 | 96 |
|
14 | 97 | ## 0.17.0 (2024-07-08) |
15 | 98 |
|
@@ -89,6 +172,11 @@ All notable changes to this project will be documented in this file. See [commit |
89 | 172 | * Use aws_platform bazel config |
90 | 173 | * Use local_{platform,instance} bazel configs |
91 | 174 |
|
| 175 | +### Image digests and PCR0s |
| 176 | + |
| 177 | +GCP: sha256:d09d5a6d340a8829df03213b71b74d4b431e4d5a138525c77269c347a367b004 |
| 178 | +AWS: {"PCR0":"1e28ac4b72600ea40d61e1756e14f453a3d923a1bf94c360ae48d9777bff0714923d9322ed380823591859e357d2f825"} |
| 179 | + |
92 | 180 | ## 0.16.0 (2024-04-05) |
93 | 181 |
|
94 | 182 |
|
|
0 commit comments