From 6f4d40d9012d4b439afb2aba56efcabaeb4f67cb Mon Sep 17 00:00:00 2001 From: Azure Pipelines DAML Build Date: Wed, 18 Aug 2021 06:01:29 +0000 Subject: [PATCH] release 1.17.0-snapshot.20210817.7604.0.0c187853 This PR has been created by a script, which is not very smart and does not have all the context. Please do double-check that the version prefix is correct before merging. @nickchapman-da is in charge of this release. Commit log: ``` 0c1878530b5341e52f1eb5f107ce109ce5953f19 test: test for platform independent dars (#10535) 3822a8c88601e8ea3e63391420b732d3b0eebb4d ledger-api-test-tool: Split TransactionServiceIT into lots of suites. (#10585) 3cc9de564fad8a0834d30b6a833c1306905d4cad Introduce dependency on Oracle image version (#10597) f8c0a35940736ceec060b11afc7f0ac18e542dec rewrite trigger docs to follow gsg (#10509) aec601f929d76ebccdb4684a851b8e2600bbd94d Fix badly versioned empty tx (#10596) d92440471c154db7fe1cdcb40fbc0294bdde04c4 daml ledger export: export all parties (#10588) fb09b72f96a9c874b167f4312e17ee9238a604c9 Improve divulgence warning message. (#10595) fd9d8724fc3e6f60c1a19b5c8ff7f128e3fc90d0 Upgrade to Oracle 19.12 (#10589) 386965c466c4ec49ca3faf1d2dccbba649963d59 Upgrade Flyway to v7. (#10594) 654d2eee1b5b30da6a4a8b9310daf9c84d9d6491 Bump url-parse to address dependabot alerts (#10593) 01b8e3011f9b4a35a70077984e0608ef0870e734 Simplify loading of logback file (#10592) 19bfdbee00e5eb9ebcc61baff281fea1b46e8188 update NOTICES file (#10591) 5f7a3691a5757a09f4984b0790802871a34586fe [JSON-API] Perf gatling MultiUserQueryScenario (#10422) 56059f32d431652c7afecb41afc93a2a6caf0003 Upgrade path-parse to 1.0.7 (#10587) 5c8025269d545289d20c7307c8729c5b8d1cf925 ledger-grpc: Fix the directory paths. [KVL-1005] (#10586) 9db5ccfc4e26fa0c10f6ffdaf3eaa7d82a21b7fc Normalize transactions & values as a separate pass (#10524) 99e1d78bb80cc0bf5c6c6e30e858582c1bf81994 [Integrity Checker] Implemented pairwise Update normalizer (#10530) cc37bc39cb78a5a56655fc672bfd73b819969dda Set ErrorInfo metadata flag for definite_answer [KVL-1005] (#10583) 147e8f2b96aebb62153c075eb54f24040814f873 Skip subject in changelog check (#10584) 244262dfac6f1443489f8cb678b46ea74d3dd0d2 Handle imports for builtin types correctly in Daml export (#10575) 1fc281f07e0f62346b3798613997411dbc89504c ContractStorageBackend consolidation [DPP-462] (#10402) 0cbaa15465e81e3dd84743b8fba9efba1c5d8f0c Codeowners: Notify committer maintainers on API changes. (#10557) 6492ceb93304e23a1f94ae34c3be612bf3b7c98d JSON API: log ledger connection errors at every attempt (#10581) 933b58e3aa061d4ca08d14cb98df8728b63844e5 Extract grpc statuses to separate module [KVL-1005] (#10582) 0ef894447f1fe956434049677483af266a522721 Use explicit types to track failures when submitting a request for execution [KVL-1005] (#10567) 4430f52cdc8707914d3a5c45bf63fd36a8d06293 changelog_begin (#10579) dc4629fff9f0081e2dbbbf0afd8286291b47c30a update NOTICES file (#10580) 8b0a0e7bbc721dae03267cc470bfc5c7ad74fc44 update NOTICES file (#10578) 4b8b67a1b5947d0cf077278b75b38b14f5544c7c Upgrade Scalatest to v3.2.9. (#10576) 41e60f7302682f7388e4070b070ee7ad15aa67b2 Upgrade to Scala 2.12.14 and 2.13.6. (#10573) c447898cc9e2f3e7233054315567861b9dbe64d7 Fix display of unhandled exceptions in the scenario service (#10572) 4e1a90dffdbad65092338c7a7f1f4d7e122ed038 Enable --incompatible_remote_results_ignore_disk (#10571) d183ecc6d6a23276cc1bef5f882521ea70aa9976 rotate release duty after 1.17.0-snapshot.20210811.7560.0.4f9de4ba (#10556) 76ecb44fbd108a1eaff8e9baf8c1f0edd58b2a6d update compat versions for 1.17.0-snapshot.20210811.7565.0.f1a55aa4 (#10563) 86a03fa7c05e7a4b5ddafe17d902a7541d4a1cc7 Bump bazel max jvm memory (#10569) 1cc136c033cf53f9978009252390dd3becbc6baa update NOTICES file (#10565) c69880ccf1f481e4aee7a392205b8d17f9061f6a ledger-api-test-tool: Enforce test naming standards. (#10562) ee34d0f80c42111940c2f836b08ff78b84d441a2 Track command - use types for error handling instead of grpc statuses [KVL-1005] (#10503) 93c25f36b637ffe4b9bfcbd555c8e93a654c852b Release 1.17 snapshot (#10560) ``` Changelog: ``` - [Ledger API Test Tool] The ``TransactionServiceIT`` test suite has been split into many test suites. If you are including or excluding it, you will need to use the new test suite names, or you can use "TransactionService" as a prefix for all of them. If you are including or excluding individual tests, you will need to update your arguments with the new test suite. You can find the new test suite by running the test tool with the ``--list-all`` flag and looking for the test's short identifier. The short identifiers have not changed, with the exception of ``TXNoContractKey``, which has been renamed to ``CKNoContractKey`` and is now in the ``ContractKeysIT`` test suite. * [Daml export] You can now set the ``--all-parties`` option to generate a ledger export as seen by all known parties. ledger-api-client - Propagate definite_answer as metadata in the GRPC response for submit/submitAndWait [JSON API] Ledger connection errors are now logged at every attempt akka-bindings: `LedgerClientBinding.commands` now returns a flow of `Either[CompletionFailure, CompletionSuccess]` instead of `Completion` for clearer error handling. For backwards compatiblity the new return type can be turned back into a `Completion` using `CompletionResponse.toCompletion` ``` CHANGELOG_BEGIN CHANGELOG_END --- LATEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LATEST b/LATEST index f34e737d3ac9..9b77fa306d4c 100644 --- a/LATEST +++ b/LATEST @@ -1,4 +1,4 @@ -f1a55aa4bfada6830a6fb34b9233907407d47782 1.17.0-snapshot.20210811.7565.0.f1a55aa4 +0c1878530b5341e52f1eb5f107ce109ce5953f19 1.17.0-snapshot.20210817.7604.0.0c187853 48050ad7836b9825c9dc7bd96fbc980b8eb9b6e5 1.16.0 aca22721f709d879a49fa958a1eb0b532fcbde54 1.15.0 aa2978400dd88a6011db18a62fb71c23ebd9d20b 1.14.2