diff --git a/.github/workflows/ci_templates.yaml b/.github/workflows/ci_templates.yaml index 65bcb880f..956623f1f 100644 --- a/.github/workflows/ci_templates.yaml +++ b/.github/workflows/ci_templates.yaml @@ -24,10 +24,8 @@ jobs: id: setup run: | if [[ "${{ github.base_ref }}" == "main" ]]; then - echo "mode=changed" echo "mode=changed" >> $GITHUB_ENV else - echo "mode=all" echo "mode=all" >> $GITHUB_ENV fi @@ -83,17 +81,13 @@ jobs: echo "matrix_json: $matrix_json" echo "matrix_json=$matrix_json" >> $GITHUB_ENV - - name: Set job output id: final_output run: | echo "::set-output name=matrix::$matrix_json" - echo "::set-output name=templates_exist::$TEMPLATES_EXIST" - test_template: needs: template_update_check - if: needs.template_update_check.outputs.templates_exist != '0' runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/CHANGELOG.md b/CHANGELOG.md index f30f26d47..91e34890d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed defaults / behaviours +#### New Features & Functionality + +#### Bug Fixes + +## [0.3.0](https://github.com/superduper-io/superduper/compare/0.4.0...0.3.0]) (2024-Nov-02) + +#### Changed defaults / behaviours + - Change images docker superduper/ to superduperio/ - Change the image's user from `/home/superduperdb` to `/home/superduper` - Add message broker service config diff --git a/README.md b/README.md index 5706620b2..03bea35d6 100644 --- a/README.md +++ b/README.md @@ -79,55 +79,12 @@ query.execute() Superduper may be run anywhere; you can also [contact us](https://superduper.io/contact) to learn more about the enterprise platform for bringing your Superduper workflows to production at scale. -## What's new in the `main` branch? - -We are working on an upcoming release of `0.4.0`. In this release we have: - -### Revamped how `Component` triggers initial computations and data dependent computations using `@trigger` - -This will enable a large diversity of `Component` types in addition to the well established `Model`, `Listener`, `VectorIndex`. - -### Created a general `CDC` (change-data-capture) base class - -This will allow developers to create a range of functionality which reacts to incoming data changes - -### Developed the concept of `Template` to enable re-usable units of complete functionality - -Components saved as `Template` instances, will allow users to easily redeploy their already deployed and tested `Component` and `Application` implementations, on alternative data sources, and with key parameters toggled to cater to operational requirements. - -### Added concrete `Template` implementations to the project - -These `Template` instances may be applied with Superduper with a simple single command - -``` -superduper apply