Releases: trufnetwork/adapters
Releases · trufnetwork/adapters
v0.2.0
What's Changed
- feat: adjust TN common task to new architecture by @williamrusdyputra in #157
- feat: insert records to multiple streams at once by @williamrusdyputra in #159
- feat: adjust TN block to new architecture by @williamrusdyputra in #161
- feat: adjust stream deploy flow with updated TN block by @williamrusdyputra in #163
- feat: adjust FMP flow with updated TN block by @williamrusdyputra in #166
- feat: adjust tests with updated TN block by @williamrusdyputra in #176
- feat: adjust examples to new TN block by @williamrusdyputra in #177
- feat: adjust Argentina adapter to new architecture by @williamrusdyputra in #179
- chore: empty result from no record instead of error by @MicBun in #180
- chore: merge feature branch into main by @MicBun in #182
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- feat(argentina): fetch SEPA data by @outerlook in #18
- feat(argentina): extract data from fetched files by @outerlook in #20
- feat(argentina): price aggregation functionality by @outerlook in #22
- feat(argentina): prepare data for TN by @outerlook in #23
- feat(argentina): ingest pipeline by @outerlook in #25
- chore: bump truf.network python sdk version by @MicBun in #34
- feat(argentina): get data from S3 bucket by @outerlook in #41
- chore: working examples flows by @outerlook in #45
- feat(argentina): Alternative models ingestion by @outerlook in #43
- feat: record handling with Unix timestamp support by @outerlook in #47
- chore(argentina): optional data provider by @outerlook in #49
- feat(tn_access): add batch insert methods for TN by @outerlook in #56
- chore: defaulted waiting for data insertion into false by @MicBun in #57
- chore(argentina): enhanced caching by @outerlook in #61
- feat(argentina): Extract preprocess phase of flow by @outerlook in #73
- feat(FMP): real time ingestion flow by @outerlook in #87
- chore(s3): read file from bucket by @outerlook in #89
- feat(fmp): add historical insert flow & tests by @outerlook in #97
- chore: deploy stream from given url by @MicBun in #96
- chore: argentina batch request & additional tests by @outerlook in #99
- feat: check deployed streams on insert by @outerlook in #101
- chore: bump prefect version to 3.2.1 by @MicBun in #103
- feat(adapter): deploy unix contract by @MicBun in #105
- fix: unable to insert data using helper contract by @MicBun in #104
- feat(tn_access): Add support for external created_at in record insertion by @outerlook in #108
- chore: correct function call from adapters by @outerlook in #110
- chore: serializeable deploy flow by @outerlook in #112
- feat(stream_deploy_flow): Add param for Unix stream deployment by @outerlook in #114
- fix: unable to deploy primitive stream by @MicBun in #117
- feat(deploy_flow): include batching mechanism to avoid threads error by @outerlook in #118
- chore(tests): ensure unix timestamp during insertion by @outerlook in #120
- chore(tn_access): Enhance network error handling and retry mechanism by @outerlook in #123
- feat(tn): Add retry mechanism to TrufNetwork tasks by @outerlook in #125
- feat: Add Deployment State Tracking Block by @outerlook in #126
- chore: retry the failed tasks by @MicBun in #127
- feat(fmp): handle null price from real time ingestion by @outerlook in #129
- chore: retry mechanism for database timeout tasks by @MicBun in #130
- feat(fmp): Deduplicate before insert by @outerlook in #133
- chore: retry on network error even without the 'dial' text by @MicBun in #136
- refactor(tn_access): Improve error handling and stream verification by @outerlook in #137
- chore: additional concurrency manager and remove argentina param by @outerlook in #139
- feat: stream filtering & fmp enhancements by @outerlook in #143
- fix: can't read records by @MicBun in #145
- feat(fmp): add ticker detail by @williamrusdyputra in #146
- fix: ticker detail nullable field by @williamrusdyputra in #148
- chore(fmp): add logs and correct get earliest date boolean by @outerlook in #150
- feat: Enhance de
8000
ploy_streams_flow with
DeploymentStateBlock
by @outerlook in #152 - feat(argentina): Save product-level averages during preprocessing by @outerlook in #153
- feat(argentina): Add product aggregation models and unit tests by @outerlook in #154
- feat(Argentina): per product insert & e2e test by @outerlook in #155
- feat(deployment): improve deploy workflow by @outerlook in #162
- fix(stream_deploy_flow): slow deployment by @outerlook in #168
- fix(stream_deploy_flow): filtered deployed streams are included by @outerlook in #170
- feat(argentina): parametrize filter_size by @outerlook in #171
- feat: Add
source_display_name
and stream init filtering by @outerlook in #172 - fix(Argentina): re-raise errors and specify data provider by @outerlook in #173
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- chore: pending updates & updated sdk reference by @outerlook in #9
New Contributors
- @outerlook made their first contribution in #9
Full Changelog: https://github.com/trufnetwork/adapters/commits/v0.1.0