Releases: nucleuscloud/neosync
Releases · nucleuscloud/neosync
v0.4.68
What's Changed
Other Changes
- NEOS-1468 Add generate job workflow integration test by @alishakawaguchi in #2706
Full Changelog: v0.4.67...v0.4.68
v0.4.67
What's Changed
Exciting New Features 🎉
- NEOS-1442:disables the Apply Default Transformers button until a table is selected by @evisdrenova in #2673
- Adds search input to job mapping table, fixes sort states by @nickzelei in #2684
- NEOS-1459: update schema page table max height by @evisdrenova in #2683
- NEOS-1446: update personal new accounts to have a default record limit by @nickzelei in #2668
- NEOS-1456: replaces the transformer sheet with a dialog by @evisdrenova in #2687
- adds missing env vars for otel support to backend by @nickzelei in #2693
- NEOS-1467: update benthos specs and docs to match by @evisdrenova in #2697
- Adds date label to benthos metrics by @nickzelei in #2698
- NEOS-1445: add static status check to workflow, adds requested count to account status check by @nickzelei in #2689
- NEOS-1462: Add transformer links to app by @evisdrenova in #2690
Bug Fixes 🐞
- NEOS-1451: custom transformers not showing up in bulk set by @nickzelei in #2679
- updates tooltipproviders in attributes column to not be submit buttons by @nickzelei in #2681
- NEOS-1424: fixes ability to remove a team invite by @nickzelei in #2682
- NEOS-1453: disables bulk transformer button based on selected rows by @nickzelei in #2686
- NEOS-1457 Support postgres JSON and JSONB arrays by @alishakawaguchi in #2678
- NEOS-1463 Fix postgres UUID array by @alishakawaguchi in #2691
- updates transform character scramble to return empty strings and nils properly by @nickzelei in #2692
- Fix query builder index out of range error by @alishakawaguchi in #2694
- NEOS-1248:add optional chaining to toDate() func to avoid "toDate() is not a function" errors by @evisdrenova in #2696
Dependencies
- Bump the golang-minor group across 1 directory with 20 updates by @dependabot in #2676
- Bump the npm-production group in /docs with 2 updates by @dependabot in #2700
- Bump knip from 5.30.1 to 5.30.2 in /docs in the npm-development group by @dependabot in #2699
- Bump google.golang.org/grpc from 1.66.1 to 1.66.2 in the golang-minor group by @dependabot in #2688
Other Changes
- Replaces Docker Compose Watch with Bind Mounts by @nickzelei in #2672
- Reduces bastion host network error logs by @nickzelei in #2702
Full Changelog: v0.4.66...v0.4.67
v0.4.66
What's Changed
Exciting New Features 🎉
- NEOS-1432: update workflow to have account status check by @nickzelei in #2652
- NEOS-1438 Destination option to skip foreign key constraint errors in sync by @alishakawaguchi in #2665
- NEOS-1439: update name field lengths by @evisdrenova in #2653
- NEOS-1407, NEOS-1444 Support passthrough for postgres Identity Generated Always columns by @alishakawaguchi in #2671
Bug Fixes 🐞
- Fix SQL Server identity column count after insert by @alishakawaguchi in #2669
- fixed heading by @evisdrenova in #2670
Full Changelog: v0.4.65...v0.4.66
v0.4.65
What's Changed
Exciting New Features 🎉
- NEOS-1414: add otel trace and meter instrumentation to api and worker by @nickzelei in #2635
- NEOS-1422: remove tabs when no virtual foreign keys by @evisdrenova in #2639
- NEOS-1427, NEOS-1428: [MIGRATION] adds methods for checking account status by @nickzelei in #2642
- NEOS-1423: make transformer slide out controlled by @evisdrenova in #2638
- NEOS-1403:update forms to not shift on errors by @evisdrenova in #2637
- NEOS-1441: adds dialog for showing SELECT from job run by @nickzelei in #2655
- NEOS-1417: update yup error messages by @evisdrenova in #2650
- NEOS-1421, NEOS-1420: Schema page updates by @evisdrenova in #2640
Bug Fixes 🐞
- NEOS-1425 Fixes SQL Server unique identifier type in sync by @alishakawaguchi in #2644
- NEOS-1426 Fix SQL Server bit data type in sync by @alishakawaguchi in #2646
- NEOS-1443: Properly escapes special schema, table, column when transforming primary keys by @nickzelei in #2662
Dependencies
- Bump the npm-development group in /docs with 2 updates by @dependabot in #2643
- Bump send and express in /docs by @dependabot in #2657
Full Changelog: v0.4.64...v0.4.65
v0.4.64
What's Changed
Exciting New Features 🎉
- NEOS-1371 support postgres array types by @alishakawaguchi in #2634
Full Changelog: v0.4.63...v0.4.64
v0.4.63
What's Changed
Exciting New Features 🎉
- update copy by @evisdrenova in #2625
- NEOS:1416: simplify isDuplicate mapping logic for NoSql db by @evisdrenova in #2631
Bug Fixes 🐞
- NEOS-1412: Update transformer change by @evisdrenova in #2622
- NEOS-1394:update tables by @evisdrenova in #2623
- NEOS-1406:fix aws dynamodb form by @evisdrenova in #2624
- NEOS-1415: re enable team accounts in oss by @nickzelei in #2632
- NEOS-1415: enables account switcher in neosynccloud, disables create team for cloud by @nickzelei in #2633
Dependencies
- Bump the golang-minor group with 2 updates by @dependabot in #2629
Full Changelog: v0.4.62...v0.4.63
v0.4.62
What's Changed
Exciting New Features 🎉
- NEOS-1338: Add support for checking the connection in the connect page by @evisdrenova in #2588
- NEOS-1379: handle duplicate mongo mappings by @evisdrenova in #2581
- NEOS-1408: add option to apply defaults to job mapping table by @nickzelei in #2621
Dependencies
- Bump the golang-minor group with 9 updates by @dependabot in #2616
- Bump the npm-production group across 1 directory with 2 updates by @dependabot in #2617
Full Changelog: v0.4.61...v0.4.62
v0.4.61
What's Changed
Exciting New Features 🎉
- NEOS-1402: expose generated columns in constraints in job mapping table by @nickzelei in #2611
Dependencies
- Bump the golang-minor group with 8 updates by @dependabot in #2608
- Bump github.com/charmbracelet/bubbletea from 0.27.1 to 1.1.0 by @dependabot in #2609
Other Changes
- NEOS-1395 Improve the readability of TSQL query qualifier by @alishakawaguchi in #2607
Full Changelog: v0.4.60...v0.4.61
v0.4.60
What's Changed
Exciting New Features 🎉
- NEOS-1400: Enable sql server truncate by @alishakawaguchi in #2600
- enables fk subsetting option on frontend by @nickzelei in #2604
Bug Fixes 🐞
- Fix sql server destination options by @alishakawaguchi in #2603
Full Changelog: v0.4.59...v0.4.60
v0.4.59
What's Changed
Exciting New Features 🎉
- NEOS-1387: Country code transformer by @evisdrenova in #2576
- NEOS-1389: adds support for duplicating nosql mapping rows by @evisdrenova in #2579
- NEOS-1391:update table header by @evisdrenova in #2583
- NEOS-1364 TSQL parser by @alishakawaguchi in #2569
- updates duplicate mapping functinality to be more performant by @evisdrenova in #2593
Bug Fixes 🐞
- NEOS-1388 mssql identity column passthrough by @alishakawaguchi in #2578
- NEOS-1393: adds support for postgres special characters except for double quotes by @nickzelei in #2592
- NEOS-1398: disable truncate and on conflict options in sql server by @nickzelei in #2595
- NEOS-1384 Fix mssql default by @alishakawaguchi in #2597
- Fix Mssql subset not saving by @alishakawaguchi in #2599
Dependencies
- Bump the golang-minor group across 1 directory with 6 updates by @dependabot in #2590
- Bump knip from 5.27.4 to 5.29.1 in /docs in the npm-development group by @dependabot in #2584
Other Changes
- Moves backend integration tests to separate folder by @nickzelei in #2589
- Run Config Refactor by @alishakawaguchi in #2580
Full Changelog: v0.4.58...v0.4.59