Releases: nucleuscloud/neosync
Releases · nucleuscloud/neosync
v0.5.40
What's Changed
Exciting New Features 🎉
- makes page limit env var by @nickzelei in #3533
Full Changelog: v0.5.39...v0.5.40
v0.5.39
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
What's Changed
Bug Fixes 🐞
- NEOS-1801: updates helm charts to disable ee features by default by @nickzelei in #3476
- Updates run page to show new schema reconciliation errors by @alishakawaguchi in #3478
- fixes whitelist for worker by @nickzelei in #3529
- fixes pii detect not syncing more than max limit by @nickzelei in #3527
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
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
- Update warning to info by @alishakawaguchi in #3471
- Updates critical errors list to handle Mysql and SqlServer not null violations by @alishakawaguchi in #3475
Full Changelog: v0.5.36...v0.5.37
v0.5.36
What's Changed
Exciting New Features 🎉
- NEOS-1790: Postgres init schema handle datatypes by @alishakawaguchi in #3435
- NEOS-1790: Postgres init schema handle column updates by @alishakawaguchi in #3448
- NEOS-1798: Adds passthrough as a new column addition strategy by @alishakawaguchi in #3454
- Add postgres automapper support for time datatypes by @alishakawaguchi in #3456
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
- NEOS-1794: Refactors redis processor and output to use redis client by @alishakawaguchi in #3452
Full Changelog: v0.5.35...v0.5.36
v0.5.35
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
- Updates golang lint config to v2 by @nickzelei in #3436
Full Changelog: v0.5.34...v0.5.35
v0.5.34
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 🐞
- adds more logic for conflicts, updates to use our sql adapter by @nickzelei in #3424
- Fixes form inputs for error messages by @nickzelei in #3427
- NEOS-1799: Fix one column table on conflict update bug by @alishakawaguchi in #3431
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
- Improve Mysql integration tests by @alishakawaguchi in #3426
- updates makefile to pull prod images from latest by @nickzelei in #3434
Full Changelog: v0.5.33...v0.5.34
v0.5.33
What's Changed
Exciting New Features 🎉
- NEOS-1774: Updates Mysql schema init to modify columns by @alishakawaguchi in #3394
- NEOS-1774 Mysql init schema modify column comments by @alishakawaguchi in #3397
- NEOS-1790: Updates Postgres schema drift to add new columns by @alishakawaguchi in #3407
- NEOS-1789: adds Scramble Identity Transformer by @nickzelei in #3405
- NEOS-1558: Fixes multi-az SSH Tunnel, exposes check ssh tunnel on frontend by @nickzelei in #3419
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
- Bump next from 15.2.2 to 15.2.3 in /frontend by @dependabot in #3395
- Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 by @dependabot in #3392
Other Changes
- NEOS-1791: Add Mysql init schema set and enum test by @alishakawaguchi in #3417
Full Changelog: v0.5.32...v0.5.33
v0.5.32
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
- NEOS-1767: optimize pii detection getalltables sql method by @nickzelei in #3365
- bumps go to 1.24 by @nickzelei in #3369
Full Changelog: v0.5.31...v0.5.32
v0.5.31
What's Changed
Exciting New Features 🎉
- Adds more errors to sql retry handler by @nickzelei in #3364
Bug Fixes 🐞
- Fixes mysql create indexes and adds complex mysql integration test by @alishakawaguchi in #3345
Dependencies
- Bump @babel/runtime-corejs3 from 7.26.0 to 7.26.10 in /docs by @dependabot in #3355
Other Changes
- Updates complex postgres test to test table values by @alishakawaguchi in #3361
Full Changelog: v0.5.30...v0.5.31