Skip to content

Releases: nucleuscloud/neosync

v0.5.40

02 Jun 23:53
f1704d4
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Full Changelog: v0.5.39...v0.5.40

v0.5.39

02 Jun 19:02
0b70525
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Bump github.com/getkin/kin-openapi from 0.127.0 to 0.131.0 by @dependabot in #3519

Full Changelog: v0.5.38...v0.5.39

v0.5.38

02 Jun 18:19
e6cef69
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Dependencies

  • Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #3507
  • Bump the npm-all-dependencies group across 1 directory with 2 updates by @dependabot in #3505
  • Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @dependabot in #3502
  • Bump the npm-production group across 1 directory with 30 updates by @dependabot in #3504
  • Bump mikefarah/yq from 4.45.1 to 4.45.2 in the actions-minor group by @dependabot in #3506

Full Changelog: v0.5.37...v0.5.38

v0.5.37

08 Apr 20:20
c8eb3c3
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1808: job run activity timeline status filter not working by @nickzelei in #3474

Bug Fixes 🐞

  • NEOS-1810: Handles upsert for postgres tables with deferrable constraints when on conflict update selected by @alishakawaguchi in #3469
  • Updates processors to convert go maps to json bits for non json columns by @alishakawaguchi in #3473
  • Fixes columns being created in wrong order during schema reconciliation by @alishakawaguchi in #3459

Dependencies

  • Bump estree-util-value-to-estree from 3.1.2 to 3.3.3 in /docs by @dependabot in #3470
  • Bump the npm-all-dependencies group in /docs with 2 updates by @dependabot in #3466

Other Changes

Full Changelog: v0.5.36...v0.5.37

v0.5.36

08 Apr 02:35
6a6c5d1
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

  • NEOS-1807: fixes panic in transform e164 phone number by @nickzelei in #3453
  • NEOS-1809: adds more critical errors for on conflict and check constraints by @nickzelei in #3461

Dependencies

  • Bump image-size from 1.1.1 to 1.2.1 in /docs by @dependabot in #3449
  • Bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 in the actions-minor group by @dependabot in #3442
  • Bump the npm-production group in /frontend with 9 updates by @dependabot in #3439
  • Bump the npm-all-dependencies group in /docs with 3 updates by @dependabot in #3437
  • Bump the npm-development group across 1 directory with 11 updates by @dependabot in #3451

Other Changes

Full Changelog: v0.5.35...v0.5.36

v0.5.35

02 Apr 00:07
160bf37
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1541: expose transformpiitext method to benthos worker by @nickzelei in #3443

Bug Fixes 🐞

  • Fixes Scramble Identity not showing on frontend by @nickzelei in #3445
  • Fixes SQLServer generated columns default transformer not appearing on frontend by @alishakawaguchi in #3447

Other Changes

Full Changelog: v0.5.34...v0.5.35

v0.5.34

28 Mar 22:10
e7958f3
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1787: add auto map support to mysql by @nickzelei in #3412
  • NEOS-1790 Updates postgres init schema to drop constraints and columns by @alishakawaguchi in #3409
  • adds more logging and wrapped errors to checking conn config, fixes golangci config by @nickzelei in #3429
  • NEOS-1800: fixes transformer sorts, adds tooltip for multi sorting by @nickzelei in #3432
  • NEOS-1790 Postgres init schema handles dropping triggers and functions by @alishakawaguchi in #3410

Bug Fixes 🐞

Dependencies

  • Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #3398
  • Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #3402
  • Bump the npm-production group in /frontend with 7 updates by @dependabot in #3404
  • Bump the npm-all-dependencies group in /docs with 2 updates by @dependabot in #3401
  • Bump the npm-development group across 1 directory with 12 updates by @dependabot in #3428

Other Changes

Full Changelog: v0.5.33...v0.5.34

v0.5.33

28 Mar 02:35
e63cbfc
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

  • Fix jobmapping virtual foreign key validator + run configs run order validator by @alishakawaguchi in #3393
  • Fixes Postgres insert identity with OnConflict bug + fixes flaky postgres integration test by @alishakawaguchi in #3408
  • Adds users todo, adds enforcer auto load policy for syncing by @nickzelei in #3415
  • Clean up redis at the end of workflow by @alishakawaguchi in #3416
  • NEOS-1795: personal->team conversion now properly sets up rbac on new personal account by @nickzelei in #3421

Dependencies

Other Changes

Full Changelog: v0.5.32...v0.5.33

v0.5.32

21 Mar 00:14
712ec3f
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1770: update job run page for pii detection jobs to show pii by @nickzelei in #3362
  • NEOS-1779: add rpc for exposing schemas and tables to pii detection by @nickzelei in #3367
  • Updates Mysql init schema to add new columns by @alishakawaguchi in #3363
  • NEOS-1780: add support for pii detection job cloning by @nickzelei in #3368
  • adds in logic to handle abandoned child workflows in job run event history by @nickzelei in #3370
  • NEOS-1774 Update Mysql Init Schema to drop constraints and columns by @alishakawaguchi in #3378
  • NEOS-1777: refactor workflow option labels to make sense for pii by @nickzelei in #3380
  • Updates Mysql init schema to continue on error by @alishakawaguchi in #3384
  • NEOS-1771: add support for incremental scans to pii detection by @nickzelei in #3383
  • NEOS-1774: Adds dropping and updating triggers to Mysql Init Schema by @alishakawaguchi in #3382
  • NEOS-1778: updates pii detection images and icon by @nickzelei in #3385
  • NEOS-1774: Updates Mysql Schema Init to handle dropping, recreating functions by @alishakawaguchi in #3387
  • NEOS-1583: Adds ability to remove missing source columns from the mappings table by @nickzelei in #3388
  • NEOS-1783: Adds stable sort to pii report, adds ability to download report on fE by @nickzelei in #3386

Bug Fixes 🐞

  • NEOS-1782: Fixes confidence sorting fn in PII Detection Table by @nickzelei in #3379
  • NEOS-1786: fixes memoization of constraints in job mapping schema table by @nickzelei in #3390

Dependencies

  • Bump the golang-minor group across 1 directory with 17 updates by @dependabot in #3366
  • Bump the npm-production group in /frontend with 10 updates by @dependabot in #3377
  • Bump github.com/openai/openai-go from 0.1.0-alpha.62 to 0.1.0-alpha.65 by @dependabot in #3374
  • Bump the npm-development group in /frontend with 3 updates by @dependabot in #3376
  • Bump the npm-all-dependencies group in /docs with 2 updates by @dependabot in #3371

Other Changes

Full Changelog: v0.5.31...v0.5.32

v0.5.31

13 Mar 23:35
a0aff5e
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

Dependencies

  • Bump @babel/runtime-corejs3 from 7.26.0 to 7.26.10 in /docs by @dependabot in #3355

Other Changes

Full Changelog: v0.5.30...v0.5.31