You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
History
3
3
=======
4
4
5
+
1.8.1 (2021-10-15) Minor updates to support model submission form development
6
+
------------------
7
+
8
+
* Added --model_repository option to the integration-service-manager CLI
9
+
* Preload models from the model repository into the service manager registry
10
+
* Added validation_command option to model schema that can be used to validate a run on completion via the 'validate' runner option
11
+
* Added dependencies and additional_dependencies options to model schema that can be used to specify packages that should be installed for a model
12
+
* Refactor registration to use constants to prevent failure on circular import and speed up import time
13
+
* Migrate constants into the constants module
14
+
* Fix various bugs introduced by updates to GHA images and dependencies by pinning or updating use (e.g. jsonschema, libroadrunner, mac version, R version)
15
+
5
16
1.8.0 (2021-09-15) Support for REST API based communicators, running integrations as services, and connecting to remote integration services
0 commit comments