Releases: nucleuscloud/neosync
Releases · nucleuscloud/neosync
v0.4.73
What's Changed
Exciting New Features 🎉
- Updates Billing Page to include payasyougo, create team by @nickzelei in #2760
- NEOS-1254: update onboarding flow by @evisdrenova in #2352
- NEOS-14978: add check to skip setting transformer in apply default transformer if… by @evisdrenova in #2766
Bug Fixes 🐞
- NEOS-1484 Reset SQL column defaults after sync by @alishakawaguchi in #2743
- NEOS-1499:updates guide to be null until its initialized by @evisdrenova in #2769
Dependencies
- Bump the golang-minor group with 2 updates by @dependabot in #2759
- Buf Generation Greenkeeping by @nickzelei in #2761
- Centralizes some frontend deps to workspace, updates knip by @nickzelei in #2762
Other Changes
- Use goqu to build postgres truncate statement by @alishakawaguchi in #2768
Full Changelog: v0.4.72...v0.4.73
v0.4.72
What's Changed
Exciting New Features 🎉
- exposes simple version in support header by @nickzelei in #2754
- NEOS-1485: reduce workflow checkaccountstatus for paid accounts by @nickzelei in #2752
- NEOS-1497: implement ability to convert personal account to paid by @nickzelei in #2758
Bug Fixes 🐞
- updates transformer fn values to allow retaining empty strings by @nickzelei in #2751
- NEOS-1496: move invite member button to heading by @nickzelei in #2753
Dependencies
- Bump the golang-minor group across 1 directory with 8 updates by @dependabot in #2746
- Bump github.com/auth0/go-auth0 from 1.10.0 to 1.11.0 in the golang-minor group by @dependabot in #2750
- Bump the golang-minor group with 5 updates by @dependabot in #2757
- Bump knip from 5.30.5 to 5.30.6 in /docs in the npm-development group by @dependabot in #2756
Other Changes
- Fixes Backend Docker Build Arguments during CI builds by @nickzelei in #2755
Full Changelog: v0.4.71...v0.4.72
v0.4.71
What's Changed
Exciting New Features 🎉
- NEOS-1476: send usage metrics to stripe for billing by @nickzelei in #2736
- OpenTelemetry Updates for Worker, Stripe, Backend by @nickzelei in #2744
Bug Fixes 🐞
- NEOS-1493 Fix Postgres and Mysql JSON marshaling by @alishakawaguchi in #2749
Other Changes
- NEOS-1487 Adds source connection type to worker logs by @alishakawaguchi in #2742
- Disable codecov github annotations by @alishakawaguchi in #2745
Full Changelog: v0.4.70...v0.4.71
v0.4.70
What's Changed
Exciting New Features 🎉
- feat(charts): make nucleusEnv an optional label for all charts by @WhiteDiamondz in #2719
- NEOS-1464 Support MYSQL Bit, Date and Json types by @alishakawaguchi in #2723
- NEOS-1429, NEOS-1475: [MIGRATION]: adds self-checkout billing to neosync cloud by @nickzelei in #2721
- Updates View Select Query to use Monaco Editor by @nickzelei in #2740
- NEOS-1474: update usage metrics to use date attribute for counts by @nickzelei in #2738
Bug Fixes 🐞
- Fix SQL Server identity reset bug by @alishakawaguchi in #2725
- NEOS-1433 Updates javascript transformer to use patch function by @alishakawaguchi in #2735
- NEOS-1489 Fix default being converted to database DEFAULT by @alishakawaguchi in #2741
- NEOS-1490: updates logic to apply passthrough to identity columns by @nickzelei in #2739
Dependencies
- Bump the golang-minor group with 2 updates by @dependabot in #2722
- Bump the golang-minor group with 3 updates by @dependabot in #2726
- Bump tailwindcss from 3.4.11 to 3.4.13 in /docs in the npm-production group by @dependabot in #2734
- Bump the npm-development group in /docs with 2 updates by @dependabot in #2733
Other Changes
- Adds Neosync DB Module Integration Tests by @nickzelei in #2729
New Contributors
- @emmanuel-ferdman made their first contribution in #2730
Full Changelog: v0.4.69...v0.4.70
v0.4.69
What's Changed
Exciting New Features 🎉
- NEOS-1472: add frontend banner that displays account status by @nickzelei in #2709
- NEOS-1449: adds a running timer to the run id page by @evisdrenova in #2674
- NEOS-1419: add real time connection validation for the Generate job by @evisdrenova in #2695
- Fix(worker-chart): remove empty label if value not set by @WhiteDiamondz in #2715
- Adds extraEnvVars to api deployment init container for db migrations by @nickzelei in #2717
Bug Fixes 🐞
- NEOS-1478 Separate sql statements from args by @alishakawaguchi in #2718
Dependencies
- Bump the golang-minor group with 2 updates by @dependabot in #2710
- Bump send and express in /docs by @dependabot in #2712
- Bump the golang-minor group with 6 updates by @dependabot in #2716
New Contributors
- @WhiteDiamondz made their first contribution in #2715
Full Changelog: v0.4.68...v0.4.69
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