Skip to content

Commit 13fd499

Browse files
authored
Update roadmap.md
1 parent fd583be commit 13fd499

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/roadmap.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,27 @@ Modernizing our logging capabilities to align with .NET practices and improve de
2727

2828
- [ ] Logger buffer implementation
2929
- [ ] 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
3332

3433
#### Metrics V2
3534

3635
Updating metrics implementation to support latest EMF specifications and improve performance.
3736

3837
- [ ] 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)
4241

4342
### Security and Production Readiness (P1)
4443

4544
Ensuring enterprise-grade security and compatibility with latest .NET developments.
4645

4746
- [ ] .NET 10 support from day one
4847
- [ ] Deprecation path for .NET 6
49-
- [ ] Security and best practices
5048
- [ ] Scorecard implementation
51-
- [ ] Security compliance checks
49+
- [ ] Security compliance checks on our pipeline
50+
- [ ] All utilities with end-to-end tests in our pipeline
5251

5352
### Feature Parity and ASP.NET Support (P2)
5453

0 commit comments

Comments
 (0)