@@ -27,28 +27,27 @@ Modernizing our logging capabilities to align with .NET practices and improve de
27
27
28
28
- [ ] Logger buffer implementation
29
29
- [ ] New .NET-friendly API design (Serilog-like patterns)
30
- - [ ] Correlation ID support via decorator/middleware
31
- - [ ] JMESPath expression support
32
- - [ ] RFC: Documentation for SDK context.Logger vs Powertools Logger differences
30
+ - [ ] Filtering and JMESPath expression support
31
+ - [ ] Documentation for SDK context.Logger vs Powertools Logger differences
33
32
34
33
#### Metrics V2
35
34
36
35
Updating metrics implementation to support latest EMF specifications and improve performance.
37
36
38
37
- [ ] Update to latest EMF specifications
39
- - [ ] Breaking changes implementation
40
- - [ ] Performance optimizations
41
- - [ ] API updates
38
+ - [ ] Breaking changes implementation for multiple dimensions
39
+ - [ ] Add support for default dimensions on ColdStart metric
40
+ - [ ] API updates - missing functionality that is present in Python implementation (ie: flush_metrics)
42
41
43
42
### Security and Production Readiness (P1)
44
43
45
44
Ensuring enterprise-grade security and compatibility with latest .NET developments.
46
45
47
46
- [ ] .NET 10 support from day one
48
47
- [ ] Deprecation path for .NET 6
49
- - [ ] Security and best practices
50
48
- [ ] Scorecard implementation
51
- - [ ] Security compliance checks
49
+ - [ ] Security compliance checks on our pipeline
50
+ - [ ] All utilities with end-to-end tests in our pipeline
52
51
53
52
### Feature Parity and ASP.NET Support (P2)
54
53
0 commit comments