Releases: Swiple/swiple
Releases · Swiple/swiple
v1.0.0
What's Changed
- remove dependency on rabbitmq by @KentonParton in #86
- [FEATURE] implement scheduling by @KentonParton in #4
- [FIX] dataset_id & datasource_id params not required for delete /schedules by @KentonParton in #6
- update data models and connection handling by @KentonParton in #7
- Abbreviate y-axis values in ExpectationHistory by @KentonParton in #8
- standardize endpoints by @KentonParton in #10
- feat: Add workflow to publish swiple-api and swiple-ui images to docker by @KentonParton in #9
- feat: add non-dev docker compose by @KentonParton in #11
- docs: update shareable slack link and add gtag by @KentonParton in #12
- update setup, reduce sample_data, size by @KentonParton in #13
- Improve modal overflow/scroll and update "mostly" to "objective" by @KentonParton in #14
- Add steps to QuickStart guide. by @KentonParton in #15
- Website features by @KentonParton in #16
- 📝 Complete Community Standards by @KentonParton in #17
- Use poetry by @KentonParton in #18
- Give first-interaction write access by @KentonParton in #24
- Package updates by @KentonParton in #27
- Bump terser from 5.12.1 to 5.14.2 in /docs by @KentonParton in #29
- Maintain tab state in URL by @KentonParton in #30
- Update config.py and settings.py to use .env file by @KentonParton in #31
- Show 'expectation' resultType results as 100% or 0% by @KentonParton in #33
- ✨ Show "COLUMN" on Dataset "Expectations" tab by @KentonParton in #34
- Propose a one-liner in the docs to generate the SECRET_KEY by @frankie567 in #37
- Update great-expectations 0.15.0 --> 0.15.21, enable concurrency by @KentonParton in #39
- Add env files by @KentonParton in #40
- Add AUTH_COOKIE_SECURE setting by @frankie567 in #36
- Add field type to improve encrypted secrets handling by @frankie567 in #38
- FIX: Set masked password to original password on updateDatasource by @KentonParton in #41
- Build docker images for multiple platforms by @KentonParton in #43
- Implement database abstraction by @frankie567 in #42
- Make datasource.description Optional by @KentonParton in #44
- Upgrade snowflake-sqlalchemy 1.4.0 -> 1.4.1 by @KentonParton in #45
- [Breaking] Validation model update by @KentonParton in #47
- Add AWS, GCP, & Azure Secrets Manager Support by @KentonParton in #46
- Exclude Expectation.documentation from inserted data by @KentonParton in #49
- Add alerting/notification support for Email, OpsGenie, Slack, MS Teams, PagerDuty by @KentonParton in #50
- Fix lint error by @KentonParton in #52
- [BUGFIX] Rollback from great-expectations V 0.15.24 to 0.15.21 by @KentonParton in #55
- Unit tests by @frankie567 in #48
- GitHub Workflow Improvements by @KentonParton in #53
- [BUGFIX] Include default client by @KentonParton in #56
- [DOCS] Documentation Updates by @KentonParton in #57
- [DOCS] Fix links by @KentonParton in #58
- Reduce docker image size by @KentonParton in #59
- Workflows Improvements by @KentonParton in #60
- Generate Repo Traffic History by @KentonParton in #61
- Append index.html to all incoming website request by @KentonParton in #62
- Improve support for production deployment by @KentonParton in #63
- Add support for BigQuery and VIEWS by @KentonParton in #65
- BigQuery fixes/improvements by @KentonParton in #66
- Add user admin panel by @KentonParton in #70
- Package version updates by @KentonParton in #71
- Add /api/v1/health endpoint by @KentonParton in #72
- Increase minimum scheduling period by @KentonParton in #73
- Integrate with opensearch-reindexer by @KentonParton in #74
- Integration tests by @KentonParton in #75
- Update ap scheduler by @KentonParton in #77
- Add Book a Swiple Cloud Demo to Website by @KentonParton in #78
- Website updates by @KentonParton in #81
- Add role_arn support for Athena datasource by @KentonParton in #82
- Add role_arn support in integration tests by @KentonParton in #83
- Forbid delete or update of admin user by @KentonParton in #84
- Celery distributed jobs by @KentonParton in #79
- Deploy versioned docker images by @KentonParton in #85
New Contributors
- @KentonParton made their first contribution in #4
- @frankie567 made their first contribution in #37
Full Changelog: https://github.com/Swiple/swiple/commits/1.0.0
v1.0.0-alpha
What's Changed
- [FEATURE] implement scheduling by @KentonParton in #4
- [FIX] dataset_id & datasource_id params not required for delete /schedules by @KentonParton in #6
- update data models and connection handling by @KentonParton in #7
- Abbreviate y-axis values in ExpectationHistory by @KentonParton in #8
- standardize endpoints by @KentonParton in #10
- feat: Add workflow to publish swiple-api and swiple-ui images to docker by @KentonParton in #9
- feat: add non-dev docker compose by @KentonParton in #11
- docs: update shareable slack link and add gtag by @KentonParton in #12
- update setup, reduce sample_data, size by @KentonParton in #13
- Improve modal overflow/scroll and update "mostly" to "objective" by @KentonParton in #14
- Add steps to QuickStart guide. by @KentonParton in #15
- Website features by @KentonParton in #16
- 📝 Complete Community Standards by @KentonParton in #17
- Use poetry by @KentonParton in #18
- Give first-interaction write access by @KentonParton in #24
- Package updates by @KentonParton in #27
- Bump terser from 5.12.1 to 5.14.2 in /docs by @KentonParton in #29
- Maintain tab state in URL by @KentonParton in #30
- Update config.py and settings.py to use .env file by @KentonParton in #31
- Show 'expectation' resultType results as 100% or 0% by @KentonParton in #33
- ✨ Show "COLUMN" on Dataset "Expectations" tab by @KentonParton in #34
- Propose a one-liner in the docs to generate the SECRET_KEY by @frankie567 in #37
- Update great-expectations 0.15.0 --> 0.15.21, enable concurrency by @KentonParton in #39
- Add env files by @KentonParton in #40
- Add AUTH_COOKIE_SECURE setting by @frankie567 in #36
- Add field type to improve encrypted secrets handling by @frankie567 in #38
- FIX: Set masked password to original password on updateDatasource by @KentonParton in #41
- Build docker images for multiple platforms by @KentonParton in #43
- Implement database abstraction by @frankie567 in #42
- Make datasource.description Optional by @KentonParton in #44
- Upgrade snowflake-sqlalchemy 1.4.0 -> 1.4.1 by @KentonParton in #45
- [Breaking] Validation model update by @KentonParton in #47
- Add AWS, GCP, & Azure Secrets Manager Support by @KentonParton in #46
- Exclude Expectation.documentation from inserted data by @KentonParton in #49
- Add alerting/notification support for Email, OpsGenie, Slack, MS Teams, PagerDuty by @KentonParton in #50
- Fix lint error by @KentonParton in #52
- [BUGFIX] Rollback from great-expectations V 0.15.24 to 0.15.21 by @KentonParton in #55
- Unit tests by @frankie567 in #48
- GitHub Workflow Improvements by @KentonParton in #53
- [BUGFIX] Include default client by @KentonParton in #56
- [DOCS] Documentation Updates by @KentonParton in #57
- [DOCS] Fix links by @KentonParton in #58
- Reduce docker image size by @KentonParton in #59
- Workflows Improvements by @KentonParton in #60
- Generate Repo Traffic History by @KentonParton in #61
- Append index.html to all incoming website request by @KentonParton in #62
- Improve support for production deployment by @KentonParton in #63
- Add support for BigQuery and VIEWS by @KentonParton in #65
- BigQuery fixes/improvements by @KentonParton in #66
- Add user admin panel by @KentonParton in #70
- Package version updates by @KentonParton in #71
- Add /api/v1/health endpoint by @KentonParton in #72
- Increase minimum scheduling period by @KentonParton in #73
- Integrate with opensearch-reindexer by @KentonParton in #74
- Integration tests by @KentonParton in #75
- Update ap scheduler by @KentonParton in #77
- Add Book a Swiple Cloud Demo to Website by @KentonParton in #78
- Website updates by @KentonParton in #81
- Add role_arn support for Athena datasource by @KentonParton in #82
- Add role_arn support in integration tests by @KentonParton in #83
- Forbid delete or update of admin user by @KentonParton in #84
- Celery distributed jobs by @KentonParton in #79
- Deploy versioned docker images by @KentonParton in #85
New Contributors
- @KentonParton made their first contribution in #4
- @frankie567 made their first contribution in #37
Full Changelog: https://github.com/Swiple/swiple/commits/1.0.0-alpha