Releases: dataplane-app/dataplane
v0.2.4
v0.2.3
Critical fix for Python IDE included.
What's Changed
- Add support for dependabot by @gaby in #397
- Api trigger paths updated by @onattech in #396
- Updated logs UI by @onattech in #398
- Bump cypress from 10.2.0 to 10.9.0 in /cypress by @dependabot in #416
- Updated dependabot to exclude major versions by @onattech in #421
- Bump prettier from 2.5.1 to 2.7.1 in /cypress by @dependabot in #418
- Bump github.com/gofiber/fiber/v2 from 2.34.0 to 2.38.1 by @dependabot in #415
- Package install UI fix by @onattech in #422
- Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by @dependabot in #430
- Bump monaco-editor from 0.33.0 to 0.34.0 in /frontend by @dependabot in #404
- Bump gorm.io/driver/postgres from 1.3.7 to 1.3.10 by @dependabot in #412
- Bump docker/metadata-action from 3.3.0 to 3.8.0 by @dependabot in #423
- Bump github.com/99designs/gqlgen from 0.17.9 to 0.17.20 by @dependabot in #433
- Bump gorm.io/gorm from 1.23.5 to 1.23.10 by @dependabot in #432
- Bump docker/login-action from 1.9.0 to 1.14.1 by @dependabot in #424
- Bump react-scripts from 5.0.0 to 5.0.1 in /frontend by @dependabot in #426
- Bump prettier from 2.5.1 to 2.7.1 in /frontend by @dependabot in #427
- Bump @fortawesome/react-fontawesome from 0.1.19 to 0.2.0 in /frontend by @dependabot in #428
- Bump react-monaco-editor from 0.48.0 to 0.50.1 in /frontend by @dependabot in #429
- Bump gorm.io/datatypes from 1.0.6 to 1.0.7 by @dependabot in #434
- Cypress test 8 improved. Ids added to nodes. by @onattech in #437
- Added cypress test for python file add/remove by @onattech in #438
- Fixed monaco editor bug. by @onattech in #441
New Contributors
v0.2.2
v0.2.1
v0.2.0
There are breaking changes in this release. Please ensure to update the following environment variables to connect to the database. This is was done to avoid excessive secrets logging that was hard to read. The below shows the default values for testing, change the values to your own database connection.
DP_DB_HOST: postgres
DP_DB_USER: postgres
DP_DB_SSL: "disable"
DP_DB_PORT: "5432"
DP_DB_DATABASE: "dataplane"
What's Changed
- Added plug icon for api triggers by @onattech in #391
- Fixed Dataplane_Endpoint for build version by @onattech in #390
- Markdown editor defaults to edit mode by @onattech in #392
- Api trigger improvements by @onattech in #393
- Cypress tests updated to address timing issues by @onattech in #389
- DuplicatePipeline updated to support api trigger by @onattech in #394
Full Changelog: v0.1.2...v0.2.0
v0.1.2
0.1.0
Breaking changes
While we took great effort to keep this upgrade smooth, there may be breaking changes. The way we handle code file storage has been overhauled from the ground up. This is was done to remove any dependency on shared volumes across servers or containers; making Dataplane cluster more stateless.
Although the files should automatically move from folder to database with an existing setup. It is recommended to back up any files and the database before upgrading to 0.1.0.
New features
There is a new markdown editor so engineers can now document their data pipeline steps.
Bugs
Various bug fixes from issues raised.
#375 - Fixed relative python imports
#361 JWT tokens expiring during run
#359 more space in logs for code editor
What's Changed
- Update 07-admin-permission.cy.js by @onattech in #366
- Fixed unsaved changes circle bug by @onattech in #371
- Removed datetime from code editor logs by @onattech in #376
- Failing to delete newly created file issue fixed by @onattech in #377
- Code editor run log's time is on user's timezone by @onattech in #379
- Fixed python package installation bug by @onattech in #380
- Markdown editor/viewer added by @onattech in #382
- Added clear file cache by @onattech in #381
- Added version to ClearFileCacheDeployment by @onattech in #383
- Fixed markdown editor bug, added support for .MD by @onattech in #384
- Fixed 'failed to run from table on first run' error by @onattech in #385
- Distributed storage by @saul-data in #386