Skip to content

Releases: mongodb-ps/ce-mongo-x-ray

v1.2.0

26 Nov 21:12
7e6535d

Choose a tag to compare

  • A bunch of refactoring to health check module, which allows adding unit tests.
  • Unit tests added for each test rule.
  • Release in PyPi.

What's Changed

Full Changelog: v1.1.3...v1.2.0

What's Changed

Full Changelog: v1.1.3...v1.2.0

What's Changed

Full Changelog: v1.1.3...v1.2.0

v1.1.3

21 Nov 23:04
a172242

Choose a tag to compare

  • Use a improved way to draw charts for HC.
  • Added new charts for HC.
  • Improved some existing HC charts.

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

12 Nov 11:14

Choose a tag to compare

  • Implement CodeQL recommendations.
  • Some other bug fixes.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Nov 14:53

Choose a tag to compare

  • Add unit tests
  • Fix bugs found by unit tests.
  • Auto build executables when release.

What's Changed

  • chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #23
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #25
  • chore(deps): bump tomli from 2.2.1 to 2.3.0 by @dependabot[bot] in #27
  • chore(deps): bump flake8 from 7.1.1 to 7.3.0 by @dependabot[bot] in #37
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #24
  • chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #26
  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #28
  • chore(deps): bump markdown from 3.8.2 to 3.9 by @dependabot[bot] in #30
  • chore(deps): bump bitsandbytes from 0.42.0 to 0.48.2 by @dependabot[bot] in #29
  • chore(deps): bump pyinstaller-hooks-contrib from 2025.7 to 2025.9 by @dependabot[bot] in #31
  • chore(deps): bump black from 25.1.0 to 25.9.0 by @dependabot[bot] in #32
  • chore(deps): bump pydantic from 2.12.2 to 2.12.4 by @dependabot[bot] in #36
  • chore(deps): bump regex from 2025.10.23 to 2025.11.3 by @dependabot[bot] in #35
  • chore(deps): bump psutil from 7.1.2 to 7.1.3 by @dependabot[bot] in #34
  • chore(deps): bump pydantic-core from 2.41.4 to 2.41.5 by @dependabot[bot] in #33

New Contributors

Full Changelog: v1.1...v1.1.1

v1.1 Support Log Analysis

04 Nov 15:01

Choose a tag to compare

Support MongoDB log analysis. The following information is extracted from the log:

  • ClientMetaItem: List clients that connect to the server. Identify out-dated drivers.
  • ConnectionRateItem: List connections created/ended per minute. As well as total connections.
  • InfoItem: Whatever basic information of the cluster we can find. Including:
    • 20721: Process Details
    • 20722: Node is a member of a replica set
    • 5853300: current featureCompatibilityVersion value
    • 23403: Build Info
    • 51765: Operating System
    • 21951: Options set by command line
    • 4913010: Certificate information
    • 4615611: MongoDB starting
  • SlowChartItem: Visualize slow queries over time.
  • SlowRateItem: Slow queries per minute.
  • StateTraceItem: Trace the member state change.
  • TopSlowItem: Top slow query patterns.
  • WEFItem: Warning/Error/Fatal logs deduplicated by log id.