Skip to content

Release Notes

garotm edited this page Apr 9, 2025 · 2 revisions

Release Notes

Track updates across fleXRPL's Datadog deployment tools and Python libraries.

Table of Contents

PyPI User GitHub Releases Downloads

Current Versions

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

Datadog Deployment Tools

Healthcheck Deployer

PyPI Version Deployments Downloads

Beta Release (0.1.0):

  • Added multi-region deployment support
  • Fixed template validation edge cases
  • Improved error handling for DNS checks

Monitor Deployer

PyPI Version Deployments Downloads

Beta Release (0.1.0):

  • Initial threshold-based monitor support
  • Basic Slack/Teams alert integration
  • Template version migration helper

Dashboard Deployer

PyPI Version Deployments Downloads

Beta Release (0.1.0):

  • Initial Dashboard creation and deployment
  • Basic Slack/Teams alert integration
  • Template version migration helper

Python Libraries

GitHubAuthLib

PyPI Version Deployments Downloads

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)

Versioning Policy

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]
Loading

Support Timeline

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

Clone this wiki locally