Skip to content

Releases: orange-cloudfoundry/matomo-cf-service

REL-LOCK-LQB

09 Jun 13:13
Compare
Choose a tag to compare
REL-LOCK-LQB Pre-release
Pre-release
v0.10.0

Ready for version 0.9.0.

NEW_SHARED_PLAN

22 Oct 16:14
Compare
Choose a tag to compare
NEW_SHARED_PLAN Pre-release
Pre-release
  • provide a new shared plan (service instance are based on a unique Matomo server)
  • embed Matomo 3.14.1

MVNW_ADDED

27 May 15:31
Compare
Choose a tag to compare
MVNW_ADDED Pre-release
Pre-release
  • add support for mvnw
  • correct problems in param management

INST_BIND_PARAM

25 May 11:02
Compare
Choose a tag to compare
INST_BIND_PARAM Pre-release
Pre-release
  • Enhance initialisation of service (instance upgrade managed gracefully and upgrade is forced if version not present anymore)
  • Define broker meta-information for the parameters to be passed for instance creation/update or binding creation
  • Binary release of service bundled with Matomo 3.13.5

0.8 dev release

07 May 07:20
Compare
Choose a tag to compare
0.8 dev release Pre-release
Pre-release

dev release for adding a new shared plan.

CORRECTIONS+TESTS

14 Feb 16:34
Compare
Choose a tag to compare
CORRECTIONS+TESTS Pre-release
Pre-release

No new feature.
Correct some bugs.
Add a lot of tests: unit tests + integration tests.
Release packaged with Matomo 3.13.2.

BROKERAPI_NOVERS

08 Nov 16:01
Compare
Choose a tag to compare
BROKERAPI_NOVERS Pre-release
Pre-release

Disable the validation of the broker API version.

ASYNCINIT+TIMEOUT

06 Nov 20:18
Compare
Choose a tag to compare
ASYNCINIT+TIMEOUT Pre-release
Pre-release

No new features.
Transform initialization of service to be asynchronous.
Tune timeouts for long running tasks such as DB creations.

CLUSTER+SCALE

04 Nov 10:47
Compare
Choose a tag to compare
CLUSTER+SCALE Pre-release
Pre-release

This release add the following features:

  • support for Matomo cluster configuration for matomo-shared-db and dedicated-db plans
  • fix a 2 nodes cluster configuration for matomo-shared-db plan
  • allow an adjustable (at creation or update time) cluster configuration for dedicated-db plan (from 2 to 10 nodes)
  • allow memory size of cluster nodes to be adjusted (at creation or update time)
  • update documentation accordingly
  • release jar bundled with Matomo release 3.12.0

Be carefull that services used by Matomo CF service has all been renamed in order to have a better independence vs Matomo:

  • matomo-globshared-db -> mcfs-globshared-db
  • matomo-shared-db -> mcfs-shared-db
  • matomo-smtp -> mcfs-smtp

PLAN2+3_VERSUPGRADE

29 Oct 14:44
Compare
Choose a tag to compare
PLAN2+3_VERSUPGRADE Pre-release
Pre-release

This release adds the following features:

  • Spring actuators activated
  • 2 examples of how to use the service (a static Web site and a dynamic one)
  • support for connecting to an e_mail SMTP service
  • support for version upgrade for Matomo instances (e.g., moving from 3.10.0 to 3.11.0)
  • support for to new plans (prod for low traffic and prod for high traffic/with independent DB)
  • Matomo 3.12.0 embedded with associated JAR