Skip to content

Changelog

2.0.525 (2026-01-22)

Tested With Binary Ninja Versions 5.2.8722
Collaboration API Version 11
License API Version 1

Changes

  • Complete rewrite of server deployment process
    • Installation now builds a config.env file
    • Other commands use that file instead of requiring CLI switches for configuration data
    • Installation now asks for an initial admin password
  • Included database upgraded from Postgres 14 to 17
  • Included object storage now provided by SeaweedFS
  • Included key-value storage now provided by Valkey instead of Redis
  • Updated all container images and dependencies
  • On-premises WARP service now included by default
  • Server can now function as an OAuth2 provider itself, in addition to using upstream providers for authenticaiton
  • Rootless Podman deployments on RHEL now have first-class support
  • Auto-managed "All Users" group now exists to refer to all active users
  • Backups and restores now stream contents out of containers by default instead of duplicating data
  • Added an installation switch to disable directio in Nginx for certain cloud deployments
  • Changed container names to align better with cloud deployment requirements
  • Added the ability to only update the manage_server binary, which can be used to automatically check for updates without pulling down entire container images
  • Installers are no longer baked directly into the image itself and can, instead, be supplied by admins by downloading them from the Binary Ninja Portal
  • Updated all documentation

Other Notes

Upgrading from 1.2.x to 2.0.x requires a full backup and restore of the Enterprise server. Please see the upgrade page for more information.

1.2.483 (2025-12-02)

Tested With Binary Ninja Versions 5.2.8722
Collaboration API Version 11
License API Version 1

Changes

  • Server API version is now 11
    • Added support for project file dependencies
    • Added support for searching across projects for files
  • Updated installers to 5.2.7822

1.2.437 (2025-11-18)

Tested With Binary Ninja Versions 5.2.8614
Collaboration API Version 10
License API Version 1

Changes

  • Fixed an issue with Chat and User Positions not being able to connect

1.2.431 (2025-11-13)

Tested With Binary Ninja Versions 5.2.8614
Collaboration API Version 10
License API Version 1

Changes

  • Updated version of included clients (5.2.8614)
  • Added scriptable way to change user passwords with manage_server (with --stdin flag)
  • Removed remaining vestigial support for deploying with docker-compose v1
  • Added initial support for Slack-specific webhooks
  • Added webhook filtering
  • Improved performance of Project File and Project Folder admin pages
  • Added the ability for users to supply their own CA certificates
  • Updated documentation theme
  • Added changelogs in documentation
  • Various other documentation improvements and fixes

1.2.418 (2025-11-07)

Tested With Binary Ninja Versions 5.1.8104
Collaboration API Version 10
License API Version 1

Changes

  • Updated included clients (5.1.8104)

1.2.359 (2025-07-24)

Tested With Binary Ninja Versions 5.1.8005
Collaboration API Version 10
License API Version 1

Changes

  • Updated included clients (5.1.8005)
  • Various documentation improvements and fixes
  • Fix warnings when deploying with docker compose v2
  • Various backend fixes

1.2.352 (2025-04-23)

Tested With Binary Ninja Versions 5.0.7290
Collaboration API Version 10
License API Version 1

Changes

  • Updated included clients (5.0.7290)
  • Fix docker compose warnings
  • Fix case where a user could get multiple licenses assigned to them at once for the same client
  • Fix error when a user is assigned multiple licenses for the same client
  • Update server upgrade documentation
  • Allow partial updates to projects and contained objects
  • Replace --redis-host and --redis-port with --redis-url option