Skip to content

Commit 46edba8

Browse files
authored
chore: prepare sdf beta8 (#372)
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
1 parent 348abbe commit 46edba8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

sdf/SDF_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sdf-beta7
1+
sdf-beta8

sdf/_embeds/install-sdf.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fvm install sdf-beta7
1+
fvm install sdf-beta8

sdf/concepts/window-processing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ While there are several types of windows, and Fluvio will eventually implement a
2222
**Sliding windows** is currently in development.
2323
:::
2424

25+
2526
["The Dataflow Model"]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/43864.pdf

sdf/whatsnew.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 20
77
import CodeBlock from '@theme/CodeBlock';
88
import InstallFvm from '!!raw-loader!./_embeds/install-sdf.bash';
99

10-
# Beta 7
10+
# Beta 8
1111

1212
## Upgrading
1313

@@ -26,18 +26,19 @@ For upgrading Infinyon Cloud (remote) workers, please contact [InfinyOn support]
2626

2727
### CLI changes
2828

29-
- Added option to connect/attach to sdf worker, with `sdf worker connect`
29+
- Show df command now also returns the last restart time.
30+
- Do not ignore deployment when the dataflow is the same.
3031

3132
### Improvements
3233

33-
- Performance improvements related to the memory management.
34+
- Updated fluvio version which includes better reconnection support for consumers.
3435

3536
### Features
3637

37-
- Add [interfaces] to access window and key in guest operators.
38+
- Added support for idleness on window based services.
3839

3940
## InfinyOn Support
4041

4142
For any questions or issues, please contact InfinyOn support at support@infinyon.com or https://discordapp.com/invite/bBG2dTz
4243

43-
[interfaces]: concepts/operator-context.mdx
44+
[idleness]: concepts/window-processing.mdx#idleness

0 commit comments

Comments
 (0)