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: docs/coming-soon.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -480,24 +480,6 @@ profile = await user.profile
480
480
481
481
---
482
482
483
-
## Documentation
484
-
485
-
### Version Information
486
-
487
-
**Status:** Missing
488
-
489
-
**Description:**
490
-
Many features are documented with notes like "Check your Ferro version" but there's no version changelog or feature matrix showing which features were added in which versions.
491
-
492
-
**Recommendation:**
493
-
Add version indicators to feature documentation:
494
-
```python
495
-
!!! info "Added in v0.2.0"
496
-
The `BackRef`type was introduced in version 0.2.0.
Copy file name to clipboardExpand all lines: docs/guide/database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,10 +169,10 @@ async def on_startup():
169
169
@app.on_event("shutdown")
170
170
asyncdefon_shutdown():
171
171
await shutdown()
172
+
```
172
173
173
174
!!! note "disconnect() Not Available"
174
175
The `disconnect()` function is not yet implemented. Connection cleanup happens automatically on process exit. See [Coming Soon](../coming-soon.md#disconnect) for more information.
0 commit comments