Releases: Multiwoven/multiwoven
Releases · Multiwoven/multiwoven
Release v0.15.0
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
Release v0.14.0
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
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
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
Release v0.7.0
Release v0.6.0
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
Release v0.5.0
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
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
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)