Skip to content

Releases: Multiwoven/multiwoven

Release v0.15.0

09 Jul 09:54
e830d85
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.15.0] - 2024-07-08

🚀 Features

  • (CE) Error logs for all sync records
  • (CE) Added s3 connector ARN support for auth
  • (CE) Integration changes for sync record log (#223)
  • (CE) Server changes for save logs to sync record table (#231)
  • (CE) Added select row support to data table (#232)

🐛 Bug Fixes

  • (CE) Sync records table (#221)
  • (CE) Handle S3 credentials (#215)
  • (CE) Add STS credentials for AWS S3 source connector (#224)
  • (CE) Fixed issue where sync interval dropdown text was hidden in smaller screens (#230)
  • (CE) Added processFormData to process form data before checking connection (#228)

⚙️ Miscellaneous Tasks

  • (CE) Gem update for s3 connector arn support (#220)
  • (CE) Update Role Descriptions (#229)
  • (CE) Config jwt secret from env variable (#233)
  • (CE) Update README for MariaDB connectors

Release v0.14.0

08 Jul 08:14
71b24b2
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.14.0] - 2024-07-01

🚀 Features

  • (CE) Separate code climate reports and badges
  • (CE) Add mariaDB source connector
  • (CE) Lock user login attempts
  • (CE) Sync records error log
  • (CE) Add table selector as model query type
  • (CE) Force refresh catalog when refresh flag is set true
  • (CE) Add table selector as model query type

🐛 Bug Fixes

  • (CE) Skip verify_authorized in logout
  • (CE) Json error field added in sync record
  • (CE) Add mariadb-dev in DockerFile
  • (CE) Signup error response

⚙️ Miscellaneous Tasks

  • (CE) Update the role policies
  • (CE) Update server gem
  • (CE) Pundit policy at role permissions level

Release v0.13.0

25 Jun 09:48
afc0792
Compare
Choose a tag to compare

Changelog

[0.13.0] - 2024-06-24

🚀 Features

  • Added Iterable destination connector
  • Workspace settings and useQueryWrapper
  • Added amazon s3 source connector

🐛 Bug Fixes

  • EE to CE Commit Sync PAT issue
  • Github URL issues
  • Change Github PAT to SSH PRIVATE KEY
  • UI Maintainability and workspace id on page refresh
  • CE sync commit not working for multiple commits

⚙️ Miscellaneous Tasks

  • Add GitHub actions for syncing previous days CE commits

Release v0.12.0

19 Jun 12:11
a2b4059
Compare
Choose a tag to compare

Changelog

[0.12.0] - 2024-06-17

🐛 Bug Fixes

  • Add role in user info api response
  • Sync write update action for destination
  • Fix sync name validation error due to contract failure
  • Update commit message regex to follow git convention
  • Update insert and update to destination_insert and destination_update action
  • Comment contract valid rule in Update Sync action
  • destination_update not picking primary key
  • Add limit and offset query validator
  • Ignore RBAC for get workspaces api

⚙️ Miscellaneous Tasks

  • Update the heartbeat timeout for loader
  • Add strong migration gem

Release v0.8.0

21 May 07:56
5585d8c
Compare
Choose a tag to compare

Changelog

[0.8.0] - 2024-05-17

🚀 Features

  • Add role and resource migration (#121)
  • Adding zendesk destination connector (#82)
  • Added Athena Connector (#83)

🐛 Bug Fixes

  • Changed the text in the Finalize Source Form (#111)
  • Spec failure in rate limiter (#122)

🎨 Styling

  • Update integration gem version to 0.1.67 (Athena source, Zendesk & HTTP destination) (#123)
  • Delete stale user management apis and role id changes (#131)

Release v0.7.0

21 May 07:46
3cfbd44
Compare
Choose a tag to compare

Changelog

[0.7.0] - 2024-05-13

🚀 Features

  • Support temporal cloud (#107)
  • Add workspace apis ce (#117)
  • Add http destination connector (#119)

🐛 Bug Fixes

  • Added condition to check if record data is null (#109)
  • Undefined method new_record in sync run

🎨 Styling

  • Changed colors and logos to new theme (#108)

Refactor

  • Modelling method screen (#106)
  • Removed hardcoded ui schema (#90)

Release v0.6.0

13 May 14:53
ad5c17e
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.6.0] - 2024-05-06

🚀 Features

  • Separate routes for main application (#97)
  • Add compression support for sftp (#103)
  • Added toggle to view password field values (#102)

🐛 Bug Fixes

  • Cursor field mandatory check (#91)
  • Add multiwoven secret to credentials
  • UI auto deploy (#92)
  • Support cursor query for soql (#94)
  • Importing envs (#100)
  • Skip cursor query for empty cursor field (#104)

⚙️ Miscellaneous Tasks

  • Bump integration gem to 1.63
  • Update core chakra config (#98)
  • Update config to support branding (#99)

Release v0.5.0

02 May 08:25
1681d12
Compare
Choose a tag to compare

Changelog

[0.5.0] - 2024-04-29

🚀 Features

  • Added Dynamic UI Schema Generation (#80)
  • Add health check endpoint for worker (#85)
  • Added skip rows in the sync runs table (#75)
  • Add skipped_rows column in sync run (#70)
  • Add cron expression as schedule type (#71)
  • SQL autocomplete (#56)

🐛 Bug Fixes

  • Fixed docker build arm64 release
  • Remove env example from ui (#77)

Refactor

  • Models finalize screen (#68)

Style

  • Reporting dashboard layout (#81)

Release v0.4.0

23 Apr 13:38
fa5535a
Compare
Choose a tag to compare

Changelog

[0.4.0] - 2024-04-22

🚀 Features

  • Add cursor based incremental refresh (#40)
  • Support for cursor field during syncs config (#43)
  • Support cron expression in sync api (#66)

🐛 Bug Fixes

  • Changed color for disabled Pagination button and cursor type (#42)
  • Add query_type in connector protocol
  • Remove salesforce default cursor
  • Sync creation process (#48)
  • Source_defined_cursor default value to false in stream
  • Add source_defined_cursor in catalog
  • Salesforce consumer goods cloud schema helper picklist type (#54)
  • Salesforce query offset removed (#57)
  • Add cursor-based exit condition in BatchQuery (#58)
  • Remove \n from rendered liquid template data
  • Add greater than zero validation for sync_interval (#61)
  • Update apply button condition for template mapping (#62)
  • Remove default cursor field from catalog (#63)
  • Update scheduler type for manual interval (#67)

Refactor

  • Models finalize screen (#68)

Release v0.3.0

16 Apr 06:11
8cb7640
Compare
Choose a tag to compare

Changelog

[0.3.0] - 2024-04-15

🚀 Features

  • Beautify sql queries
  • Add query type support for SOQL
  • Add sync run mailer on success or failure (#24)
  • Updated Dockerfile and env to run docker-compose on production mode. (#27)
  • Added custom dropdown for destination columns (#30)
  • Add code climate to github actions (#31)
  • Automate integrations gem release (#37)
  • Add protocol changes for cursor based (#38)
  • Pull request template for monorepo (#39)
  • Remove changes associated with multiwoven-integrations repository (#41)
  • Added hover text for columns (#36)
  • Add github action to deploy main (#44)

🐛 Bug Fixes

  • Add connector_query_type in spec (#23)
  • Remove disable condition for adding more mapping (#26)
  • Update sync run mailer to trigger on failure only
  • Code climate reporter path not found
  • Update back button navigation on syncs configuration (#35)