Skip to content

Releases: dataplane-app/dataplane

v0.6.2

19 Sep 12:27
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

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

13 Sep 23:18
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Critical Fix

  • Code editor stopped working as a result of bumping versions in React, now fixed.

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 Sep 21:25
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 Jun 13:30
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Major update

  • RPA backend in, this is a secure connection point to RPA workers that extends the platform for Robotics Process Automation.

What's Changed

v0.4.2

21 Feb 13:41
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

13 Feb 17:31
bdbf112
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

  • Removed snackbar checks from tests by @onattech in #565
  • Updated cypress tests to comply with v12 by @onattech in #571
  • Code editor on new pipeline crash bugfix by @onattech in #572
  • Update create pipeline test to verify code editor works before a run by @onattech in #574

v0.4.0

09 Feb 08:11
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

Full Changelog: v0.3.7...v0.4.0

v0.3.7

16 Jan 20:14
Compare
Choose a tag to compare
v0.3.7 Pre-release
Pre-release

What's Changed

v0.3.6

04 Jan 17:40
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

What's Changed

  • moved critical operations to more reliable ticker instead of scheduler by @saul-data in #533

v0.3.5

29 Dec 19:48
6024878
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

What's Changed