Skip to content

Releases: cohorte/cohorte-platforms

1.3.0

08 Feb 11:54
Compare
Choose a tag to compare

Changes form the 1.2.1 to 1.3.0

  • New Feature

    • New ARM based Docker image
  • Improvements

    • Updating dependencies
      • Cohorte-Runtime from 1.1.0 to 1.2.0
      • Cohorte-Utilities from 1.0.9 to 1.0.19

1.2.0

10 Oct 16:01
Compare
Choose a tag to compare

Changes form 1.1.2 to 1.2.0

  • New Feature
    • New official Cohorte Docker image
    • Cohorte-Runtime : new Local Discovery
  • Improvements
    • Cohorte-Platform
      • having only one distribution of Cohorte for all platforms [#85]
      • controlling the used Python Interpreter version when having Java Isolates [#7]
    • Webadmin
      • supporting basic authentification
      • adding Herald Tab that shows the isolate accesses and directory content [#80]
      • implementing Logs Tab for Java isolates
      • adding "Composition" menu that shows the application's composition
      • several improvements on the dashboard page
    • Cohorte-Runtime
      • Adding Forker's HTTP Port to OSGi java framework properties
    • Cohorte-Herald
      • new multicast discovery paquets format
      • option to avoid discover local peers (of the same node)
    • Updating dependencies
      • Cohorte-Utilities from 1.0.4 to 1.0.6
      • Cohorte-Runtime from 1.0.3 to 1.1.0
      • Cohorte-Herald from 0.0.5 to 1.0.0
      • Pelix/iPOPO from 0.6.3 to 0.6.4
      • Apache Felix:
        • updated commons-logging from 1.1.1-0003-SNAPSHOT to 1.2
        • updated org.apache.felix.bundlerepository from 1.6.6 to 2.0.6
        • updated org.apache.felix.framework from 4.2.1 to 5.4.0
        • updated org.apache.felix.gogo.command from 0.12.0 to 0.16.0
        • updated org.apache.felix.gogo.runtime from 0.10.0 to 0.16.2
        • updated org.apache.felix.http.jetty from 2.2.1-SNAPSHOT to 3.2.0
        • added org.apache.felix.http.servlet-api 1.1.1
        • removed org.apache.servicemix.bundles.commons-httpclient 3.1
        • added org.apache.httpcomponents.httpclient 4.5.2
        • added org.apache.httpcomponents.httpcore 4.4.4
  • Bug Fix
    • Cohorte-Runtime

1.1.2

19 Apr 12:27
Compare
Choose a tag to compare
Consider COHORTE_BASE environment variable while running a node

1.1.0

07 Aug 08:01
Compare
Choose a tag to compare

Changes form the 1.0.0 to 1.1.0

** New Feature
* New "proxy" HTTP Service interface for each Node Composer [#34]
* New "debug" REST API [#33](Java is not yet supported)
* New "cohorte-update" shell command [#29]
* New "Activity log" tab on Webadmin that tracks Cohorte's isolates activity [#21]
* New "Composition" tab on Webadmin that shows the application's composition specification [#21]

** Improvements
* Move 'run.js' of a Cohorte Node to 'conf/run.js' [#11]
* Enhance 'cohorte-create-node' options [#39]
* Changing names of some of Node run configurations [#36]
* Changing Herald Messages format to include meta-data in content when transporting the message [cohorte-herald/issues#15]
* Webadmin is now accessible from /webadmin path and uses "debug" REST API to show detailed information about isolates
* Start cohorte node with console if and only if --console argument is given [#31]
* Updating dependencies versions [#14]
- Cohorte-Runtime 1.0.1
- Using iPOPO 0.6.2
- Using Cohorte-Utilities 1.0.3
- Using iPOJO 1.12.1
* Show the main isolate "cohorte.internals.forker" on webadmin [cohorte/cohorte-runtime#14]
* Set the default recomposition delay to 120 [#15]

** Bug Fix
* Fixing some stopping errors #35 (4)
* Fixing synchronisation problem: XMPP transport blocked on disconnected [isandlaTech/cohorte-herald/issues#14]
* Isolate is duplicated when another node is stopped [#16]

1.1.0-pre2

07 Jul 07:41
Compare
Choose a tag to compare
1.1.0-pre2 Pre-release
Pre-release

Bug fixes on Cohorte version 1.1.0-pre1 and compatibility with Cohorte 1.0.0.

1.1.0-pre1

19 Jun 14:39
Compare
Choose a tag to compare
1.1.0-pre1 Pre-release
Pre-release

Changes form the 1.0.0 to 1.1.0.pre1

Note: if you upgrade from 1.0.0 you should read REAME.md file to update your already created Cohorte Nodes (run configurations).

** New Feature
* New "proxy" HTTP Service interface for each Node Composer [#34]
* New "debug" REST API [#33]
* New "cohorte-update" shell command [#29]
* New "Activity log" tab on Webadmin that tracks Cohorte's isolates activity [#21]
* New "Composition" tab on Webadmin that shows the application's composition specification [#21]

** Improvements
* Move 'run.js' of a Cohorte Node to 'conf/run.js' [#11]
* Enhance 'cohorte-create-node' options [#39]
* Changing names of some of Node run configurations [#36]
* Changing Herald Messages format to include meta-data in content when transporting the message [cohorte-herald/issues#15]
* Webadmin is now accessible from /webadmin path and uses "debug" REST API to show detailed information about isolates
* Start cohorte node with console if and only if --console argument is given [#31]
* Updating dependencies versions [#14]
- Cohorte-Python 1.0.1.dev
- Using iPOPO 0.6.2
- Using Cohorte-Utilities 1.0.1
* Show the main isolate "cohorte.internals.forker" on webadmin [cohorte/cohorte-runtime#14]
* Set the default recomposition delay to 120 [#15]

** Bug Fix
* Fixing some stopping errors #35 (4)
* Fixing synchronisation problem: XMPP transport blocked on disconnected [isandlaTech/cohorte-herald/issues#14]
* Isolate is duplicated when another node is stopped [#16]

1.0.0

12 Mar 09:20
Compare
Choose a tag to compare

Cohorte Platform 1.0.0 release

Pre-release 1.0.0-pre1

05 Jan 09:15
Compare
Choose a tag to compare
Pre-release
Added required protections/arguments for IronPython

IronPython must be ran with its Frames feature enabled for Cohorte to run.