You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
- Add support for Bolt 5.8 (home database resolution cache)
26
26
- Includes an optimization where the driver uses a home/default database cache to perform optimistic routing under certain circumstances, saving a full round trip. See the [PR description](https://github.com/robsdedude/neo4j-rust-driver/pull/28) for more details.
27
27
28
-
**🔧 Fixes**
28
+
**🔧️ Fixes**
29
29
- Rework `neo4j::value::graph::Path`
30
30
-`Path`s now properly validate data received from the server (as documented)
31
31
- ⚠️ The return type of `Path::traverse()` was changed to reflect that paths with only one node and no relationships exist.
@@ -45,8 +45,8 @@
45
45
- Introduce `neo4j::driver::Conifg::with_keep_alive()` and `without_keep_alive()`.
46
46
47
47
**👏️ Improvements**
48
-
- ⚠️ ️️Bump`chrono-tz` from `0.8` to `0.9` (types of this crate are exposed through the driver's API).
49
-
- ⚠️ ️️Bump`rustls` from `0.22` to `0.23`:
48
+
- ⚠️ Bump`chrono-tz` from `0.8` to `0.9` (types of this crate are exposed through the driver's API).
49
+
- ⚠️ Bump`rustls` from `0.22` to `0.23`:
50
50
- types of this crate are exposed through the driver's API
51
51
- other breaking changes (e.g., new build requirements).
52
52
See [rustls' changelog](https://github.com/rustls/rustls/releases/tag/v%2F0.23.0) for more details.
@@ -66,7 +66,7 @@
66
66
67
67
## 0.0.2
68
68
***
69
-
**👏 Improvements**
69
+
**👏️ Improvements**
70
70
- Impl `FromStr` for `neo4j::driver::ConnectionConfig` (besides `TryFrom<&str>`).
0 commit comments