Releases: nodestream-proj/nodestream
Releases · nodestream-proj/nodestream
0.8.5
What's Changed
- Added a hint message when you are not passing a valid pipeline to run by @zprobst in #110
- Release 0.8.4 by @zprobst in #111
- fix athena extractor data conversion by @grantleehoffman in #112
Full Changelog: 0.8.4...0.8.5
0.8.4
What's Changed
- Add e2e Tests for Neo4j Database Integration by @zprobst in #106
- Add Error message when loading class that is not a Step by @zprobst in #105
- Prevent invalid related nodes from being passed to the Database by @zprobst in #104
- Send session args to boto3, not botocore by @zprobst in #108
- Provide Default Type Conversion in Athena to Leave Value Untouched by @zprobst in #109
Full Changelog: 0.8.2...0.8.4
0.8.3
What's Changed
- Release 0.8.2 by @zprobst in #101
- Change to Apache 2.0 by @zprobst in #102
- Add e2e Tests for Neo4j Database Integration by @zprobst in #106
- Add Error message when loading class that is not a Step by @zprobst in #105
- Prevent invalid related nodes from being passed to the Database by @zprobst in #104
- Send session args to boto3, not botocore by @zprobst in #108
Full Changelog: 0.8.2...0.8.3
0.8.2
0.8.1
What's Changed
- Release 0.8.0 by @grantleehoffman in #92
- add config in initialization by @grantleehoffman in #93
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- Release 0.7.2 by @zprobst in #84
- Add a Neo4j Extractor by @zprobst in #87
- Actually execute TTL delete operations by @zprobst in #86
- Updated to include archive functionality by @ccloes in #38
- Document Ingestion Hooks by @zprobst in #88
- Fix incorrect filtering logic by @zprobst in #89
- Yield files in order in
FileExtractor
by @zprobst in #91 - Config by @grantleehoffman in #90
New Contributors
Full Changelog: 0.7.2...0.8.0
0.7.1 - hotfix release
What's Changed
- Allow environment variables to be unset and default to None by @zprobst in #80
- When no annotations are set, all steps should be loaded by @zprobst in #81
Full Changelog: v0.7.0...0.7.1
v0.7.0
What's New
- Add
uvloop
to improveasyncio
performance by @zprobst in #56 - Improve performance by buffering every
Step
in thePipeline
by @zprobst in #50 and #78
Fixes
- fix: Transformers that return multiple items are not properly handled by @zprobst in #74
- Respect the cardinality of
before_iteration
clauses in the interpreter by @zprobst in #73
Non-Feature Improvements
- Add a document explaining
asyncio
by @zprobst in #57 - Add
unit
test harness for argument resolvers by @zprobst in #71 - test file resolvers by @grantleehoffman in #72
- Add Schema Generation tests and additional Integration test by @zprobst in #51
Full Changelog: 0.6.1...v0.7.0
0.6.1
0.6.0
What's Changed
- Allow Switch Interpretation to Apply Many Interpretations In Each Branch by @zprobst in #48
- Fix typo in interpreter docs by @zprobst in #53
- Add
RemoteFileExtractor
for loading data from HTTP URLs by @zprobst in #54 - Refactor: Introduce Database Connectors Concept by @zprobst in #52
- Create test_graph_schema_extraction.py by @AGhafaryy in #62
- Add
SimpleAPIExtractor
by @zprobst in #58 - Add
Project#get_snapshot_for
API by @zprobst in #60 - Add
RegexValueProvider
by @zprobst in #55 - Update init.py by @AGhafaryy in #63
- Updated files with .patch file by @AGhafaryy in #64
- Remove failing and obsolete test by @zprobst in #65
- fix is_plugin plugin class evaluation by @grantleehoffman in #66
- Add Better Versioning by @zprobst in #61
New Contributors
- @AGhafaryy made their first contribution in #62
Full Changelog: v0.5.0...0.6.0