Releases: dataplane-app/dataplane
v0.6.2
What's Changed
-
fixed deployment issues by @saul-data in #636
-
Performance of cycle test improved when creating large graphs
-
Large graph creation performance debugging
-
Fixed deployment permissions where the user doesn't have access to the from environment in a deployment
Full Changelog: v0.6.1...v0.6.2
v0.6.1
Critical Fix
- Code editor stopped working as a result of bumping versions in React, now fixed.
What's Changed
- Docker build fix by @saul-data in #633
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Major changes
- ABAC and RBAC (access groups) permissions was majorly refactored to use single SQL statements with improved speed.
- Security improvements for access secrets used in API triggers for pipelines and deployments.
- Fixed API triggers for deployments, particularly where deployments occur across different environments.
- Fixed the ordering of logs on the message bus where error logs were sent as a go routine asynchronously and would be show up amongst standard logs. This made debugging Python errors difficult. Logging has been corrected to show in the correct order at run time instead ordering the logs by date time in the front end after receiving websockets. This has a major performance improvement on real-time logs streaming from the Python process.
Breaking changes
- API keys need to be regenerated for all API trigger pipelines and deployments.
What's Changed
- Fixed failling cypress tests by @onattech in #613
- Fix permissions by @saul-data in #614
- Bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #577
- Bump github.com/bxcodec/faker/v4 from 4.0.0-beta.2 to 4.0.0-beta.3 by @dependabot in #552
- Fix: ordered logs output by @saul-data in #631
- Fix deployments by @saul-data in #632
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.2
v0.4.1
v0.4.0
New Features
Replay in the code editor: When editing code, you can now replay a pipeline run in the code editor. This is useful when you are pulling data from Redis or S3 using Dataplane's python package to transfer data between code steps without having to run the entire pipeline. An engineer has a much better development experience by not having wait for an entire pipeline run to finish and no longer has to switch between the code editor and the pipeline run to write code for a single pipeline step.
What's Changed
- Install column UI improvements by @onattech in #543
- Swr rollback by @onattech in #547
- Code editor code run logs sorted by timestamp by @onattech in #540
- Bump gorm.io/driver/postgres from 1.3.10 to 1.4.6 by @dependabot in #546
- Package json clean up by @onattech in #557
- [Snyk] Security upgrade luxon from 2.5.0 to 2.5.2 by @saul-data in #558
- Code replay UI ready by @onattech in #562
Full Changelog: v0.3.7...v0.4.0