Skip to content

Commit b3a5024

Browse files
committed
docs: add SupabaseLogger to swift-log migration to v3 plan
- Add Logging System Modernization to Phase 6 (Developer Experience) - Include breaking change: Drop SupabaseLogger in favor of swift-log dependency - Add tasks for updating all modules, configuration, and documentation - Update V3_CHANGELOG.md with breaking change and new features - Add modern logging system features to changelog This migration will standardize logging across the Swift ecosystem and improve developer experience with better logging integration.
1 parent fb33f66 commit b3a5024

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

V3_CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
#### Functions
4848
- **BREAKING**: Enhanced with Alamofire networking integration
4949

50+
#### Logging System
51+
- **BREAKING**: Drop SupabaseLogger in favor of `swift-log` dependency
52+
5053
### ✨ New Features
5154

5255
#### Infrastructure
@@ -96,6 +99,11 @@
9699
- [x] Improved response parsing
97100
- [x] Retry configuration and timeout support
98101

102+
#### Logging System
103+
- [ ] Modern logging system using `swift-log` dependency
104+
- [ ] Standardized logging across all modules
105+
- [ ] Better integration with Swift ecosystem logging tools
106+
99107
### 🛠️ Improvements
100108

101109
#### Developer Experience

V3_PLAN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ Current modules will be maintained:
109109
- [ ] Better error messages
110110
- [ ] Improved debugging information
111111

112+
- [ ] **Logging System Modernization** (Dependencies: Core API redesign complete)
113+
- [ ] **BREAKING**: Drop SupabaseLogger in favor of `swift-log` dependency
114+
- [ ] Update all modules to use swift-log Logger
115+
- [ ] Update configuration options to use swift-log
116+
- [ ] Update examples and documentation
117+
112118
- [x] **Documentation & Examples** (Dependencies: All API changes complete)
113119
- [x] Update all code examples with v3.0.0 features
114120
- [x] Create migration examples

0 commit comments

Comments
 (0)