mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
186d279c81
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. @robin-da is in charge of this release. Commit log: ```b7cf42d173
Upgrade doobie to version 0.13.4 (#10326)1a723149d4
fix broken triggers link (#10336)271f9daedd
Added back DeduplicationPeriod.DeduplicationOffset [KVL-998] (#10324)b701caab7d
Report divulgence warning at commit location. (#10329)742bdcbeea
Describe prometheus in daml-on-sql README (#10307)93d0ed6821
[Mutable cache] Resolve with full lookup on negative cache read-through lookups [DPP-501] (#10262)f59951b755
document min npm version (#10330)d982e16e99
fix besu listing (#10328)c3bc26fd1c
daml-lf/data: Move ID aliases to `Ref` from _ledger-api-common_. [KVL-1002] (#10323)cf2f79db4e
Register divulgence warning as a diagnostic (#10289)8360e9f75a
Mark Java Bot tests flaky (#10322)a6bf892f72
[In-memory fan-out] CLI parameters update (#10250)5fa49c3312
Disables flaky test suite of InstrumentedSource.bufferedSource (#10321)504c231732
Use a combined template id, stakeholder index (#10315)9a01065f29
participant-state: Remove the Daml-LF transaction and value aliases. [KVL-1002] (#10317)159728d716
LF: use Either by default in all archive reader API (#10295)449a72a86f
increase ES memory (#10318)80b65f6def
[DOCS] Add documentation for the JSON API metrics (#10312)6abb903a7f
[JSON-API] Put the request & response bodies into the log ctx if the log level is debug (for specific statements) (#10298)3c0010b38a
detect mount issue earlier (#10313)0e09f3ba08
Remove optLocation field from transaction nodes. (#10301)e62852fbfd
Make ledger API test tool's 'max-connection-attempts' into an option (#10311)bd12170af2
participant-state: Remove the `ParticipantId`, `PackageId`, and `Party` aliases. [KVL-1002] (#10308)fed44970ae
Extend JSON API ContractDao query bench’s with different tpids (#10309)bd35f80efa
ledger-configuration: Correct the protobuf package. [KVL-1002] (#10302)d69328d281
Ledger API Test Tool: add a `--max-connection-attempts` command line option [KVL-977] (#10297)a3b861eae8
refresh es cluster (#10300)63332d0667
update NOTICES file (#10306)1ee53c0736
participant-state-index: Use `Ref` directly. (#10299)0eba812109
Remove trace_context field from Ledger API [KVL-1021] (#10256)88886beb8d
ledger-configuration: Add tests for the `Configuration` decoding methods. [KVL-1002] (#10293)cb29f34d4b
ledger-offset: Move `Offset` to a new package. [KVL-1002] (#10296)b899ae1d37
Codeowners: Add @nicu-da to the kvutils code review. (#10292)f033bc2bbb
LF: Clean legacy from archive proto + TEXT_TO_CODE_POINTS typo (#10286)70b12f04d0
ledger-on-sql: Remove conformance tests for H2 and SQLite files. (#10291)a9a0b70b85
ledger-configuration: Extract the configuration from participant-state. [KVL-1002] (#10279)d96b54eb23
Use Text not String in exception docs (#10287)53822537e4
Refresh json API materialized view on statement (#10285)6e447c567e
Patch export filtering of GHC.Types.[] in damldocs (#10282)d565cae913
DPP-457 Add UpdateToDbdto tests (#10116)814442eb80
update NOTICES file (#10284)0493480e44
rotate release duty after 1.15.0-snapshot.20210713.7343.0.1f35db17 (#10268)84094e0b6b
update compat versions for 1.15.0 (#10281)ba8e829c8d
[In-memory fan-out] Oracle support (#10263)a8f190214c
LF: change type from Try to Either in archive module (#10277)c84b37a67f
Release SDK 1.15 (#10269)980d96b44a
Fix status check in collect_build_data (#10278)191d3b82ce
Add unit test to SequentialWriteDao [DPP-456] (#10265)2271f93b69
Fix crash on duplicate submissionId (#10242)906184ce1a
LF: Simplify UniversalDarReader (#10271)42c487ba96
[JSON-API] Refactor Endpoints.scala to use path directives etc. (#10274)684040159f
release 1.15.0-snapshot.20210713.7343.0.1f35db17 (#10267)0df70fa56a
Document bazel-testlogs directory in BAZEL.md (#10276)44204bb932
Add a benchmark for contract insertion in the JSON API (#10272)6107f8aa64
Ignore failure to upload log failures (#10270)caf85a2270
LF: rationalize archive Parser/Reader/Decoder (#10239)0043b81f00
Add a ContractDao benchmark (#10259)21a9e62f27
Add disclaimer to participant state v2 API [KVL-998] (#10254)6c63f96ba9
participant-integration-api: Move `SeedService` here. (#10261)58c0b4694a
kvutils: Simplify usage of Rejections [KVL-1015] (#10258)41aba1ca39
kvutils: Move unrelated test cases to a proper test class [KVL-1015] (#10257) ``` Changelog: ``` - [JSON-API] You can now find a section `Metrics` in the http-json api documentation explaining how to enable metrics and which are available - [JSON-API] Logging of the request and response bodies are now available for appropriate requests if the chosen log level is equal or lower than DEBUG. These can then be found in the logging context of the request begin & end log messages (The field names in the ctx are "request_body" and "response_body"). - [Integration Kit] The *ledger_configuration.proto* Protobuf definition has been repackaged under ``com.daml.ledger.configuration``, and the Java and C# packages have been renamed accordingly. If you are using this Protobuf definition, you will need to update your imports. The Maven artifact name has not changed. - [Integration Kit] Add a `--max-connection-attempts` command line option to the Ledger API Test Tool * [Integration Kit] Removed trace_context field from Ledger API and its bindings as we now have trace context propagation support via gRPC metadata. If you are constructing or consuming Ledger API requests or responses directly, you may need to update your code. - [Integration Kit] The ``Offset`` type has been moved to a new Maven package, ``ledger-offset``, from the ``participant-state`` package. The Java package has been renamed to ``com.daml.ledger.offset``. If you are using this type, you will need to update your dependencies and imports. - [Integration Kit] The ledger configuration classes, ``Configuration``, ``LedgerInitialConditions``, and ``TimeModel``, have been moved from *participant-state* to a separate package named *ledger-configuration*, in the Java package ``com.daml.ledger.configuration``. You will need to update your dependencies and imports. - [Integration Kit] ``TimeModel`` has been renamed to ``LedgerTimeModel``. If you are using the ledger configuration classes directly, you may need to update your code. Fix crash in ConfigManagement- and PackageManagement- services on duplicate submissionsIds from different participants. Extend ledger-api-test-tool to cover the duplicate submissionId cases. - [Integration Kit] The class ``SeedService`` has been moved from the *participant-state* Maven package to the *participant-integration-api* Maven package, under the Java package name ``com.daml.platform.apiserver`` to reflect its usage by the API server, not the participant state API. If you use this class directly, you will need to change your imports. ``` CHANGELOG_BEGIN CHANGELOG_END Co-authored-by: Azure Pipelines DAML Build <support@digitalasset.com>
28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
b7cf42d1738ef9d738c778de03a685374426e6f6 1.16.0-snapshot.20210720.7404.0.b7cf42d1
|
|
aca22721f709d879a49fa958a1eb0b532fcbde54 1.15.0
|
|
aa2978400dd88a6011db18a62fb71c23ebd9d20b 1.14.2
|
|
d1b54ff0a0213d0f88a30078dacae06744529773 1.14.0
|
|
5f5323806b9ee704dc7f5bed5c458ee9d0c431f7 1.13.1
|
|
9ae787d005a5ea5c3c65aef9f56a56082ea4c167 1.13.0
|
|
631db446f0e5f24845b9837ffcf8ea6061f91f4f 1.12.0
|
|
a08f6ea24245461e912f2be5676009dcbea05634 1.11.2
|
|
7cd6380e156810ec7a19abbb3b967f45acab00b9 1.11.1
|
|
d3d5042ac04f4c0f755df7e87bc191716fdecc4c 1.11.0
|
|
80d080ef9f1c63de6f94d22592f89d623bfb1fa6 1.10.2
|
|
19bf4031f551334ff70a77bbf469b8af8e061bf2 1.10.0
|
|
5b3663a500e6840109e0e3e21cd6dea3c546573d 1.9.0
|
|
d443707c1893b58206f2f2ba62a18cd25e1ff53c 1.8.0-snapshot.20210303.5843.0.d443707c
|
|
59f5d40754bebf76f0530d94eb4c723cba21a21b 1.8.1
|
|
38455e8ca91ca3c351a6d15bd9ec25070386fc6c 1.8.0
|
|
e75d42ddc3150c0e054c35cc8c5afcf523ed5702 1.7.0
|
|
547abc97d96ad9ab4ed6e5fb6acf4c05ae85b639 1.6.1
|
|
d21cb496b7373dcf5c7afcc373b7898cbe54019e 1.6.0
|
|
eb68e680f649bc7c2b6b2c3b8a4c7a664f52ecec 1.5.0
|
|
224ab3621c8c3745aa5af78f655b4676794d7a5f 1.4.0
|
|
8e10c7a7338d72b907ae72f77c03b06cbe8426af 1.3.0
|
|
11b5c36282407284122326c4d80cb7a6015ed825 1.3.0-snapshot.20200610.4413.0.11b5c362
|
|
1c18058f019229cd0af64669af0de31d0cec916d 1.2.0
|
|
7e448d810c1134c39afa2c555e85964b68976446 1.1.1
|
|
160936905d393a6f8fb35ea02ad6b3c401820dad 1.0.1
|
|
f050da78c9c8727b889bdac286156f19e2f938c4 1.0.0
|