Skip to content

Releases: dataplane-app/dataplane

v0.2.4

23 Oct 19:42
365323f
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

14 Oct 16:21
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Critical fix for Python IDE included.

What's Changed

New Contributors

  • @gaby made their first contribution in #397

v0.2.2

07 Oct 18:54
1757969
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
Merge pull request #438 from onattech/Add_File_Test_Cypress

Added cypress test for python file add/remove

v0.2.1

27 Sep 21:43
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Critical fix to JWT tokens staying active in a cluster on setup.

v0.2.0

27 Sep 15:00
3da5d26
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

Full Changelog: v0.1.2...v0.2.0

v0.1.2

25 Sep 14:36
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Release for go modules

0.1.0

24 Sep 18:58
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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

0.0.35

08 Sep 21:40
Compare
Choose a tag to compare
0.0.35 Pre-release
Pre-release

Added in worker ubuntu image with htop for monitoring

0.0.34

05 Sep 10:56
Compare
Choose a tag to compare
0.0.34 Pre-release
Pre-release

What's Changed

0.0.33

17 Aug 07:25
Compare
Choose a tag to compare
0.0.33 Pre-release
Pre-release

Fix deployment turn on / off for scheduler.