Skip to main content

Release Notes | User Acceptance Testing

Enterprise Portal

Customers_940451468_96_dpi.jpg

2026-04-21 | 4.1 Portal

Refer to change ticket: CHANGE-14589 when speaking with a team member about this release.

Component

Current Version

New Version

Billing Service

N/A

4.1.7

Improvements

XOP-15143

Enabled queries for Billing Entities, Revenue Centers and date ranges with the following actions:

  • Add new GET Subscriptions endpoint (GET/billing/subscriptions) to support filtering by Billing Entity CaseSafe ID and Revenue Center CaseSafe ID

  • Query receives data from current_subscriptions and subscription_history document types

  • Response is grouped by Revenue Center, with each Revenue Center object including: revenue_center_casesafe_id; billing_entity_casesafe_id; name; store_number; platform; reference_id; subscriptions

  • Each object with subscriptions array includes: subscription_id subscription_type; name; current_status; enabled_date; disabled_date; was_active_during_period; period_overlap_days; source ; usage_stats ; sort_order_by_subscription_id

XOP-17360

Enhanced billing system by enabling pushing subscription updates with the following actions:

  • Expose POST/billing/subscriptions endpoint accepting JSON body with subscriptions array

  • Request body adheres to following schema for each object in subscriptions array: revenue_center_casesafe_id; billing_entity_casesafe_id; name; store_number; subscription_type; reference_id; platform; is_enabled; enabled_date; disabled_date

  • System determines internal subscription_id by matching input platform and subscription_type against stored Configuration Data

  • System identifies existing current documents by matching: billing_entity_casesafe_id (if unique) or revenue_center_casesafe_id (primary unique identifier)

  • If no match is found, create new document with document_type: current_subscriptions

XOP-20040, XOP-20166

Enabled POST/billing/configuration and GET/billing/configuration endpoints for creating/updating subscriptions.

XOP-20202

Set up new Bill Service repository with the following actions/configurations:

  • Enable deploying service to different stacks

  • Create database module to access MongoDB

  • Configure ACL library for endpoint authorization

  • Configure module to access application secrets stored in AWS Parameter Store

  • README.md file with development instructions

XOP-20852

Updated POST/subscriptions endpoint logic to include unique ID. Added new subscription_sort_order.

2026-04-14 | 4.1 Portal

Refer to change tickets: CHANGE-14638 and CHANGE-14686 when speaking with a team member about this release.

Component

Current Version

New Version

Log Reader API

4.1.1

4.1.3

Log Reader UI

4.1.3

4.1.7

Improvements

XOP-13741, XOP-21171

API, UI

XOP-21378

UI

Search results display accurately in Log Viewer.