Skip to main content
Version: v2.3.4

Private Cloud v2.3.4 — Release Notes

  • Reverted the schema/config changes that had removed access to documentsData and DocumentIdInput.

Private Cloud v2.3.3 — Release Notes

  • Set proper container registry for es-ticker--as-elasticsearch

Private Cloud v2.3.2 — Release Notes

Major Improvements

  • Financial Data:
    • M&A Screener, Company Fundamentals, Funding Screener, and Canalyst Models bring financial data capabilities.
  • Snippet Explorer:
    • Snippet exploration and discovery tool for finding and working with relevant content excerpts across your transcripts has been redeployed.
  • Channel Checks
    • Updated Channel Checks templates to add all 170+ Channel Checks for users with access
  • Company Profile
    • Launched new company profile experience with structured data into this view(M&A history, Company Fundamentals, Funding data)
    • Company specific Workflow Agents like our Company Primer agent
    • Improved access to Industry Comps
  • GenSearch as the Homepage
    • The default landing page for AlphaSense interaction is now our Generative Search. Dive directly into GenAI analysis!

Additional Improvements

  • Update reference architecture to improve auto-scaling for search, image processing, and AI embedding services.
  • Improved compute resources scaling in order to handle load better.
  • Redis migration via Crossplane across 30+ services
  • ScyllaDB manager upgrade to 3.2.8, enabling seemless upgrade of scylladb data nodes in next release
  • Pod-level rate limiting for content processing.
  • Improved monitoring with mini-eos support in GCP.
  • Search Summary Page with enhanced modules and layout.
  • Ask in Doc / Multi Ask in Doc — ask questions directly about document content.
  • Fast GenSearch model upgrade for latency improvements
  • New Notification Delivery Service.
  • Drop the need for gpu-operator in GCP, use native cloud provider nvidia-device-plugin
  • Ticker indexer will sync entity metadata within 15min interval

Bug Fixes / Resolved Issues

  • Incorrect deep research answer link via email fixed.
  • Fixed Solr router NPE causing UI results mismatch, intermittent docSearch failures, cross-site query failures due to undefined schema fields, searchById fix for external users, frontend doc list missing.
  • Hybrid-search slowness resolved.
  • Selecting additional analyst no longer overrides previous selections.
  • Document export email source configuration.
  • Misconfigured liveness probe in content-enrichment service resolved.
  • GICS-industry data.
  • Team tags saving.
  • Onenote connector timeout in GCP.
  • Correct hostname for enterprise-brokers-api, fix Bank of America docs not loading for factset realtime user
  • saved-searches-user-update subscription in GCP may accumulate messages
  • document-export-ws and user-preferences-service no longer contact npm at boot
  • embed models to pb-sentiment container image, no longer download at boot
  • remove not needed cronjob after-24h login link reminder in graphql-activation
  • reference sender-smtp secret for email sender address in all applications

Upgrade note

  • Frontend feature flags:
    • kubectl -n applications edit configmap frontend-features-overrides and change the data
      features-overrides.json: |-
    {
    "genSearchV3": true,
    "assistantDocList": true,
    "genSearchMultiAskInDoc": true,
    "genSearchSourceFilter": true,
    "genSearchWatchlist": true,
    "descriptiveCitation": true,
    "genSearchDocSelector": true,
    "askInDocPrompts": true,
    "genSearchDeepResearch": true,
    "citationController": true,
    "genSearchHome": true,
    "focusMode": true,
    "workspaces": true,
    "persistentHistoryPanel": true,
    "gqlSubscription": true,
    "knowledgeWorkflow": true,
    "enforceThinkLonger": true,
    "enableUnlimitedRowsInGenGrid": true,
    "search2": true,
    "docViewerMicroApp": true,
    "allowBrokerDocuments": true,
    "impersonationV2": true,
    "enableChannelCheckPhase2": true,
    "CompanyProfileV2": true,
    "CompanyProfileV3": true,
    "CoProAIWorkflow": true,
    "CoProMandAData": true,
    "CoProShareholders": true,
    "CoProWorkforcePage": true,
    "verticalFilters": true,
    "enableSlideGeneration": true,
    "deepResearchSlideGeneration": true,
    "onboarding-genai": true,
    "disableFinancials": true,
    "CoProIntradayPricing": true,
    "gridSummarisation": true,
    "streamAid": true,
    "workflow-agents": true
    }
    • then restart frontend pods with kubectl -n applications rollout restart deploy frontend

Known errors

  • Several connectors not included in this release: Web Clipper, SharePoint, OneDrive, Notion, Google Drive, Evernote, EmailedIn, Egnyte, DropBox, Box, Amazon S3
  • Search doesn't return bookmarked docs or manually shared user docs with corresponding filters
  • The rms-bulk-activity-service may intermittently indicate liveness probe failures, even though the service is functioning as expected. This behavior is attributed to the current liveness probe configuration and does not reflect an actual service disruption.