Skip to main content
Version: 2.2.0

Changelog

@mssfoobar/rnr-app

2.2.4

Path Changes

  • d41cdb3: Fix security vulnerabilities
    • CVE-2025-61729
    • CVE-2025-47913
  • ff6a0ea: Add swagger-ui and configurable API context-path
    • ReplayMgr swagger-ui is serving at {baseURL}/swagger-ui/index.html#/
    • New env in ReplayMgr HTTP_CONTEXTPATH to set prefix path in API routes. Default to /

2.2.3

Path Changes

  • Multiple postgres client built images for schedulejob and dbop. Supported postgres client versions: 15, 16 & 17.

2.2.2

Path Changes

2.2.1

Path Changes

2.2.0

Minor Changes

Patch Changes

2.1.4

What's Changed

2.1.3

What's Changed

  • Fix MsgOp hang

2.1.2

Patch Change

  • bd15c3c: Upgrade postgres-client version in DbOp and ScheduleJob

2.1.1

Patch Change

  • 9cf25b2: TransformMsg module able to capture json map value table in RTUS

2.1.0

  • Record and Replay Enhancements
    • Pre-processing flow NATS message with Transform Message module
    • Combine all cronjobs in a new module Schedulejob
      • Backup Job
      • Cleanup Backup job
      • Cleanup TransformMsg data
    • Refactor bash script in DbOp module to application service.

1.5.0

What's Changed

Full Changelog: https://github.com/mssfoobar/ar2-rnr/compare/v1.4.0...v1.5.0

1.4.0

What's Changed

Full Changelog: https://github.com/mssfoobar/ar2-rnr/compare/v1.3.0...v1.4.0

1.3.0

What's Changed

Full Changelog: https://github.com/mssfoobar/ar2-rnr/compare/v1.2.0...v1.3.0

1.2.0

Summary

  • added versioning in rest API. (old API endpoint without version is still supported. will be deprecated in future releases) {baseUrl}/v1/...
  • support variable replay speed

What's Changed

Full Changelog: https://github.com/mssfoobar/ar2-rnr/compare/v1.1.0...v1.2.0

1.1.0

What's Changed

Full Changelog: https://github.com/mssfoobar/ar2-rnr/compare/v1.0.0...v1.1.0

1.0.0

What's Changed

Full Changelog: https://github.com/mssfoobar/ar2-rnr/commits/v1.0.0


@mssfoobar/rnr-web

2.3.6

Patch Changes

  • Update Node.js and dependency version to address security vulnerabilities
  • Migrate to latest web-base with SDS integration

2.3.5

Patch Changes

  • Fixed:
    • Prevent client connections from being re-initiated on terminating session.

2.3.4

Patch Changes

  • Changed:
    • Session ended no longer rewinds the time slider. Add a restart button for resetting replay.

2.3.3

Patch Changes

  • Update time format for session's description

2.3.2

Patch Changes

  • Changed:
    • Date time picker can choose which time field slot to display.
    • Add option to set 12/24h view for hour selection clock.
  • Fixed:
    • Seconds value still display on controller even when time picker's seconds field is disabled.

2.3.1

Patch Changes

  • Changed: Remove seconds field from playback controller.

2.3.0

Minor Changes

  • Add option to terminate current session from controller

2.2.5

Patch Changes

  • Add status check on system-time RTUS connection

2.2.4

Patch Changes

  • Fix the time picker not showing valid time range

2.2.3

Patch Changes

  • Fix controller not getting valid speed range on init

2.2.2

Patch Changes

  • Remove checking time difference

2.2.1

Patch Changes

  • Fix grammar issues

2.2.0

Minor Changes

  • Dispatch event on display_status change
  • Make children prop optional

2.1.3

Patch Changes

  • Fix controller not force invalidating on page remount

2.1.2

Patch Changes

  • Fix unable to get initial session data

2.1.1

Patch Changes

  • Refactor to request API through BFF instead of calling backend endpoint directly

2.1.0

Minor Changes

  • Controller now checks for current running session status before init

2.0.0

Major Changes

  • Force remount page on session changes

1.0.3

Patch Changes

  • Set Svelte version fixed at 5.30.2

1.0.2

Patch Changes

  • Fix RTUS connection not initiating when tenantId is updated

1.0.1

Patch Changes

  • Use environment value for timekeeper connection

1.0.0

Initial release - view the RNR docs for more information.

@mssfoobar/timekeeper

[1.1.1]

Patch Changes

[1.1.0]

Minor Changes


The following are our builds of NATS and Debezium with updated dependencies to address security vulnerabilities in older versions. They are functionally identical to the official releases. If the latest official builds suit your needs, you should use those instead.

NATS

2.11.4-aoh

docker pull ghcr.io/mssfoobar/rnr/nats:2.11.4-aoh

Debezium

3.3.1.Final-aoh

docker pull ghcr.io/mssfoobar/rnr/debezium-server:3.3.1.Final-aoh
  • Breaking change: If upgrading from Debezium 2.x, update debezium.source.snapshot.mode from never to no_data.