From fce8e54469b80eb16c672f4bba9ca0670a5f2132 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 09:49:45 +0200 Subject: [PATCH] release 1.14.0-snapshot.20210608.7123.0.3cb8d5c2 (#9932) 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. @garyverhaegen-da is in charge of this release. Commit log: ``` 3cb8d5c2a72ef35feb15ae0e00cf0cf545080d4c Deprecate use of divulged contracts (#9930) e9a2e2e7f209cce16fec277356f6116800638baa Allow two different time formats as input for the metrics reporting interval (#9926) 1dc8472017067795d1c03a60ad753cbfeac1853c Fix variable name (#9927) 4037b1cd9e4fce053370acfee72430ac92500a04 Add metrics to the http json service (#9923) bd26c43767fe2588cc168548bf858fa41f510d3e LF: fix TransactionCoderSpec (#9922) 69ef6243cb272e1345da2c6e66b08d27ad267f54 Fix flaky InstrumentedSourceSpec test (#9921) cbcec32e706253c35100d09e8754e878155d1b09 LF: clean up the remaining Exception TODOs (#9913) 537420942d4f577ca5aaf11593d45779794c755b Add dependency proto3-suite for Setup.hs (#9917) c77324d041f1de5eac9c4dec3487f637ca3483b1 skip fix_bazel_cache on forks (#9920) ddf93fc413f10079563fde7ea3ac6ac5832e4135 Address TODOs in JdbcIndexer (#9911) a0d3e80fd6ab16b8709643145ce7ced2fdb67eaf Add missing telemetryContext instances in the ledger-api-client's Ctx (#9916) 1e009b4ac2c24d118351f1af1e9689972def1dea Upgrade canton to 0.25.0-snapshot supporting lf-1.13 and enable/fix tests (#9915) db1453640fe527c25ca8f29f9e141a54b61d0a1b LF: Freeze archive proto for LF 1.14 (#9912) 15f9dfb9635b6aa7b3bbe6cb15ba3e1d571a099c update compat versions for 1.14.0-snapshot.20210602.7086.0.f36f556b (#9900) b4247c1511a48bd261af236a531e5f7439a54f01 [In-memory fan-out] BuffersUpdater implementation (#9858) 7e733c3cee10da53165835e580bff3aacbcdb70f DPP-390 remove appendonly todos (#9910) 512f1fd87dac70aedf1a2678477f1a2d23e9f712 LF: Preview version of LF 1.14 (#9906) 2da94c314983f5b077ee1e835d8ecfc2de1949a6 Add warning about using divulged contracts in pruning doc (#9883) 3dee3d042d0388c6ab4acb9a0405eecf3971142f LF: Fix encoder for Exception (#9904) b22c04654d6c2ffac421d3224ec389ceeb7c8953 ledger-api-test-tool: Only wait for parties on participants under test. (#9903) b8c02d65b78e8960fa04f8912e343d52cd8fba9d Bump perf test for for #9871 (#9902) 4660e57e0cbe300a15caa9e9aa31bdbe14f932d7 Fix typoed participant name in ExceptionsIT (#9901) 316069d047e0c550e377e3044529910b6e81708d Postgres batching refinements (#9898) 7bc925e4d203d0dd1c3fb71545f791cacf75d0db LF: Factorize the logic for AST lookup (#9871) 2fa250f06acb3e1a037db94037dcce262556080b DPP-387 Remove migration todos (#9896) 65f9395cdd670de43204e0f324c6e12e818ddf4a Try to fix windows skipping again (#9893) 850c7310e8bed1e7be84ea4c0f98b62767efc4b0 Include PackageMetadata in LF interface (#9892) 41266c35e24b871da2348ae3330604bc65b681eb Fix the formatting on the LF spec. (#9889) dc79830239c70ea7841dfde401faa07479ff6fe1 DPP-393 Enable sandbox tests for the append-only schema (#9876) 3c83b77dd8f6e04385cb60a2f75053d156942fb6 Parallel Ingestion renames (#9894) 6e48034edc12fed348d198fbc964f6a90c4f4d46 Dpp 392 todo cleanup postgre batch (#9875) 08ed7b61ffc6e15b263a1c58eb2ec74cbbd2f6a0 rotate release duty after 1.14.0-snapshot.20210601.7081.0.7d716e6d (#9878) 081c54b41110045858cb1eccf63cb508e52b1d81 Revert "Try to unflake JSON API failure tests (#9855)" (#9887) df0f3ff7b07f31167afb92616165c5bfc34dd47c maybe fix deleted release tags (#9891) 4b020dddc346582a5e07de187bb2882a2ac2d1df Release ledger-api-bench-tool (#9890) d80191435f261d71da7ded237d731d7111514812 Release new snapshot (#9885) 4a4dde0f19f04f2c964e2ded9a2b5f7ee33b1f06 Implemented JdbcLedgerDaoTransactionLogUpdatesSpec (#9813) ``` Changelog: ``` - [Ledger API] Use of divulged contracts in later transactions is deprecated. Divulged contracts were already incompatible with pruning. We are working on features to handle the cases currently covered by divulgence. - for applications which support the --metrics-reporter-interval cli option, these now support both the java and scala duration string format (e.g. PT1M30S and 1.5min) Small fixes to the doc [HTTP/JSON API] - metrics reporting can now be chosen via the command line option --metrics-reporter (currently hidden), valid options are console, csv://, graphite:// and prometheus:// - metrics reporting interval can also now be chosen via a command line option --metrics-reporting-interval (currently hidden) [ledger api] Add warning about incompatibility between pruning and divulged contracts to pruning docs. ``` CHANGELOG_BEGIN CHANGELOG_END Co-authored-by: Azure Pipelines DAML Build --- LATEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LATEST b/LATEST index c1a8e17c7f34..fa32ba675372 100644 --- a/LATEST +++ b/LATEST @@ -1,4 +1,4 @@ -f36f556b73874596a34714829f9922a441642382 1.14.0-snapshot.20210602.7086.0.f36f556b +3cb8d5c2a72ef35feb15ae0e00cf0cf545080d4c 1.14.0-snapshot.20210608.7123.0.3cb8d5c2 5f5323806b9ee704dc7f5bed5c458ee9d0c431f7 1.13.1 9ae787d005a5ea5c3c65aef9f56a56082ea4c167 1.13.0 631db446f0e5f24845b9837ffcf8ea6061f91f4f 1.12.0