The MSPro Boomi Collection
About
Boomi Console
Boomi Console
  • Boomi Console
    • What is ...
  • Installation & Setup
    • Download & Install
    • Setup a Workspace
    • Connect your Workspace
    • Test your Workspace
  • Commands
    • COMP - Components
      • GET
      • DOC
    • PACK - Packaged Components
      • PACK GET
      • PACK DOC
    • DEPLOY - Deployments
      • GET - Deployments and Packages
      • EXEC - Deploy components
        • Deployment from Repos
        • Promotion to Env
      • DELETE - Undeploy Components
    • WORKSPACE CONNECT
    • ACCOUNT INFO
    • Arguments
      • Common Arguments
        • The Set Argument in Detail
        • Query Filter
          • Start date or time span
        • Arguments in a file
        • Allow Multi
        • Component Resolution
      • COMP Arguments
        • COMP GET Arguments
        • COMP DOC Arguments
      • PACK Arguments
      • DEPLOY Arguments
        • DEPLOY GET Arguments
        • DEPLOY EXEC Arguments
        • DEPLOY DELETE Arguments
  • Use-Cases
    • Analyze deployed components
    • Components in a Folder
    • Deploy Components
    • Reveal a Process
    • Reveal an API Component
    • Deployed Components Overview
    • Deployment Task Document
    • Create a cSet.jsonc file
  • Library
    • Component Set
      • The Components Set JsonC file
        • Create a package file
      • Set File resolution
    • The Report Engine
      • Render DataSets
        • DataSet Base
        • Component Metadata DataSet
          • Component Metadata Header
          • Component Metadata
          • CompDataSet With Counts
        • Deployed Packages DataSet
        • Package Content DataSet
        • Map Markdown Dataset
      • Components
        • Deployable Components
        • Orphaned Components
    • The Workspace
      • Manage your workspace
      • Components Set Workspace
      • Workspace folders
      • The project database
    • Configuration files
      • Application Settings
      • Workspace configuration file
      • boomiConsole.user.json
    • How to...
      • Use Excel to view CSV files
      • Local metadata and caching
      • Getting help
      • Environments
      • How to get a Component's Id
    • Referenced Pages
      • Lists
      • Documentation Snapshots
  • Download and Release History
  • Help Text
    • Documentation Links
    • Target Path Resolution
    • GitHub Emojis
    • Packaged Component and Versions
    • Components and Versions
    • Component Hierarchy
    • Referenced Components
Powered by GitBook
On this page
  • Version History
  • 5.2.x
  • 5.1.3
  • 5.1.2
  • 5.1.0

Download and Release History

Last updated 3 months ago

  • win-x64 releases are: unzip and run - on Windows x64! All dependencies incl. Framework are included.

  • Portable releases are operating system and processor independent and they require on the target machine. For example, if you plan to use Boomi Console on a Mac or Linux machine.

Version History

5.2.x

  • cSet.jsonc files are also found relative to Workspace

  • cSet.jsoncrender template added

  • Fixing, fixing, fixing ...

  • net9.0

5.1.3

  • Fixed Templates to better support null-parameters

5.1.2

  • FIX: Issues with the right folder when using /OutDir

  • Removed default directories for Sets

5.1.0

Changes in the caching structure requires the cache DB to be deleted. Delete all bc.db.sqLite* files from your workspace. You will find one or three files!

  • FIX rendering with workspace local templates, that override the global ones.

  • FIX: The created readme.md is not always complete (race conditions).

  • Building summaries refactored

    • Process summaries based on templates (no longer hard-coded)

    • Set summaries based on templates

    • Summary templates use Markdown and Atom links

  • FIX: profile.db template

  • CHG: All templates improved

  • NEW: Support for Component Packages and Package Versions:

    • PACK GET, PACK DOC

    • Support for a dedicated Markdown directory

  • CHG: The immutable Versions have got their on top level folder: .Version

  • Performance improvements

5.0.x

5.0.3

  • NEW: App Settings support

  • Printing and Logging internal refactoring

  • FIX: Process UML template (end statement)

5.0.2

  • FIX: Workspace Templates

    • Packages -> Sets

    • Removed _Legacy

    • iPack.JsonC -> iSet.JsonC

  • FIX: boomiConsole.user.json does not exist, prevents connecting workspace, when using BC for the very first time.

  • FIX: Process UML

    • Process call UML supports multiple return paths

    • Better visualization for Goto statements

    • New color scheme

  • FIX: Infinite loop in UML when process description has text w/o space longer than 60 characters

  • NEW: Profile DB documentation uses template

5.0.0

  • Property support

  • Process Flow Diagrams

  • Markdown Documentation

4.4.0
  • Supports PackageVersion as Source

  • Documentation updated, images restores

  • New out folder structure

  • Map documentation

  • Reports improved

  • Support for plain XML output

4.2.0
  • Breaking Change Package getAction is no longer supported. Use getChildren="{None | Independent | Dependent | All} instead

  • Fixed: Set BC_EXE Environment variables are set only in PROD environment.

  • Template all DateSet contain a dataset element so that templaytes can check for the correct dataset (see Render DataSets):

<#if !dataset??>
	<#stop "dataset element is missing!">
<#elseif  dataset.name!="CompMetaDataSet"> 
	<#stop "Invalid dataset! Is the provided template compatible the with executed command?">
</#if>
4.1.5
  • Fixed: Package getAction not respected

4.1.4
  • Uses environment variables BC_DIR and BC_EXE

  • Initial Workspace and proivided batch files improved

  • FIX: Local directory Workspace\Templaesno longer required


Previous Releases

23 April Rel. 1

  • Fixed behaviour in case no /excludeFolders is provided.

23 January Rel. 2

  • /excludeFolder option renamed to /excludePath

  • When using /QueryFilter the excluded folders option is regarded. Components that are returned by the query (the query returns only component Ids) but whose directory is listed in the excluded directories are no longer queried and their metadata is no longer stored locally in the MetaDataCache. This saves a lot of time and it does not pollute the disk with components you don't want.

23 January Rel. 1

  • Uses NET 7

  • Deployment updated

Any comment suggestion or error report is welcome: Markus @ MarkusSchmidt.PRO

NEW: support

Improved

DOWNLOAD
.NET 8 Framework
AppSettings
setup