Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 1.12.0-snapshot.20210309.6463.0.f7abca91 #9061

Merged
merged 2 commits into from
Mar 10, 2021

Conversation

azure-pipelines[bot]
Copy link
Contributor

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.

@S11001001 is in charge of this release.

Commit log:

f7abca919fc19da506d0e7b16a9bfd950d25ae18 fix readme in create-daml-app: add npm install (#9060)
e04bd91eda55c84fb566c5eb7f5f06fc3e8f1c08 Move Daml Profiler to EE version of sandbox/sandbox-classic (#9054)
7859bc13e1a5d2e72335bd41c0474696e3207aae inline help: scripts JSON API clarification (#9057)
642385a69290259c22004d094ad3bed9b704233a Upgrade elliptic dependency to address vulnerabilities (#9055)
f2b9f118cfdbfbdab52ee8b5facef1442ca5e4f2 Check that only the command signed payload goes through (#9053)
5197374caba32b5067c26c5284d26ffe55b24d1d Build SDK EE tarball (#9049)
1bec2116ba0aae0737f8bbcfb2d9382cc77b64b9 Add tests for client bindings (#9036)
27fd9327f66adb12bb5887f7fe988a6d7a270050 Disclose transactions in the flat transactions stream only to the stakeholders - test case [DPP-276] (#9028)
45b33757b294af5344d09714ad3eab90b9b8b2bc Introduce a helper to limit signing to commands (#9050)
0c4d8ac19c1bf25561ca128f1d3a533aea68349c Speedy: rollback within exercise (#9040)
caa023b72e87ccc22dade048b7d19a7b355d848b ci/cron/check: remove dade-assist calls (#9048)
85f0965ab975b04fff51912742f023fd1faae73f LF: fix archive decoder for GREATER_DATE (#9047)
121534c54d75cc355d719849428ba5884abfa0c3 ci/cron/check: low-hanging perf improvement (#9042)
fb0bd82740caae432d29163076bb1872e20e7988 update NOTICES file (#9045)
4fd42a67722876e25398f6b8854482ba83bf4b18 reduce noise on daily tests (#9039)
5d88c0883280469140802a978c0004eb46c62b19 Bump ghcide (#9041)
41d62ea5c0b9f6a82cc96203584a99293a273b19 send CI failures on separate channel (#9038)
e26d006f6f88ee3b5ffc09d68e2c748dcbe9159b slack: reduce @here mentions (#9037)
ae110361f0e7210982313ad5970de97b5bc86092 Add more shared infrastructure for non-repudiation testing (#9035)
75140744aaf94a509a0cbde2265774c0f6860c11 Speedy: building transactions with rollback (#8983)
98410e7c7ff52a6adf5647d13d55c21ff30959f9 update compat versions for 1.11.0-snapshot.20210304.6422.0.d3d5042a (#9032)
0f1d2a9c479e729230957a1ea0b317a72566679a Upgrade akka to 2.6.13 (#9026)
b1a59d0c701814ad787e30800f00aef3ddc2c3be Release SDK 1.11.0 RC 2 (#9031)
41e049339b6c1a38dd0f287c25641faf1deaec47 Fix --extract option in ledger api test tool (#9029)
0281b442b89bc3067db445c97b4ad44c1495e2e0 -Werror all the things (#9027)
2c08586d333a104637ff3415d647810c96d2eefd Expose Daml stacktraces for Daml Script errors (#9025)
c7ee410fa3463ff216b6375fb3ce762405a64b64 Use DA.Map in triggers if available (#9023)
d347934db3ee71b35225216b60e88c28b409278f Make non-repudiation PostgreSQL back-end certificate adding idempotent (#9024)
eaf7fb6f6389f0b242a79ccad76e1f8b59e51407 Add non-repudiation API (#8982)
5a3c95251c69705771a6eebad3e7d123cd15d604 Document latency of Windows ad-hoc machine software installation (#9022)
3758b57a87a56171ee12d0a0e91dfb7ea7d040b0 pkg deps: Move all dalfs to package dependency directory (#9002)
f70d3391ef70283b2f44ba209217ad2a435f1ed3 update compat versions for 1.10.2 (#9016)
e5421288d996c6077771302a9dc6013e4e3e2953 Improve errors on duplicate record field names (#9010)
65fbcfe8e90d2963f5ad4a19105b3bb1ae22b721 Move execution of commands out of Runner (#9009)
2688ad6f0d511f02c71821b5df2b501d9aa5610e autorelease: improved PR message (#9008)
185e91646d0e8eed029828c34cd527bbced1c8b3 Release 1.10.2 (#9006)
4ed3f1a6decd9e27318bd67a39a456b32bf517d4 Cut a snapshot release for the 1.8.0 special patch (#8998)
ba1456fd5ada27c25b2a52ad86d5e3b75d8692ab rotate release duty after 1.11.0-snapshot.20210302.6414.0.72870630 (#8992)
259bf682c43e4c54fa355e806f63d164e6b8b6a0 compat: fix killing stale sandbox(es) (#9003)
32dc8b007b4bfba4fe750406516816e84d161894 Include stack traces for all ScriptF commands (#8999)
1525957c7a5702161264548c2b86b16aed393396 release 1.11.0-snapshot.20210302.6414.0.72870630 (#8991)
926949e503bb6e573e258b1986a8adf043842138 Use single party submit/submitTree where appropriate (#8995)

Changelog:


- [Daml Compiler] Fix a bug where passing `--ghc-option=-Werror` also
  produced errors for warnings produced by `-Wmissing-signatures` even
  if the user did not explicitly enable this.


- [Daml Script] When running Daml Script on the command line you will
  now see a Daml stacktrace on failures to interact with the ledger
  which makes it significantly easier to track down which of the calls
  fails. By default, you will only get the callsite of functions like
  `submit`. To extend the stack trace, add `HasCallStack` constraints
  to functions and those will also be included.

- [Triggers] The trigger library now uses `DA.Map` instead of the
  deprecated `DA.Next.Map` if the targeted Daml-LF version supports it.
  This is a breaking change: Code that interfaced with the triggers
  library using `DA.Next.Map`, e.g. with
  `Daml.Trigger.getCommandsInFlight` or `Daml.Trigger.Assert.testRule`,
  will need to be changed to use `DA.Map` instead.

azure-pipelines bot pushed a commit that referenced this pull request Mar 10, 2021
@S11001001 is taking care of 1.11.0-snapshot.20210309.6463.0.f7abca91 (#9061), so they get pushed back to the end of the line.

Please do not merge this before #9061.

CHANGELOG_BEGIN
CHANGELOG_END
@cocreature cocreature changed the title release 1.11.0-snapshot.20210309.6463.0.f7abca91 release 1.12.0-snapshot.20210309.6463.0.f7abca91 Mar 10, 2021
Azure Pipelines DAML Build and others added 2 commits March 10, 2021 10:25
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.

@S11001001 is in charge of this release.

Commit log:
```
f7abca9 fix readme in create-daml-app: add npm install (#9060)
e04bd91 Move Daml Profiler to EE version of sandbox/sandbox-classic (#9054)
7859bc1 inline help: scripts JSON API clarification (#9057)
642385a Upgrade elliptic dependency to address vulnerabilities (#9055)
f2b9f11 Check that only the command signed payload goes through (#9053)
5197374 Build SDK EE tarball (#9049)
1bec211 Add tests for client bindings (#9036)
27fd932 Disclose transactions in the flat transactions stream only to the stakeholders - test case [DPP-276] (#9028)
45b3375 Introduce a helper to limit signing to commands (#9050)
0c4d8ac Speedy: rollback within exercise (#9040)
caa023b ci/cron/check: remove dade-assist calls (#9048)
85f0965 LF: fix archive decoder for GREATER_DATE (#9047)
121534c ci/cron/check: low-hanging perf improvement (#9042)
fb0bd82 update NOTICES file (#9045)
4fd42a6 reduce noise on daily tests (#9039)
5d88c08 Bump ghcide (#9041)
41d62ea send CI failures on separate channel (#9038)
e26d006 slack: reduce @here mentions (#9037)
ae11036 Add more shared infrastructure for non-repudiation testing (#9035)
7514074 Speedy: building transactions with rollback (#8983)
98410e7 update compat versions for 1.11.0-snapshot.20210304.6422.0.d3d5042a (#9032)
0f1d2a9 Upgrade akka to 2.6.13 (#9026)
b1a59d0 Release SDK 1.11.0 RC 2 (#9031)
41e0493 Fix --extract option in ledger api test tool (#9029)
0281b44 -Werror all the things (#9027)
2c08586 Expose Daml stacktraces for Daml Script errors (#9025)
c7ee410 Use DA.Map in triggers if available (#9023)
d347934 Make non-repudiation PostgreSQL back-end certificate adding idempotent (#9024)
eaf7fb6 Add non-repudiation API (#8982)
5a3c952 Document latency of Windows ad-hoc machine software installation (#9022)
3758b57 pkg deps: Move all dalfs to package dependency directory (#9002)
f70d339 update compat versions for 1.10.2 (#9016)
e542128 Improve errors on duplicate record field names (#9010)
65fbcfe Move execution of commands out of Runner (#9009)
2688ad6 autorelease: improved PR message (#9008)
185e916 Release 1.10.2 (#9006)
4ed3f1a Cut a snapshot release for the 1.8.0 special patch (#8998)
ba1456f rotate release duty after 1.11.0-snapshot.20210302.6414.0.72870630 (#8992)
259bf68 compat: fix killing stale sandbox(es) (#9003)
32dc8b0 Include stack traces for all ScriptF commands (#8999)
1525957 release 1.11.0-snapshot.20210302.6414.0.72870630 (#8991)
926949e Use single party submit/submitTree where appropriate (#8995)
```
Changelog:
```

- [Daml Compiler] Fix a bug where passing `--ghc-option=-Werror` also
  produced errors for warnings produced by `-Wmissing-signatures` even
  if the user did not explicitly enable this.

- [Daml Script] When running Daml Script on the command line you will
  now see a Daml stacktrace on failures to interact with the ledger
  which makes it significantly easier to track down which of the calls
  fails. By default, you will only get the callsite of functions like
  `submit`. To extend the stack trace, add `HasCallStack` constraints
  to functions and those will also be included.

- [Triggers] The trigger library now uses `DA.Map` instead of the
  deprecated `DA.Next.Map` if the targeted Daml-LF version supports it.
  This is a breaking change: Code that interfaced with the triggers
  library using `DA.Next.Map`, e.g. with
  `Daml.Trigger.getCommandsInFlight` or `Daml.Trigger.Assert.testRule`,
  will need to be changed to use `DA.Map` instead.
```

CHANGELOG_BEGIN
CHANGELOG_END
changelog_begin
changelog_end
@cocreature
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor Author

Azure Pipelines successfully started running 1 pipeline(s).

@mergify mergify bot merged commit 5aac471 into main Mar 10, 2021
@mergify mergify bot deleted the auto-release-pr-2021-03-10 branch March 10, 2021 14:55
@S11001001
Copy link
Contributor

Manual tests passed on Windows.

@S11001001
Copy link
Contributor

Manual tests passed on macOS.

remyhaemmerle-da pushed a commit that referenced this pull request Mar 11, 2021
* release 1.11.0-snapshot.20210309.6463.0.f7abca91

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.

@S11001001 is in charge of this release.

Commit log:
```
f7abca9 fix readme in create-daml-app: add npm install (#9060)
e04bd91 Move Daml Profiler to EE version of sandbox/sandbox-classic (#9054)
7859bc1 inline help: scripts JSON API clarification (#9057)
642385a Upgrade elliptic dependency to address vulnerabilities (#9055)
f2b9f11 Check that only the command signed payload goes through (#9053)
5197374 Build SDK EE tarball (#9049)
1bec211 Add tests for client bindings (#9036)
27fd932 Disclose transactions in the flat transactions stream only to the stakeholders - test case [DPP-276] (#9028)
45b3375 Introduce a helper to limit signing to commands (#9050)
0c4d8ac Speedy: rollback within exercise (#9040)
caa023b ci/cron/check: remove dade-assist calls (#9048)
85f0965 LF: fix archive decoder for GREATER_DATE (#9047)
121534c ci/cron/check: low-hanging perf improvement (#9042)
fb0bd82 update NOTICES file (#9045)
4fd42a6 reduce noise on daily tests (#9039)
5d88c08 Bump ghcide (#9041)
41d62ea send CI failures on separate channel (#9038)
e26d006 slack: reduce @here mentions (#9037)
ae11036 Add more shared infrastructure for non-repudiation testing (#9035)
7514074 Speedy: building transactions with rollback (#8983)
98410e7 update compat versions for 1.11.0-snapshot.20210304.6422.0.d3d5042a (#9032)
0f1d2a9 Upgrade akka to 2.6.13 (#9026)
b1a59d0 Release SDK 1.11.0 RC 2 (#9031)
41e0493 Fix --extract option in ledger api test tool (#9029)
0281b44 -Werror all the things (#9027)
2c08586 Expose Daml stacktraces for Daml Script errors (#9025)
c7ee410 Use DA.Map in triggers if available (#9023)
d347934 Make non-repudiation PostgreSQL back-end certificate adding idempotent (#9024)
eaf7fb6 Add non-repudiation API (#8982)
5a3c952 Document latency of Windows ad-hoc machine software installation (#9022)
3758b57 pkg deps: Move all dalfs to package dependency directory (#9002)
f70d339 update compat versions for 1.10.2 (#9016)
e542128 Improve errors on duplicate record field names (#9010)
65fbcfe Move execution of commands out of Runner (#9009)
2688ad6 autorelease: improved PR message (#9008)
185e916 Release 1.10.2 (#9006)
4ed3f1a Cut a snapshot release for the 1.8.0 special patch (#8998)
ba1456f rotate release duty after 1.11.0-snapshot.20210302.6414.0.72870630 (#8992)
259bf68 compat: fix killing stale sandbox(es) (#9003)
32dc8b0 Include stack traces for all ScriptF commands (#8999)
1525957 release 1.11.0-snapshot.20210302.6414.0.72870630 (#8991)
926949e Use single party submit/submitTree where appropriate (#8995)
```
Changelog:
```

- [Daml Compiler] Fix a bug where passing `--ghc-option=-Werror` also
  produced errors for warnings produced by `-Wmissing-signatures` even
  if the user did not explicitly enable this.

- [Daml Script] When running Daml Script on the command line you will
  now see a Daml stacktrace on failures to interact with the ledger
  which makes it significantly easier to track down which of the calls
  fails. By default, you will only get the callsite of functions like
  `submit`. To extend the stack trace, add `HasCallStack` constraints
  to functions and those will also be included.

- [Triggers] The trigger library now uses `DA.Map` instead of the
  deprecated `DA.Next.Map` if the targeted Daml-LF version supports it.
  This is a breaking change: Code that interfaced with the triggers
  library using `DA.Next.Map`, e.g. with
  `Daml.Trigger.getCommandsInFlight` or `Daml.Trigger.Assert.testRule`,
  will need to be changed to use `DA.Map` instead.
```

CHANGELOG_BEGIN
CHANGELOG_END

* 1.12 not 1.11

changelog_begin
changelog_end

Co-authored-by: Azure Pipelines DAML Build <support@digitalasset.com>
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
S11001001 pushed a commit that referenced this pull request Mar 11, 2021
…9062)

@S11001001 is taking care of 1.11.0-snapshot.20210309.6463.0.f7abca91 (#9061), so they get pushed back to the end of the line.

Please do not merge this before #9061.

CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: Azure Pipelines DAML Build <support@digitalasset.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants