Skip to content

Commit

Permalink
Release dfir_lang v0.11.0, dfir_datalog_core v0.11.0, dfir_datalog v0…
Browse files Browse the repository at this point in the history
….11.0, dfir_macro v0.11.0, hydroflow_deploy_integration v0.11.0, lattices_macro v0.5.8, variadics v0.0.8, variadics_macro v0.5.6, lattices v0.5.9, multiplatform_test v0.4.0, pusherator v0.0.10, dfir_rs v0.11.0, hydro_deploy v0.11.0, stageleft_macro v0.5.0, stageleft v0.6.0, stageleft_tool v0.5.0, hydro_lang v0.11.0, hydro_std v0.11.0, hydro_cli v0.11.0, safety bump 6 crates

SAFETY BUMP: dfir_rs v0.11.0, hydro_deploy v0.11.0, stageleft v0.6.0, hydro_lang v0.11.0, hydro_std v0.11.0, hydro_cli v0.11.0
  • Loading branch information
hydro-project-bot[bot] committed Dec 23, 2024
1 parent 28cd220 commit 9a7e486
Show file tree
Hide file tree
Showing 40 changed files with 1,818 additions and 789 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 59 additions & 1 deletion dfir_datalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.11.0 (2024-12-23)

<csr-id-251b1039c71d45d3f86123dba1926026ded80824/>

### Refactor (BREAKING)

Expand All @@ -16,6 +18,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All tests except trybuild seem to pass on stable, WIP #1587 next

### Documentation

- <csr-id-28cd220c68e3660d9ebade113949a2346720cd04/> add `repository` field to `Cargo.toml`s, fix #1452
#1452

Will trigger new releases of the following:
`unchanged = 'hydroflow_deploy_integration', 'variadics',
'variadics_macro', 'pusherator'`

(All other crates already have changes, so would be released anyway)
- <csr-id-c707659afe188a2b46b093ce3438f64c6b0e1e30/> fix some broken github tree/main links
- <csr-id-e1a08e5d165fbc80da2ae695e507078a97a9031f/> update `CHANGELOG.md`s for big rename
Generated before rename per `RELEASING.md` instructions.
- <csr-id-6ab625273d822812e83a333e928c3dea1c3c9ccb/> cleanups for the rename, fixing links

### Chore

- <csr-id-5196f247e0124a31567af940541044ce1906cdc1/> update links for renamed repo (excluding `CHANGELOG.md`s), fix #1571
- <csr-id-03b3a349013a71b324276bca5329c33d400a73ff/> bump versions manually for renamed crates, per `RELEASING.md`
- <csr-id-3291c07b37c9f9031837a2a32953e8f8854ec298/> Rename Hydroflow -> DFIR
Work In Progress:
- [x] hydroflow_macro
- [x] hydroflow_datalog_core
- [x] hydroflow_datalog
- [x] hydroflow_lang
- [x] hydroflow

### `hydroflow_datalog` Commit Statistics

<csr-read-only-do-not-edit/>
Expand All @@ -35,6 +64,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `cfg(nightly)` instead of feature, remove `-Z` flag, use `Diagnostic::try_emit` ([`251b103`](https://github.com/hydro-project/hydroflow/commit/251b1039c71d45d3f86123dba1926026ded80824))
</details>

### Commit Statistics

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

- 7 commits contributed to the release.
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
- 5 unique issues were worked on: [#1501](https://github.com/hydro-project/hydro/issues/1501), [#1620](https://github.com/hydro-project/hydro/issues/1620), [#1624](https://github.com/hydro-project/hydro/issues/1624), [#1627](https://github.com/hydro-project/hydro/issues/1627), [#1628](https://github.com/hydro-project/hydro/issues/1628)

### Commit Details

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

<details><summary>view details</summary>

* **[#1501](https://github.com/hydro-project/hydro/issues/1501)**
- Add `repository` field to `Cargo.toml`s, fix #1452 ([`28cd220`](https://github.com/hydro-project/hydro/commit/28cd220c68e3660d9ebade113949a2346720cd04))
* **[#1620](https://github.com/hydro-project/hydro/issues/1620)**
- Rename Hydroflow -> DFIR ([`3291c07`](https://github.com/hydro-project/hydro/commit/3291c07b37c9f9031837a2a32953e8f8854ec298))
* **[#1624](https://github.com/hydro-project/hydro/issues/1624)**
- Cleanups for the rename, fixing links ([`6ab6252`](https://github.com/hydro-project/hydro/commit/6ab625273d822812e83a333e928c3dea1c3c9ccb))
* **[#1627](https://github.com/hydro-project/hydro/issues/1627)**
- Bump versions manually for renamed crates, per `RELEASING.md` ([`03b3a34`](https://github.com/hydro-project/hydro/commit/03b3a349013a71b324276bca5329c33d400a73ff))
* **[#1628](https://github.com/hydro-project/hydro/issues/1628)**
- Update links for renamed repo (excluding `CHANGELOG.md`s), fix #1571 ([`5196f24`](https://github.com/hydro-project/hydro/commit/5196f247e0124a31567af940541044ce1906cdc1))
* **Uncategorized**
- Fix some broken github tree/main links ([`c707659`](https://github.com/hydro-project/hydro/commit/c707659afe188a2b46b093ce3438f64c6b0e1e30))
- Update `CHANGELOG.md`s for big rename ([`e1a08e5`](https://github.com/hydro-project/hydro/commit/e1a08e5d165fbc80da2ae695e507078a97a9031f))
</details>

## 0.10.0 (2024-11-08)

<csr-id-d5677604e93c07a5392f4229af94a0b736eca382/>
Expand Down
68 changes: 59 additions & 9 deletions dfir_datalog_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.11.0 (2024-12-23)

<csr-id-251b1039c71d45d3f86123dba1926026ded80824/>

### New Features

Expand All @@ -17,14 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Next steps:
- Needs scheduler changes:
- Implement un-windowing operators
- Implement windowing operator `repeat_n()` -
- Pipeline flags: Needs checking of bounded vs unbounded for `batch()`
vs `all_once()`
- Needs checking that all inputs into a loop agree
- State type negotiations (for `batch()` and handoffs (?) - don't always
use `Vec`)
- Dag performance optimizations (lots of things)
- Implement un-windowing operators
- Implement windowing operator `repeat_n()` -

### Refactor (BREAKING)

Expand All @@ -35,6 +31,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All tests except trybuild seem to pass on stable, WIP #1587 next

### Documentation

- <csr-id-28cd220c68e3660d9ebade113949a2346720cd04/> add `repository` field to `Cargo.toml`s, fix #1452
#1452

Will trigger new releases of the following:
`unchanged = 'hydroflow_deploy_integration', 'variadics',
'variadics_macro', 'pusherator'`

(All other crates already have changes, so would be released anyway)
- <csr-id-e1a08e5d165fbc80da2ae695e507078a97a9031f/> update `CHANGELOG.md`s for big rename
Generated before rename per `RELEASING.md` instructions.

### Chore

- <csr-id-03b3a349013a71b324276bca5329c33d400a73ff/> bump versions manually for renamed crates, per `RELEASING.md`
- <csr-id-accb13cad718c99d350e4bafe82e0ca38bf94c62/> cleanup snapshots
- <csr-id-3291c07b37c9f9031837a2a32953e8f8854ec298/> Rename Hydroflow -> DFIR
Work In Progress:
- [x] hydroflow_macro
- [x] hydroflow_datalog_core
- [x] hydroflow_datalog
- [x] hydroflow_lang
- [x] hydroflow

### `hydroflow_datalog_core` Commit Statistics

<csr-read-only-do-not-edit/>
Expand All @@ -56,6 +77,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `cfg(nightly)` instead of feature, remove `-Z` flag, use `Diagnostic::try_emit` ([`251b103`](https://github.com/hydro-project/hydroflow/commit/251b1039c71d45d3f86123dba1926026ded80824))
</details>

### Commit Statistics

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

- 5 commits contributed to the release.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 unique issues were worked on: [#1501](https://github.com/hydro-project/hydro/issues/1501), [#1620](https://github.com/hydro-project/hydro/issues/1620), [#1623](https://github.com/hydro-project/hydro/issues/1623), [#1627](https://github.com/hydro-project/hydro/issues/1627)

### Commit Details

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

<details><summary>view details</summary>

* **[#1501](https://github.com/hydro-project/hydro/issues/1501)**
- Add `repository` field to `Cargo.toml`s, fix #1452 ([`28cd220`](https://github.com/hydro-project/hydro/commit/28cd220c68e3660d9ebade113949a2346720cd04))
* **[#1620](https://github.com/hydro-project/hydro/issues/1620)**
- Rename Hydroflow -> DFIR ([`3291c07`](https://github.com/hydro-project/hydro/commit/3291c07b37c9f9031837a2a32953e8f8854ec298))
* **[#1623](https://github.com/hydro-project/hydro/issues/1623)**
- Cleanup snapshots ([`accb13c`](https://github.com/hydro-project/hydro/commit/accb13cad718c99d350e4bafe82e0ca38bf94c62))
* **[#1627](https://github.com/hydro-project/hydro/issues/1627)**
- Bump versions manually for renamed crates, per `RELEASING.md` ([`03b3a34`](https://github.com/hydro-project/hydro/commit/03b3a349013a71b324276bca5329c33d400a73ff))
* **Uncategorized**
- Update `CHANGELOG.md`s for big rename ([`e1a08e5`](https://github.com/hydro-project/hydro/commit/e1a08e5d165fbc80da2ae695e507078a97a9031f))
</details>

<csr-unknown>
Pipeline flags: Needs checking of bounded vs unbounded for batch()vs all_once()Needs checking that all inputs into a loop agreeState type negotiations (for batch() and handoffs (?) - don’t alwaysuse Vec)Dag performance optimizations (lots of things)<csr-unknown/>

## 0.10.0 (2024-11-08)

<csr-id-4f6d400d0992594f8f12992fb6939378b12fadd6/>
Expand Down
72 changes: 63 additions & 9 deletions dfir_lang/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.11.0 (2024-12-23)

<csr-id-7dea92b19e6b86566cc27babb457415896b6b608/>
<csr-id-251b1039c71d45d3f86123dba1926026ded80824/>

### New Features

Expand All @@ -17,14 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Next steps:
- Needs scheduler changes:
- Implement un-windowing operators
- Implement windowing operator `repeat_n()` -
- Pipeline flags: Needs checking of bounded vs unbounded for `batch()`
vs `all_once()`
- Needs checking that all inputs into a loop agree
- State type negotiations (for `batch()` and handoffs (?) - don't always
use `Vec`)
- Dag performance optimizations (lots of things)
- Implement un-windowing operators
- Implement windowing operator `repeat_n()` -

### Other

Expand All @@ -35,6 +32,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Adds env `HYDROFLOW_EXPECT_WARNINGS=ignore` to allow warning tests to
pass

### Documentation

- <csr-id-28cd220c68e3660d9ebade113949a2346720cd04/> add `repository` field to `Cargo.toml`s, fix #1452
#1452

Will trigger new releases of the following:
`unchanged = 'hydroflow_deploy_integration', 'variadics',
'variadics_macro', 'pusherator'`

(All other crates already have changes, so would be released anyway)
- <csr-id-e1a08e5d165fbc80da2ae695e507078a97a9031f/> update `CHANGELOG.md`s for big rename
Generated before rename per `RELEASING.md` instructions.
- <csr-id-6ab625273d822812e83a333e928c3dea1c3c9ccb/> cleanups for the rename, fixing links

### Chore

- <csr-id-5196f247e0124a31567af940541044ce1906cdc1/> update links for renamed repo (excluding `CHANGELOG.md`s), fix #1571
- <csr-id-03b3a349013a71b324276bca5329c33d400a73ff/> bump versions manually for renamed crates, per `RELEASING.md`
- <csr-id-3291c07b37c9f9031837a2a32953e8f8854ec298/> Rename Hydroflow -> DFIR
Work In Progress:
- [x] hydroflow_macro
- [x] hydroflow_datalog_core
- [x] hydroflow_datalog
- [x] hydroflow_lang
- [x] hydroflow

### New Features (BREAKING)

- <csr-id-f2a4bee8cd6945937bed5bc22fd85efd8d0aef0a/> remove `import!`, fix #1110
Expand Down Expand Up @@ -86,6 +109,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix stable tests ([`7dea92b`](https://github.com/hydro-project/hydroflow/commit/7dea92b19e6b86566cc27babb457415896b6b608))
</details>

### Commit Statistics

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

- 6 commits contributed to the release.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 5 unique issues were worked on: [#1501](https://github.com/hydro-project/hydro/issues/1501), [#1620](https://github.com/hydro-project/hydro/issues/1620), [#1624](https://github.com/hydro-project/hydro/issues/1624), [#1627](https://github.com/hydro-project/hydro/issues/1627), [#1628](https://github.com/hydro-project/hydro/issues/1628)

### Commit Details

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

<details><summary>view details</summary>

* **[#1501](https://github.com/hydro-project/hydro/issues/1501)**
- Add `repository` field to `Cargo.toml`s, fix #1452 ([`28cd220`](https://github.com/hydro-project/hydro/commit/28cd220c68e3660d9ebade113949a2346720cd04))
* **[#1620](https://github.com/hydro-project/hydro/issues/1620)**
- Rename Hydroflow -> DFIR ([`3291c07`](https://github.com/hydro-project/hydro/commit/3291c07b37c9f9031837a2a32953e8f8854ec298))
* **[#1624](https://github.com/hydro-project/hydro/issues/1624)**
- Cleanups for the rename, fixing links ([`6ab6252`](https://github.com/hydro-project/hydro/commit/6ab625273d822812e83a333e928c3dea1c3c9ccb))
* **[#1627](https://github.com/hydro-project/hydro/issues/1627)**
- Bump versions manually for renamed crates, per `RELEASING.md` ([`03b3a34`](https://github.com/hydro-project/hydro/commit/03b3a349013a71b324276bca5329c33d400a73ff))
* **[#1628](https://github.com/hydro-project/hydro/issues/1628)**
- Update links for renamed repo (excluding `CHANGELOG.md`s), fix #1571 ([`5196f24`](https://github.com/hydro-project/hydro/commit/5196f247e0124a31567af940541044ce1906cdc1))
* **Uncategorized**
- Update `CHANGELOG.md`s for big rename ([`e1a08e5`](https://github.com/hydro-project/hydro/commit/e1a08e5d165fbc80da2ae695e507078a97a9031f))
</details>

<csr-unknown>
Pipeline flags: Needs checking of bounded vs unbounded for batch()vs all_once()Needs checking that all inputs into a loop agreeState type negotiations (for batch() and handoffs (?) - don’t alwaysuse Vec)Dag performance optimizations (lots of things)<csr-unknown/>

## 0.10.0 (2024-11-08)

<csr-id-d5677604e93c07a5392f4229af94a0b736eca382/>
Expand Down
Loading

0 comments on commit 9a7e486

Please sign in to comment.