Nomirun CLI release notes
April 26th, 2025 - Version 1.5.3
- Migrated from JSON to YAML file format for modules and clusters files. Use
nomirun migrate-to-yaml
command before continuing.
- Better support for building and running modules and clusters in Unix environments like Linux and macOS
- Bug fixes
April 24th, 2025 - Version 1.5.2
- Bug fix when creating a new module
- Better support for debugging in Unix environments like Linux and macOS
- Module name now names template demo controller and gRPC service
April 23rd, 2025 - Version 1.5.1
- Fixed a case where a module file is not present after using the 1.5.0 CLI version
- External tool runner bug fix
- Updates Nomirun.SDK reference in the module template
April 23rd, 2025 - Version 1.5.0
- Support for Cross-module communication with in-memory or GRPC
- New cluster commands
nomirun cluster
for new
, add
, start
, stop
, add-host
, change-host
- New add module CLI command
nomirun module add
to add existing module to modules database
- New push module CLI command
nomirun module push
- View local modules CLI command
nomirun module view
- Pack modules command
nomirun host pack
removed.
- Start host command
nomirun host start
removed and replaced with nomirun cluster start
- Stop host command
nomirun host stop
removed and replaced with nomirun cluster stop
- Export-config command
nomirun host module export-config
removed and replaced with nomirun cluster configure
- Swagger documentation command does not need a
--module-csproj
switch anymore.
- Debugging module command does not need a
--module-csproj
switch anymore.
- Building module command does not need a
--module-csproj
switch anymore.
- Bug fixes
April 17th, 2025 - Version 1.0.118
- Template dependency version fix
April 15th, 2025 - Version 1.0.117
April 14th, 2025 - Version 1.0.116
- Changed default logging options for Nomirun Host configuration generator
April 14th, 2025 - Version 1.0.115
April 10th, 2025 - Version 1.0.114
- Fixed build process in Visual Studio 2022+, Visual Studio code, and Jetbrains Rider
April 4th, 2025 - Version 1.0.113
- Support for generating Swagger documentation on controllers without
NomirunApiController
inheritance
- Supply module configuration JSON file content in generated
Readme.md
file
- Template improvements (added .editorconfig, user secrets GUID)
April 4th, 2025 - Version 1.0.112
- Updated Nomirun CLI initialization process with CUDA version selection
April 4th, 2025 - Version 1.0.111
- Fixed “Entry point was not defined.” error while loading AI model
- Other small improvements
April 2nd, 2025 - Version 1.0.110
- Enable GRPC ports automatically when debugging Nomirun modules
April 1st, 2025 - Version 1.0.109
- Support for non-TLS and TLS port listeners for HTTP, GRPC and Metrics on all relevant commands like
module new
, module build
, module start
, module export-config
, host pack
, host start
, host export-config
.
- Dependency updates
March 14th, 2025 - Version 1.0.108
March 5th, 2025 - Version 1.0.107
- Fixed an instance where module used new PORT in every debug session
- New SDK library
March 3rd, 2025 - Version 1.0.106
- Download of AI model and runtime files only when missing in the .nomirun folders
- Small bug fixes
February 21th, 2025 - Version 1.0.105
- Support to run Nomirun CLI on Ubuntu
- Small bug fixes
February 17th, 2025 - Version 1.0.104
February 12th, 2025 - Version 1.0.102
- Fixed a case where a PORT file not created correctly
- New builds of SDK libraries
February 12th, 2025 - Version 1.0.101
- Configuration for Azure KeyVault and Azure App Configuration services added
- Fixed logging and Swagger configuration generation for different needs
February 11th, 2025 - Version 1.0.100
- Copy and use swagger doc XML to the output folder
- Updated module template
February 8th 2025 - Version 1.0.99
- bundling multiple modules into the same host
- host can now run module with specified port, which id defined in module creation and used for debug run, standalone and docker run.
February 7th 2025 - Version 1.0.96
- added command to stop the module like
nomi module stop --module-name AccountService --version 1.0.0
- build,
create
, config
and run
now requires --Version
parameter to be specified
- when using
run
command with --type Container
the container name is generated that is specific for the module
February 1st 2025 - Version 1.0.95