Skip to content

Releases: argoproj-labs/old-argo-dataflow

v0.0.90

17 Aug 00:02
766a542
Compare
Choose a tag to compare
v0.0.90 Pre-release
Pre-release
build: Run `codegen` on CI (#252)

v0.0.89

12 Aug 22:53
Compare
Choose a tag to compare
v0.0.89 Pre-release
Pre-release
fix: Prevent scaling from deleting pods

v0.0.88

11 Aug 03:34
Compare
Choose a tag to compare
v0.0.88 Pre-release
Pre-release
ci: run `git diff`

v0.0.87

10 Aug 00:19
Compare
Choose a tag to compare
v0.0.87 Pre-release
Pre-release
chore: make pre-commit -B

v0.0.86

09 Aug 22:45
Compare
Choose a tag to compare
v0.0.86 Pre-release
Pre-release
docs: Add "Dataflow vs X". Fixes #197

v0.0.85

07 Aug 23:27
bbec883
Compare
Choose a tag to compare
v0.0.85 Pre-release
Pre-release
feat: Updating Python runtime to use Python SDK (#212)

* Adding initial version of the nodejs sdk.

* Adding pid info.

* Adding an example of using nodejs sdk.

* Adding test in examples for the new sdk.

* Simplifying package.json

* Cleaning up handler.

* chore: Adding NodeJS SDK to FEATURES.md & style fixes.

* Updating FEATURES.md

* fix: Fix for #190, broken nodejs sdk test.

* Re-eanbling the test.

* Trying out an example one more time.

* That's my output from running `make test-examples` locally:

```
--- PASS: Test (245.21s)
    --- PASS: Test/101-hello (10.63s)
    --- PASS: Test/101-two-node (2.79s)
    --- PASS: Test/102-filter (8.33s)
    --- PASS: Test/102-flatten-expand (8.69s)
    --- PASS: Test/102-map (11.33s)
    --- PASS: Test/103-autoscaling (11.03s)
    --- PASS: Test/103-scaling (12.76s)
    --- PASS: Test/104-golang1-16 (14.03s)
    --- PASS: Test/104-java16 (9.62s)
    --- PASS: Test/104-python3-9 (10.28s)
    --- PASS: Test/106-git-go (13.64s)
    --- PASS: Test/106-git-nodejs (13.74s)
    --- PASS: Test/106-git-python (32.50s)
    --- PASS: Test/107-completion (3.29s)
    --- PASS: Test/107-terminator (4.05s)
    --- PASS: Test/108-container (3.00s)
    --- PASS: Test/108-fifos (10.38s)
    --- PASS: Test/109-group (11.50s)
    --- PASS: Test/301-cron-log (9.87s)
    --- PASS: Test/301-http (13.50s)
    --- PASS: Test/301-kafka (10.30s)
    --- PASS: Test/301-two-sinks (8.23s)
    --- PASS: Test/301-two-sources (11.71s)
PASS
ok      github.com/argoproj-labs/argo-dataflow/examples 246.000s
```

Let's see if the same will happen in Github Actions.

* DO NOT MERGE: Testing out a different CI configuration to see if it will help with broken example tests.

* Adding NodeJS 16 Runtime & working NodeJS & Python example tests.

* Adding FEATURE.

* Updating example to point at main repo.

* fixing features order.

* Updating CONTRIBUTING docs.

* feat: Updating python runtime to use python SDK.

* Updating examples to use main repo code.

v0.0.84

06 Aug 18:29
Compare
Choose a tag to compare
v0.0.84 Pre-release
Pre-release
fix: set Kafka consumer max limit to 16x default (16m)

v0.0.83

06 Aug 17:10
Compare
Choose a tag to compare
v0.0.83 Pre-release
Pre-release
build: Re-instate manifests

v0.0.82

06 Aug 16:58
Compare
Choose a tag to compare
v0.0.82 Pre-release
Pre-release
chore: add logging

v0.0.80

04 Aug 00:33
Compare
Choose a tag to compare
v0.0.80 Pre-release
Pre-release
docs: Add LIMITATIONS.md