Skip to content

Releases: nucleuscloud/neosync

v0.4.87

14 Nov 00:38
0e2f00e
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1611: exposes neosync cloud option for worker, adds EE license to worker by @nickzelei in #2931
  • NEOS-1607, NEOS-921, NEOS-1608: update cli to more smoothly handle account context by @nickzelei in #2928
  • Add init schema support for SQL Server in worker by @alishakawaguchi in #2924

Bug Fixes 🐞

Dependencies

  • Bump the npm-production group in /docs with 3 updates by @dependabot in #2923
  • Bump the npm-development group across 1 directory with 2 updates by @dependabot in #2929
  • Bump postcss from 8.4.48 to 8.4.49 in /docs in the npm-production group by @dependabot in #2934

Full Changelog: v0.4.86...v0.4.87

v0.4.86

08 Nov 01:16
c78b5df
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1604: fixes dest opt batch dto to handle fallback by @nickzelei in #2918

Full Changelog: v0.4.85...v0.4.86

v0.4.85

06 Nov 23:52
b826d05
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1593: Business name transformer by @evisdrenova in #2892
  • NEOS-1584: update halt on column for postgres to support auto mapping by @nickzelei in #2889
  • NEOS-1598: Updates Postgres Source Options to include New Column Addition Strategy by @nickzelei in #2902
  • NEOS-1602: expose sql connection options in app by @nickzelei in #2910
  • NEOS-1590: exposes batching config sql options in app by @nickzelei in #2912
  • NEOS-1596: add in ip address transformer to backend, worker by @evisdrenova in #2907
  • adds ability to disable charts in helm umbrella chart by @nickzelei in #2914

Bug Fixes 🐞

Dependencies

  • Bump the npm-production group in /docs with 3 updates by @dependabot in #2899
  • Bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 by @dependabot in #2895
  • Bump the npm-development group across 1 directory with 3 updates by @dependabot in #2900
  • Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #2906

Other Changes

  • Refactors Temporal Client Manager to use cleaner interface by @nickzelei in #2897

Full Changelog: v0.4.84...v0.4.85

v0.4.84

01 Nov 05:02
6242842
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

Dependencies

  • Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 in the actions-minor group by @dependabot in #2874
  • Bump the golang-minor group across 1 directory with 3 updates by @dependabot in #2875
  • Bump the golang-minor group with 6 updates by @dependabot in #2878
  • Bump the npm-development group in /docs with 3 updates by @dependabot in #2873
  • Bump go.temporal.io/sdk from 1.29.1 to 1.30.0 in the golang-minor group by @dependabot in #2880

Other Changes

Full Changelog: v0.4.83...v0.4.84

v0.4.83

28 Oct 16:07
e1465e4
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1559: add ability to limit db connections via cli by @nickzelei in #2867

Bug Fixes 🐞

  • Fixes malformed struct tag in TransformFullName DB Model by @chavacava in #2865

New Contributors

Full Changelog: v0.4.82...v0.4.83

v0.4.82

25 Oct 00:02
27c2f1b
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

Dependencies

Other Changes

Full Changelog: v0.4.81...v0.4.82

v0.4.81

24 Oct 01:21
488b3f6
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add benthos standard log with table and runtype keyvals to CLI sync by @alishakawaguchi in #2835
  • NEOS-1560: expose entities in api for transformpiitext by @nickzelei in #2836
  • NEOS-1561: updates logic to use presidio defined default if no user provided value by @nickzelei in #2837
  • NEOS-1540: add support for allow list in anonymizer by @nickzelei in #2838
  • NEOS-1562: convert record limit to time based in account status by @nickzelei in #2842

Bug Fixes 🐞

Dependencies

  • Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs by @dependabot in #2845
  • Bump cspell from 8.15.2 to 8.15.4 in /docs in the npm-development group by @dependabot in #2830
  • Bump the npm-production group in /docs with 2 updates by @dependabot in #2831
  • Bump the golang-minor group across 1 directory with 30 updates by @dependabot in #2839

Other Changes

  • NEOS-1565: Refactors CLI to share DB Connection Pools by @nickzelei in #2844

Full Changelog: v0.4.80...v0.4.81

v0.4.80

22 Oct 17:47
62fa047
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

Other Changes

  • removes openapi tar files from repo root by @nickzelei in #2820
  • Adds gating to AnonymizeMany and TransformPiiText Transformer by @nickzelei in #2822

New Contributors

Full Changelog: v0.4.79...v0.4.80

v0.4.79

16 Oct 02:38
29c247c
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • NEOS-1525: adds new pii text transformer to anonymize service by @nickzelei in #2805
  • NEOS-1539: add support for deny list in anonymizer by @nickzelei in #2812
  • Adds generator for openapi specifications by @nickzelei in #2815

Bug Fixes 🐞

Dependencies

  • Bump the npm-development group in /docs with 3 updates by @dependabot in #2802
  • Bump tailwind-merge from 2.5.3 to 2.5.4 in /docs in the npm-production group by @dependabot in #2803

Other Changes

Full Changelog: v0.4.78...v0.4.79

v0.4.78

15 Oct 18:44
09c999d
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

  • NEOS-1516: updates to not show any connect errors for unsupported connections by @nickzelei in #2795
  • fix(mysql): correct default value handling for VARCHAR columns in Ini… by @VincentRebs in #2774

Dependencies

  • Bump tailwind-merge from 2.5.2 to 2.5.3 in /docs in the npm-production group by @dependabot in #2776
  • Bump the golang-minor group across 1 directory with 15 updates by @dependabot in #2790

New Contributors

Full Changelog: v0.4.77...v0.4.78