-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
garotm edited this page Apr 9, 2025
·
2 revisions
Track updates across fleXRPL's Datadog deployment tools and Python libraries.
| Project | Version | Status | Release Date |
|---|---|---|---|
| Datadog Healthcheck Deployer | 0.1.0 | Pre-Release | 2024-03-11 |
| Datadog Monitor Deployer | 0.1.0 | Pre-Release | 2024-02-16 |
| Datadog Dashboard Deployer | 0.1.0 | Pre-Release | 2024-02-10 |
| GitHubAuthLib | 1.0.1 | Stable | 2024-01-28 |
Beta Release (0.1.0):
- Added multi-region deployment support
- Fixed template validation edge cases
- Improved error handling for DNS checks
Beta Release (0.1.0):
- Initial threshold-based monitor support
- Basic Slack/Teams alert integration
- Template version migration helper
Beta Release (0.1.0):
- Initial Dashboard creation and deployment
- Basic Slack/Teams alert integration
- Template version migration helper
Version 2.1.0 Highlights:
# New OAuth device flow support
from githubauthlib import DeviceFlow
flow = DeviceFlow(client_id="flexrpl_ci")
flow.initiate()- Added MFA bypass for CI/CD systems
- Reduced JWT token overhead by 40%
- Security: Rotated signing keys (2024-03-15)
We follow semantic versioning (SemVer 2.0):
- Major (X.0.0): Breaking changes
- Minor (1.X.0): Backwards-compatible features
- Patch (1.0.X): Bug/security fixes
graph LR
A[New Release] --> B{Major Change?}
B -->|Yes| C[Increment Major]
B -->|No| D{New Features?}
D -->|Yes| E[Increment Minor]
D -->|No| F[Increment Patch]
| Version | Status | Support Ends |
|---|---|---|
| ≥2.0.0 | Active | 2028-03-31 |
| 1.x.x | Security Only | 2025-12-31 |
| ≤0.9.x | EOL | 2026-06-30 |
← Back to Documentation |
View All PyPI Releases |
Report Version Issue
Home | Documentation | Contributing | Support
Terms • Privacy • Security • Releases
© 2025 fleXRPL. All rights reserved. | Built with ❤️ by fleXRPL Team