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: GROK.md
+37-15Lines changed: 37 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,51 @@ This is a Python SDK/client library for the ProjectX Trading Platform Gateway AP
7
7
8
8
**Note**: Focus on toolkit development, not on creating trading strategies.
9
9
10
-
## Project Status: v2.0.4 - Async Architecture
10
+
## Project Status: v3.1.1 - Stable Production Release
11
11
12
-
**IMPORTANT**: This project has migrated to a fully asynchronous architecture as of v2.0.0. All APIs are now async-only with no backward compatibility to synchronous versions.
12
+
**IMPORTANT**: This project uses a fully asynchronous architecture. All APIs are async-only, optimized for high-performance futures trading.
13
13
14
14
## Development Phase Guidelines
15
15
16
-
**IMPORTANT**: This project is in active development. When making changes:
16
+
**IMPORTANT**: This project has reached stable production status. When making changes:
17
17
18
-
1.**No Backward Compatibility**: Do not maintain old implementations for compatibility
19
-
2.**Clean Code Priority**: Always refactor to the cleanest, most modern approach
20
-
3.**Remove Legacy Code**: Delete old logic when implementing improvements
21
-
4.**Breaking Changes Allowed**: Make breaking changes freely to improve architecture
22
-
5.**Modern Patterns**: Use the latest Python patterns and best practices
23
-
6.**Simplify Aggressively**: Remove complexity rather than adding compatibility layers
18
+
1.**Maintain Backward Compatibility**: Keep existing APIs functional with deprecation warnings
19
+
2.**Deprecation Policy**: Mark deprecated features with warnings, remove after 2 minor versions
0 commit comments