Releases: rtdip/core
Releases · rtdip/core
v0.3.0
What's Changed
New Features
- Time Weighted Average API by @cching95 in #207
- Interpolation at Time Query Function and API by @cching95 in #244
Documentation
- Process Control Data Model by @GBBBAS in #234
- Added Time Zone logic to Documentation by @rodalynbarce in #236
Ingestion Framework
- Package Setup Update for Data Files by @GBBBAS in #206
- Performance Updates, Transformer and Destinations Updates by @GBBBAS in #215
- Delta Merge Destination Component by @GBBBAS in #220
- Fledge transformer Component by @JamesKnBr in #221
- Process Control Data Model to Delta by @GBBBAS in #225
- Rest API Destination Component by @GBBBAS in #223
- Hashicorp Vault Secret Component by @GBBBAS in #227
- Spark ADLS Gen2 Service Principal Connect Utility by @GBBBAS in #232
- Azure Key Vault Secret Component by @GBBBAS in #230
- SSIP PI Transformer Components by @GBBBAS in #233
- Delta Batch Updates by @GBBBAS in #238
- Union of Types for ADLS Gen 2 Credentials Parameter by @GBBBAS in #246
- Combine ChangeTypes for Merge of PCDM Data by @GBBBAS in #242
- Support 3.3.* Pyspark Versions by @GBBBAS in #251
Other Changes
- Performance Updates for Turbodbc and Databricks SQL Connector by @GBBBAS in #211
- Add Arrow support for Turbodbc by @GBBBAS in #212
- Turbodbc Performance Updates by @GBBBAS in #213
- Delta Table Creation using Pydantic Models for Column by @GBBBAS in #240
- Remove Duplicates from PCDM to Delta by @GBBBAS in #241
- Updates for AMI Meter Classes by @vbayon in #243
- Fix for Unioned Types on ACLs by @GBBBAS in #247
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
New Features
Bug Fixes
Documentation
- Removed repo structure from readme by @JamesKnBr in #180
- Documentation Updates by @GBBBAS in #202
Ingestion Framework
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Documentation
- Documentation Minor Updates by @JamesKnBr in #136
- Fix Mkdocs error for kafka source by @cching95 in #161
Ingestion Framework
- Delta Optimize and Vacuum by @GBBBAS in #140
- Spark Pipeline Execute and Deploy unit tests by @JamesKnBr in #142
- Add pipeline source IoT Hub and unit test by @rodalynbarce in #144
- Spark Source and Destination for Kafka by @cching95 in #158
- Added Kinesis source and destination by @rodalynbarce in #159
- OPC UA And Process Control Data Model Transformers by @GBBBAS in #162
Other Changes
- Added target to pull_request in pr workflow by @rodalynbarce in #153
- AMI Meter Data Model by @vbayon in #126
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Bug Fixes
- Fix for docker build error by @GBBBAS in #114
- Fix for docker build by @GBBBAS in #115
- Time weighted average bug fix by @cching95 in #120
Other Changes
- Documentation: Add Releases Feed to Docs Release page by @GBBBAS in #69
- Documentation: Update Packages and Doc Logos by @GBBBAS in #76
- Documentation: Fix Logo Alignment by @GBBBAS in #78
- Pipelines: Upgrade dbx by @GBBBAS in #79
- Pipelines: add spark session by @cching95 in #80
- Pipelines: Add Pipelines as Extras libraries to setup by @GBBBAS in #82
- Pipelines: Spark pipeline source Event hub and destination Event hub by @cching95 in #83
- Pipelines: Spark pipeline Source and Destination Delta Components by @rodalynbarce in #84
- Pipelines: Added Source Delta Sharing component with docs by @JamesKnBr in #85
- Pipelines: Unit Tests for sources by @cching95 in #88
- Pipelines: Add Transformer Eventhub body transformer by @cching95 in #89
- Pipelines: Added pipeline source autoloader and unit test by @rodalynbarce in #93
- Pipelines: Pipeline Executor by @GBBBAS in #95
- Pipelines: Delta Table Create Utility by @GBBBAS in #97
- Pipelines: Pipeline Deployment by @GBBBAS in #102
- Pipelines: Pipeline Deployment Updates by @GBBBAS in #103
- Pipelines: Updates for Pipeline Deployment by @GBBBAS in #104
- Pipelines: Unit test for spark pipeline eventhub destination by @cching95 in #105
- Pipelines: Dependency Injector on Pipeline Execute by @GBBBAS in #106
- Pipelines: Unit tests for source and destination streams by @cching95 in #108
- Pipelines: Pipeline Deployments and Pipeline Secrets by @GBBBAS in #111
- Pipelines: Added fails tests to pipeline sources by @JamesKnBr in #112
- Containers: Dockerfile refactor by @GBBBAS in #116
- Pipelines: Pipeline Secrets, Converters and Deployment Updates by @GBBBAS in #119
New Contributors
- @rodalynbarce made their first contribution in #84
- @JamesKnBr made their first contribution in #85
Full Changelog: https://github.com/rtdip/core/commits/v0.2.0
v0.2.0-beta.1
What's Changed
Bug Fixes
- Hotfix to remove print statement in twa function by @cching95 in #99
- Fix for docker build error by @GBBBAS in #114
- Fix for docker build by @GBBBAS in #115
- time weighted average bug fix by @cching95 in #120
Ingestion Framework
- Spark pipeline source Event hub and destination Event hub by @cching95 in #83
- Spark pipeline source delta and destination delta by @rodalynbarce in #84
- Added delta sharing with docs by @JamesKnBr in #85
- Unit Tests for sources by @cching95 in #88
- Added pipeline source autoloader and unit test by @rodalynbarce in #93
- Pipeline Executor by @GBBBAS in #95
- Delta Table Create Utility by @GBBBAS in #97
- Upgrade dbx by @GBBBAS in #79
- add spark session by @cching95 in #80
- Add Pipelines as Extras libraries to setup by @GBBBAS in #82
- Add pipeline eventhub body transformer by @cching95 in #89
- Pipeline Deployment by @GBBBAS in #102
- Pipeline Deployment Updates by @GBBBAS in #103
- Updates for Pipeline Deployment by @GBBBAS in #104
- Unit test for spark pipeline eventhub destination by @cching95 in #105
- Dependency Injector on Pipeline Execute by @GBBBAS in #106
- Unit tests for source and destination streams by @cching95 in #108
- Pipeline Deployments and Pipeline Secrets by @GBBBAS in #111
- Added fails tests to pipeline sources by @JamesKnBr in #112
- Pipeline Secrets, Converters and Deployment Updates by @GBBBAS in #119
Documentation
- Add Releases Feed to Docs Release page by @GBBBAS in #69
- Update Packages and Doc Logos by @GBBBAS in #76
- Fix Logo Alignment by @GBBBAS in #78
Other Changes
New Contributors
- @rodalynbarce made their first contribution in #84
- @JamesKnBr made their first contribution in #85
Full Changelog: v0.1.6...v0.2.0
v0.1.6
v0.1.5
v0.1.4
What's Changed
Bug Fixes
- Removal of packaging legacy version dependency by @NooraKubati in #57
Other Changes
- Update tests for multiple versions of Python by @GBBBAS in #40
- Roadmap 2023 by @GBBBAS in #45
- v0.1.4 by @GBBBAS in #46
- updated devcontainer.json by @cching95 in #50
- fix spelling error in releases document by @cching95 in #53
- v0.1.4 #2 by @NooraKubati in #58
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
Other Changes
- Add CNAME file to docs for custom domain www.rtdip.io by @GBBBAS in #34
- API for Time weighted average by @cching95 in #29
- Upgrade Python to 3.11 by @GBBBAS in #36
- v0.1.3 by @NooraKubati in #38
New Contributors
- @cching95 made their first contribution in #29
- @NooraKubati made their first contribution in #38
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
New Features
Other Changes
- Add Mamba for Conda Installation by @GBBBAS in #15
- Update to Micromamba Config in Github Actions by @GBBBAS in #22
- Change to Micromamba Config by @GBBBAS in #23
- Update scopes and remove Static App Configuration by @GBBBAS in #20
- Add badges to Readme by @GBBBAS in #17
- Add VSCode devcontainer by @GBBBAS in #25
- Update to prerelease of docker containers by @GBBBAS in #28
- Add RTDIP LF Energy logos by @GBBBAS in #31
- v0.1.2 by @Amber-Rigg in #32
New Contributors
- @Amber-Rigg made their first contribution in #32
Full Changelog: v0.1.1...v0.1.2