File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
### Fixed
4
4
5
5
### Changed
6
- * ` verify_spark ` function now warns instead of raising assertion error if not using Spark v3.4.0 or greater
6
+
7
7
### Added
8
8
9
+ ## v0.5.2
10
+
11
+ ### Changed
12
+ * ` verify_spark ` function now warns instead of raising assertion error if not using Spark v3.4.0 or greater
13
+
9
14
## v0.5.1
10
15
11
16
### Fixed
12
17
* fix ` build_relationship ` function where serial relationship loading was loading in parallel
13
18
14
- ### Changed
15
-
16
- ### Added
17
-
18
19
## v0.5.0
19
20
20
21
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " neo4j-parallel-spark-loader"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
description = " Load relationships in parallel into Neo4j using Spark"
5
5
authors = [" Alex Gilmore" , " Nathan Smith" , " Mark Andrews" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments