Skip to content

Commit bdfd6e0

Browse files
Release copy_span v0.1.0, hydro_deploy v0.15.0, hydro_lang v0.15.0, hydro_std v0.15.0
1 parent bad2f84 commit bdfd6e0

File tree

4 files changed

+716
-26
lines changed

4 files changed

+716
-26
lines changed

copy_span/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
3+
## v0.1.0 (2025-11-25)
4+
5+
### New Features
6+
7+
- <csr-id-194280baf21d554e2deb3c225ed9fdad197c3db2/> introduce `sliced!` syntax for processing with anonymous ticks
8+
9+
### Bug Fixes
10+
11+
- <csr-id-bad2f84f0c410cef6186571f5b6223cf3d273fab/> Add CHANGELOG.md
12+
13+
### Commit Statistics
14+
15+
<csr-read-only-do-not-edit/>
16+
17+
- 2 commits contributed to the release over the course of 17 calendar days.
18+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
19+
- 1 unique issue was worked on: [#2256](https://github.com/hydro-project/hydro/issues/2256)
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **[#2256](https://github.com/hydro-project/hydro/issues/2256)**
28+
- Introduce `sliced!` syntax for processing with anonymous ticks ([`194280b`](https://github.com/hydro-project/hydro/commit/194280baf21d554e2deb3c225ed9fdad197c3db2))
29+
* **Uncategorized**
30+
- Add CHANGELOG.md ([`bad2f84`](https://github.com/hydro-project/hydro/commit/bad2f84f0c410cef6186571f5b6223cf3d273fab))
31+
</details>
32+

hydro_deploy/core/CHANGELOG.md

Lines changed: 143 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7878

7979
<csr-read-only-do-not-edit/>
8080

81-
- 13 commits contributed to the release.
81+
- 14 commits contributed to the release.
8282
- 12 commits were understood as [conventional](https://www.conventionalcommits.org).
8383
- 12 unique issues were worked on: [#1966](https://github.com/hydro-project/hydro/issues/1966), [#1967](https://github.com/hydro-project/hydro/issues/1967), [#2024](https://github.com/hydro-project/hydro/issues/2024), [#2083](https://github.com/hydro-project/hydro/issues/2083), [#2177](https://github.com/hydro-project/hydro/issues/2177), [#2187](https://github.com/hydro-project/hydro/issues/2187), [#2191](https://github.com/hydro-project/hydro/issues/2191), [#2192](https://github.com/hydro-project/hydro/issues/2192), [#2194](https://github.com/hydro-project/hydro/issues/2194), [#2205](https://github.com/hydro-project/hydro/issues/2205), [#2269](https://github.com/hydro-project/hydro/issues/2269), [#2288](https://github.com/hydro-project/hydro/issues/2288)
8484

@@ -113,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113113
* **[#2288](https://github.com/hydro-project/hydro/issues/2288)**
114114
- Fix full path replacement for staged code errors ([`f0acd7c`](https://github.com/hydro-project/hydro/commit/f0acd7cb0e60d163c9e5a7c053ebdba995c8f289))
115115
* **Uncategorized**
116+
- Release sinktools v0.0.1, hydro_deploy_integration v0.15.0, lattices_macro v0.5.11, variadics_macro v0.6.2, lattices v0.6.2, multiplatform_test v0.6.0, dfir_rs v0.15.0, copy_span v0.1.0, hydro_deploy v0.15.0, hydro_lang v0.15.0, hydro_std v0.15.0 ([`ac88df1`](https://github.com/hydro-project/hydro/commit/ac88df1e98af9fa2027488252f6014efa7bef229))
116117
- Release hydro_build_utils v0.0.1, dfir_lang v0.15.0, dfir_macro v0.15.0, variadics v0.0.10, sinktools v0.0.1, hydro_deploy_integration v0.15.0, lattices_macro v0.5.11, variadics_macro v0.6.2, lattices v0.6.2, multiplatform_test v0.6.0, dfir_rs v0.15.0, copy_span v0.1.0, hydro_deploy v0.15.0, hydro_lang v0.15.0, hydro_std v0.15.0, safety bump 5 crates ([`092de25`](https://github.com/hydro-project/hydro/commit/092de252238dfb9fa6b01e777c6dd8bf9db93398))
117118
</details>
118119

@@ -930,6 +931,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
930931
* #1395
931932
* __->__ #1394
932933

934+
### Refactor (BREAKING)
935+
936+
- <csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
937+
---
938+
[//]: # (BEGIN SAPLING FOOTER)
939+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
940+
with
941+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
942+
* #1395
943+
* __->__ #1394
944+
945+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
946+
---
947+
[//]: # (BEGIN SAPLING FOOTER)
948+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
949+
with
950+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
951+
* #1395
952+
* __->__ #1394
953+
954+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
955+
---
956+
[//]: # (BEGIN SAPLING FOOTER)
957+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
958+
with
959+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
960+
* #1395
961+
* __->__ #1394
962+
963+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
964+
---
965+
[//]: # (BEGIN SAPLING FOOTER)
966+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
967+
with
968+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
969+
* #1395
970+
* __->__ #1394
971+
972+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
973+
---
974+
[//]: # (BEGIN SAPLING FOOTER)
975+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
976+
with
977+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
978+
* #1395
979+
* __->__ #1394
980+
981+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
982+
---
983+
[//]: # (BEGIN SAPLING FOOTER)
984+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
985+
with
986+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
987+
* #1395
988+
* __->__ #1394
989+
990+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
991+
---
992+
[//]: # (BEGIN SAPLING FOOTER)
993+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
994+
with
995+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
996+
* #1395
997+
* __->__ #1394
998+
933999
### Refactor (BREAKING)
9341000

9351001
- <csr-id-25989c7d938a0e93355a670f8d78a5aea900fce0/> rename integration crates to drop CLI references
@@ -1073,6 +1139,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10731139
- <csr-id-8bcd86c15bc4d9d2e3b564061be879bfe8820e25/> use `buildstructor` to handle excessive `Deployment` method arguments, fix #1364
10741140
Adds new method `Deployment::AzureHost`
10751141

1142+
<csr-id-10bd978793ccde8fc287aedd77729c0c6e5f1784/> simplify process/cluster specs
1143+
---
1144+
[//]: # (BEGIN SAPLING FOOTER)
1145+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
1146+
with
1147+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
1148+
* #1395
1149+
* __->__ #1394
1150+
- <csr-id-ac8dcbf7c6dbe018907a3012b71b0e4fcf4d2cb6/> end-to-end flamegraph generation, fix #1365
1151+
Depends on #1370
1152+
- <csr-id-9a503cf85225ff1fcfe7a815fda3a4ac34a75c42/> `Deployment.stop()` for graceful shutdown including updated `perf` profile downloading
1153+
* `perf` profile downloading moved from the `drop()` impl to `async fn
1154+
stop()`
1155+
* download perf data via stdout
1156+
* update async-ssh2-lite to 0.5 to cleanup tokio compat issues
1157+
1158+
WIP for #1365
1159+
- <csr-id-8bcd86c15bc4d9d2e3b564061be879bfe8820e25/> use `buildstructor` to handle excessive `Deployment` method arguments, fix #1364
1160+
Adds new method `Deployment::AzureHost`
1161+
10761162
### Style
10771163

10781164
- <csr-id-5545c8b3329902b6b2418476d00191228f5f3e8d/> use `name_of!` macro
@@ -1166,6 +1252,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11661252
* #1395
11671253
* __->__ #1394
11681254

1255+
<csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
1256+
---
1257+
[//]: # (BEGIN SAPLING FOOTER)
1258+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
1259+
with
1260+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
1261+
* #1395
1262+
* __->__ #1394
1263+
11691264
### Refactor (BREAKING)
11701265

11711266
- <csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
@@ -1249,6 +1344,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12491344
* #1395
12501345
* __->__ #1394
12511346

1347+
<csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
1348+
---
1349+
[//]: # (BEGIN SAPLING FOOTER)
1350+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
1351+
with
1352+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
1353+
* #1395
1354+
* __->__ #1394
1355+
12521356
### Refactor (BREAKING)
12531357

12541358
- <csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
@@ -1341,6 +1445,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13411445
* #1395
13421446
* __->__ #1394
13431447

1448+
<csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
1449+
---
1450+
[//]: # (BEGIN SAPLING FOOTER)
1451+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
1452+
with
1453+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
1454+
* #1395
1455+
* __->__ #1394
1456+
13441457
### Refactor (BREAKING)
13451458

13461459
- <csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
@@ -1442,6 +1555,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14421555
* #1395
14431556
* __->__ #1394
14441557

1558+
<csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
1559+
---
1560+
[//]: # (BEGIN SAPLING FOOTER)
1561+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
1562+
with
1563+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
1564+
* #1395
1565+
* __->__ #1394
1566+
14451567
### Documentation
14461568

14471569
- <csr-id-f5f1eb0c612f5c0c1752360d972ef6853c5e12f0/> cleanup doc comments for clippy latest
@@ -1744,6 +1866,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17441866
- <csr-id-8856c8596d5ad9d5f24a46467690bfac1549fae2/> use `buildstructor` to handle excessive `Deployment` method arguments, fix #1364
17451867
Adds new method `Deployment::AzureHost`
17461868

1869+
<csr-id-128aaecd40edce57dc254afdcd61ecd5b9948d71/> simplify process/cluster specs
1870+
---
1871+
[//]: # (BEGIN SAPLING FOOTER)
1872+
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
1873+
with
1874+
[ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1394).
1875+
* #1395
1876+
* __->__ #1394
1877+
- <csr-id-bb081d3b0af6dbce9630e23dfe8b7d1363751c2b/> end-to-end flamegraph generation, fix #1365
1878+
Depends on #1370
1879+
- <csr-id-a2147864b24110c9ae2c1553e9e8b55bd5065f15/> `Deployment.stop()` for graceful shutdown including updated `perf` profile downloading
1880+
* `perf` profile downloading moved from the `drop()` impl to `async fn
1881+
stop()`
1882+
* download perf data via stdout
1883+
* update async-ssh2-lite to 0.5 to cleanup tokio compat issues
1884+
1885+
WIP for #1365
1886+
- <csr-id-8856c8596d5ad9d5f24a46467690bfac1549fae2/> use `buildstructor` to handle excessive `Deployment` method arguments, fix #1364
1887+
Adds new method `Deployment::AzureHost`
1888+
17471889
### Commit Statistics
17481890

17491891
<csr-read-only-do-not-edit/>

0 commit comments

Comments
 (0)