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
* Explicitly show no context set when using AR preloading
* Raise error when n1_bind_to received invalid arguments
* Refactor syntax and fix possible thread safe issue
* Fix context propagation when using n1_bind_to
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## [Unreleased]
2
+
3
+
- Fix a rare thread-safety issue for setting context
4
+
- Raise errors if `n1_bind_to` received unexpected arguments
5
+
- Fix context propagation to loaded objects when using `n1_bind_to`
6
+
1
7
## [2.2.0] - 2026/03/16
2
8
3
9
- Support both identity and equality comparison in `Loader#for`. Identity lookup (via `object_id`) is tried first, with equality lookup as a fallback. Thanks [Alfonso Uceda](https://github.com/AlfonsoUceda) for reporting the issue!
0 commit comments