Skip to content

Releases: CJSCommonPlatform/event-store

17.101.5

16 Jan 17:44
Compare
Choose a tag to compare
17.101.5 Pre-release
Pre-release

[17.101.5] - 2025-01-16

Changed

  • Update microservice-framework to 17.101.6

Removed

  • Removed OWASP cross-site scripting check on html rest parameters introduced in microservice-framework release 17.6.1

17.101.4

09 Jan 17:34
Compare
Choose a tag to compare
17.101.4 Pre-release
Pre-release

[17.101.4] - 2025-01-09

Added

  • Add dependency for org.ow2.asm version 9.3 (through maven-common-bom)

Changed

  • Update microservice-framework to 17.101.5
  • Update framework-libraries to 17.101.2
  • Update maven-parent-pom to 17.101.0
  • Update postgresql.driver.version to 42.3.2 (through maven-parent-pom)
  • Update maven-common-bom to 17.101.1

Security

17.101.3

20 Dec 16:09
Compare
Choose a tag to compare

[17.101.3] - 2024-12-20

Changed

  • Bump microservice-framework to 17.101.4
  • Optimised SnapshotJdbcRepository queries to fetch only required data

Added

  • Expose prometheus metrics through /internal/metrics/prometheus endpoint
  • Provide timerRegistrar bean to register timer with metricsRegistry
  • Save aggregate snapshots asynchronously in the background when we have a large amount of event on a single stream. Default it 50000. This is configurable via JNDI var snapshot.background.saving.threshold
  • Add 'liquibase.analytics.enabled: false' to all liquibase.properties files to stop liquibase collecting anonymous analytics if we should ever upgrade to liquibase 4.30.0 or greater. Details can be found here: https://www.liquibase.com/blog/product-update-liquibase-now-collects-anonymous-usage-analytics

17.100.8

14 Dec 09:56
Compare
Choose a tag to compare

[17.100.8] - 2024-12-14

Fixed

  • Fixed error in RegenerateAggregateSnapshotBean where a closed java Stream was reused

17.101.2

03 Dec 13:42
Compare
Choose a tag to compare

[17.101.2] - 2024-12-03

Changed

  • Bump version to 17.101.0

Added

  • Expose prometheus metrics through /internal/metrics/prometheus endpoint
  • Provide timerRegistrar bean to register timer with metricsRegistry
  • Save aggregate snapshots asynchronously in the background when we have a large amount of event on a single stream. Default it 50000. This is configurable via JNDI var snapshot.background.saving.threshold
  • Add 'liquibase.analytics.enabled: false' to all liquibase.properties files to stop liquibase collecting anonymous analytics if we should ever upgrade to liquibase 4.30.0 or greater. Details can be found here: https://www.liquibase.com/blog/product-update-liquibase-now-collects-anonymous-usage-analytics

17.101.1

02 Dec 16:27
Compare
Choose a tag to compare

[17.101.1] - 2024-12-02

Changed

  • Bump version to 17.101.0

Added

  • Save aggregate snapshots asynchronously in the background when we have a large amount of event on a single stream. Default it 50000. This is configurable via JNDI var snapshot.background.saving.threshold
  • Add 'liquibase.analytics.enabled: false' to all liquibase.properties files to
    stop liquibase collecting anonymous analytics if we should ever upgrade to liquibase
    4.30.0 or greater. Details can be found here: https://www.liquibase.com/blog/product-update-liquibase-now-collects-anonymous-usage-analytics

17.100.7

27 Nov 15:38
Compare
Choose a tag to compare

[17.100.7] - 2024-11-27

Changed

  • Jmx MBean SystemCommanderMBean now only takes basic Java Objects to keep the JMX handling interoperable

Removed

  • Removed JmxCommandParameters and CommandRunMode from JMX SystemCommanderMBean call

17.100.6

27 Nov 13:16
Compare
Choose a tag to compare

[17.100.6] - 2024-11-27

Removed

  • Removed @mxbean annotation from Jmx interface class to change from MXBean to MBean

17.100.4

22 Nov 14:30
Compare
Choose a tag to compare

[17.100.4] - 2024-11-22

Fixed

  • Removed test classes erroneously included in framework-command-client.jar

Changed

  • Improved error messages printed whilst running framework-command-client.jar

17.100.3

14 Nov 15:54
Compare
Choose a tag to compare

[17.100.3] - 2024-11-14

Added

  • New column buffered_at on the stream_buffer tables to allow for monitoring of stuck stream_buffer events