Releases: nucleuscloud/neosync
Releases · nucleuscloud/neosync
v0.4.52
What's Changed
Exciting New Features 🎉
- Filter default transformer select by datatype by @alishakawaguchi in #2461
- updates default openai common models to document latest gpt models by @nickzelei in #2471
- NEOS-1316: add sql server as neosync connection by @nickzelei in #2465
- NEOS-1317 wire up sql server CRUD to job service by @nickzelei in #2482
Bug Fixes 🐞
- Dynamo handle empty sort key by @alishakawaguchi in #2462
- remove
fatal: No names found, cannot describe anything.
warning during development builds by @taigrr in #2468 - fixup wait behavior inside of makefile by @taigrr in #2472
- Update critical errors list by @alishakawaguchi in #2483
Dependencies
- update parquet to support go version 1.23 by @taigrr in #2466
- Bump the golang-minor group across 1 directory with 4 updates by @dependabot in #2463
Full Changelog: v0.4.51...v0.4.52
v0.4.51
What's Changed
Exciting New Features 🎉
- NEOS-1297: adds ability to provide annotations on deployment and pod template in helm charts by @nickzelei in #2405
- NEOS-1300: add support for dynamodb key deep link for mutations by @nickzelei in #2420
- NEOS-1307: updates js builder method to handle js paths by @nickzelei in #2422
- NEOS-1309 Adds seed param to all transformers and generators by @nickzelei in #2428
- NEOS:1287: add support to dynamodb for unmapped transform defaults by @nickzelei in #2398
- NEOS-1310: expose consistentread as dynamodb source option by @nickzelei in #2444
- Truncates long document keys in DyanmoDB table and relational columns by @nickzelei in #2447
Bug Fixes 🐞
- NEOS-1298: Fixes Benthos DynamoDB Input AWS Creds Parser by @nickzelei in #2414
- NEOS-1293 Fix Benthos Type Loss for DynamoDB by @alishakawaguchi in #2416
- NEOS-1295: moves seed to be deferred for transformations by @nickzelei in #2427
- fixes source options form not being submittable, among others by @nickzelei in #2438
- NEOS-1311: syntax error neosyncaddindexifnotexists by @nickzelei in #2437
- Fixes DTO->Data Layer DynamoDB Source Connection Model Mappings by @nickzelei in #2439
- NEOS-1312: rollsback need for default jm and system transforms to be passthrough in UI by @nickzelei in #2442
- NEOS-1313: fixes transformer config validations not occurring, updates bigint and num validations by @nickzelei in #2446
- NEOS-1303: fix scroll bug by @evisdrenova in #2450
- Add dynamo output tests + default transformer processor test by @alishakawaguchi in #2453
Dependencies
- Bump the golang-minor group across 1 directory with 4 updates by @dependabot in #2425
- Bump the npm-production group in /frontend with 5 updates by @dependabot in #2407
- Bump the npm-development group in /frontend with 3 updates by @dependabot in #2406
- Bump cspell from 8.12.1 to 8.13.1 in /docs in the npm-development group by @dependabot in #2401
- Bump mikefarah/yq from 4.44.2 to 4.44.3 in the actions-minor group by @dependabot in #2400
- Bump autoprefixer from 10.4.19 to 10.4.20 in /docs in the npm-production group by @dependabot in #2402
- Bump postcss from 8.4.40 to 8.4.41 in /docs in the npm-production group across 1 directory by @dependabot in #2426
- Bump the golang-minor group with 2 updates by @dependabot in #2431
- Bump the golang-minor group with 2 updates by @dependabot in #2435
- Bump postcss-nesting from 12.1.5 to 13.0.0 in /docs by @dependabot in #2403
- Bump the npm-production group in /frontend with 4 updates by @dependabot in #2452
- Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible by @dependabot in #2448
- Bump the npm-development group in /frontend with 4 updates by @dependabot in #2451
Other Changes
- Updates Transform Forms to no longer depend on React-Hook-Forms by @nickzelei in #2432
- Consolidates Transformer Forms by @nickzelei in #2433
- Renames Transformer Forms to remove UserDefined prefix by @nickzelei in #2434
- NEOS-1302: updates all toasts to use sonner by @nickzelei in #2436
- replaces all uses of use form persist by @nickzelei in #2440
- Adds more integration tests for api user service by @nickzelei in #2449
Full Changelog: v0.4.50...v0.4.51
v0.4.50
What's Changed
Exciting New Features 🎉
- NEOS-1294: Adds ability to configure resource reqs for app in helm chart by @nickzelei in #2392
- NEOS-1291 expose dynamodb subsetting to frontend app by @nickzelei in #2394
Bug Fixes 🐞
- NEOS-1296: unable to validate javascript transformers by @nickzelei in #2397
Dependencies
- Bump the golang-minor group with 2 updates by @dependabot in #2393
- Bump next-auth from 5.0.0-beta.19 to 5.0.0-beta.20 in /frontend by @dependabot in #2364
- Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.1 in the actions-minor group by @dependabot in #2359
Full Changelog: v0.4.49...v0.4.50
v0.4.49
What's Changed
Exciting New Features 🎉
- NEOS-1290: updates benthos dynamodb input to use partiql instead of scan by @nickzelei in #2386
- NEOS-1288 add subsetting to dynamodb backend/worker by @nickzelei in #2385
- NEOS-1272 Add neosync transformers auto complete to javascript transformer by @alishakawaguchi in #2388
Bug Fixes 🐞
- Fix neosync transformer declaration file path by @alishakawaguchi in #2390
Full Changelog: v0.4.48...v0.4.49
v0.4.48
What's Changed
Exciting New Features 🎉
- NEOS-1259 adds benthos dynamodb input connector by @nickzelei in #2334
- NEOS-1265: expose dynamodb as connection by @nickzelei in #2341
- Add permissions to mysql form by @alishakawaguchi in #2349
- NEOS-1257, NEOS-1256, NEOS-1261: fix some minor styling updates in the Neosync app by @evisdrenova in #2354
- NEOS-1266: exposes dynamodb as input output to neosync job by @nickzelei in #2348
- NEOS-1274: add dynamodb table mappings to new destination flow form by @nickzelei in #2366
- NEOS-1277: updates destination card to use confirmation dialog when deleting destination by @nickzelei in #2371
- NEOS-1279 disallow switching to invalid destinations by @nickzelei in #2377
Bug Fixes 🐞
- Increase test container timeout by @alishakawaguchi in #2345
- Increase workflow integration test timeout by @alishakawaguchi in #2227
- NEOS-1285: fixes connection clone button redirect by @nickzelei in #2382
Dependencies
- Bump the golang-minor group across 1 directory with 3 updates by @dependabot in #2331
- Bump the npm-production group across 1 directory with 2 updates by @dependabot in #2329
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.27.1 to 1.34.3 in the golang-minor group by @dependabot in #2340
- Bump posthog-js from 1.148.2 to 1.149.1 in /frontend in the npm-production group across 1 directory by @dependabot in #2339
- Bump the golang-minor group with 2 updates by @dependabot in #2351
- Bump the npm-development group in /frontend with 7 updates by @dependabot in #2362
- Bump the npm-production group in /frontend with 3 updates by @dependabot in #2363
- Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible by @dependabot in #2367
Other Changes
- Run worker integration tests in parallel by @alishakawaguchi in #2336
- Mysql composite key integration test by @alishakawaguchi in #2343
- NEOS-1260 Update mysql init tables to handle circular dependencies by @alishakawaguchi in #2375
New Contributors
- @beingkarnage made their first contribution in #2355
- @taigrr made their first contribution in #2374
Full Changelog: v0.4.47...v0.4.48
v0.4.47
What's Changed
Exciting New Features 🎉
- NEOS-1243: Moves GetConnectionSchemaMap to Go API and replaces SWR Hook by @nickzelei in #2303
- Added Empty States for Virtual Foreign Keys, Fixed Job Cloning Blog Date by @evisdrenova in #2311
- Javascript transformer docs by @alishakawaguchi in #2315
- NEOS-1252: Update Generate State transformer to support returning back a 2-letter state code or the full state name by @evisdrenova in #2323
Bug Fixes 🐞
- Fixes Benthos Data Race for Parallel Activities, Replaces Benthos with Bento by @nickzelei in #2322
- Fix sync with circular dependency and primary key transformation by @alishakawaguchi in #2335
Dependencies
- Bump the golang-minor group across 1 directory with 17 updates by @dependabot in #2286
- Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 in /frontend by @dependabot in #2270
- Bump the npm-development group across 1 directory with 3 updates by @dependabot in #2299
- Removes got usage from frontend in favor of fetch by @nickzelei in #2310
- Bump buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go from 1.34.2-20240508200655-46a4cf4ba109.2 to 1.34.2-20240717164558-a6c49f84cc0f.2 by @dependabot in #2308
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.12.0 to 1.13.0 in the golang-minor group by @dependabot in #2307
- Bump the npm-development group across 1 directory with 7 updates by @dependabot in #2305
- Bump the golang-minor group with 3 updates by @dependabot in #2312
- Bump the golang-minor group with 3 updates by @dependabot in #2318
- Bump the npm-production group in /docs with 2 updates by @dependabot in #2324
- Bump the npm-development group in /frontend with 4 updates by @dependabot in #2325
Other Changes
- Updates getJobRunLogs hook to use Tanstack Query by @nickzelei in #2302
- NEOS-1243: Updates Yup Validation Hooks to use Tanstack Mutations by @nickzelei in #2309
- Mysql integration tests by @alishakawaguchi in #2314
New Contributors
- @frankie-mur made their first contribution in #2306
Full Changelog: v0.4.46...v0.4.47
v0.4.46
What's Changed
Bug Fixes 🐞
- Fix SQL query to retrieve MySQL foreign key constraints by @alishakawaguchi in #2296
Dependencies
- Bump the npm-production group across 1 directory with 2 updates by @dependabot in #2282
- Bump the npm-production group across 1 directory with 7 updates by @dependabot in #2285
Other Changes
- Replaces Most SWR with Tanstack Query by @nickzelei in #2281
Full Changelog: v0.4.45...v0.4.46
v0.4.45
What's Changed
Exciting New Features 🎉
- Use charm logger in sync cli command by @alishakawaguchi in #2277
Other Changes
- Add more generators to javascript transformer test by @alishakawaguchi in #2280
- NEOS-1235: fixes missing max connections on mysql clone by @nickzelei in #2291
- NEOS-1236 mysql and postgresql connections bugged when using connect by url by @nickzelei in #2292
Full Changelog: v0.4.44...v0.4.45
v0.4.44
What's Changed
Other Changes
- Fix postgres init schema sequences not working by @alishakawaguchi in #2276
Full Changelog: v0.4.43...v0.4.44
v0.4.43
What's Changed
Exciting New Features 🎉
- NEOS-1198, NEOS-1225 Adds sidecars to helm charts, adds auth trust host, updates helm docs by @nickzelei in #2260
Other Changes
- NEOS-1227 Fix building run configs for single table sync with dependencies by @alishakawaguchi in #2265
Full Changelog: v0.4.42...v0.4.43