Skip to content

Commit

Permalink
PTL-1710: RELEASE NOTES FOR 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhendry committed Dec 4, 2024
1 parent 7897d64 commit c9704ff
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/004_release-notes/001_platform/8/8.1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ id: '8.1'
- Bump sshdVersion from 2.13.0 to 2.13.1 in /genesis-conventions
- Change org.furyio for org.apache.fury and bump to 0.5.1 in /genesis-conventions

### Patch Releases
### Patch releases

#### 8.1.11
- ResourceDaemon: Fix Dependency Injection initialisation on startup
Expand Down
2 changes: 1 addition & 1 deletion docs/004_release-notes/001_platform/8/8.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ id: '8.2'
- Bump testcontainersVersion from 1.19.8 to 1.20.0 in /genesis-conventions
- Downgrading H2 to 2.2.224 due to different behavior on GetRange operations and indices

### Patch Releases
### Patch releases

#### 8.2.7

Expand Down
2 changes: 1 addition & 1 deletion docs/004_release-notes/001_platform/8/8.3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ id: '8.3'
- Bump testcontainersVersion from 1.20.0 to 1.20.1 in /genesis-conventions
- downgrading H2 to 2.2.224 due different behavior on GetRange operations and indices

### Patch Releases
### Patch releases

#### 8.3.2

Expand Down
2 changes: 1 addition & 1 deletion docs/004_release-notes/001_platform/8/8.4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ id: '8.4'
* Bump slf4jVersion from 2.0.13 to 2.0.16 in /genesis-conventions
* Bump sshdVersion from 2.13.1 to 2.13.2 in /genesis-conventions

### Patch Releases
### Patch releases

#### 8.4.5

Expand Down
2 changes: 1 addition & 1 deletion docs/004_release-notes/001_platform/8/8.5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ id: '8.5'
- Bump pekkoVersion from 1.0.3 to 1.1.1 in /genesis-conventions
- Bump testcontainersVersion from 1.20.1 to 1.20.2 in /genesis-conventions

### Patch Releases
### Patch releases

#### 8.5.4

Expand Down
122 changes: 122 additions & 0 deletions docs/004_release-notes/001_platform/8/8.6.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
---
title: '8.6'
sidebar_label: '8.6'
sidebar_position: 14
id: '8.6'
---

## Server

### Features

- (packagescan): Add support for storing multiple packages in a single file
- (streamer/streamerclient): Streamer and Streamerclient: Add support for `inject()` method in GPAL context
- Add "derivedFieldWithUserName" support to dataservers and req/reps
- Add clientName gradle property to allow for custom site specific folders
- Allow lambdas for withInput expressions to be assigned and reused
- Allow project structure to scan sub-folders for scripts and configs
- Consul: Migrate from com.orbitz.consul:consul-client to org.kiwiproject:consul-client
- Create script to generate CSV from excel data
- Remap should also consider data present at testData/data folder when --dataLoad is set
- Support multibinding
- Added support for camel Idempotent repositories in data pipelines
- Allows for alternative tables names to be passed to SendIt
- Configurable update frequency and caching for Db cluster strategy
- Expose columnSeparator and quoteChar to csvDecoder operator
- Print additional statement to system.log if killProcess ends up calling 'kill -9' after the waiting grace period expires
- Support multiple process profiles in ProjectOverviewBuilderTask
- Update dictionary builder to use new table format and more

### Fixes

- pal-dataserver: Indices on DOUBLE fields are now correctly sorted correctly in LMDB
- Add custom deserializer for Field to ignore originalName
- DictionaryBuilder: fix table metadata read operation and ensure field/table names don't have a double '_'
- Disable copyDependencies task in genesis-openapi-codegen and improve publish-plugin-config configuration to ensure no plugin modules ever run copyDependencies task
- Ensure classpath jars are deleted before rewriting so genesisInstall does not fail
- Ensure only generated jars are added to process classpath when using WriteClasspathToManifest
- Ensure parentheses are preserved when parsing evaluator expressions to JSON
- ExcelDataToCSV. allow better user.dir setup, running with no arg and running on a dir
- Fixed an issue in Remap for Oracle DB where foreign keys would be violated for auto increment columns
- Cluster manager not bound when running GenesisRun and other scripts that user ServiceModule
- Correct bug in enum handling
- Correct mapping of dates in ExcelDataToCsv
- dbSink should apply operations in batches
- Deprecate isAcid property and remove usage
- Don't reference constraints in alter column size statements
- Ensure groovy compilation exceptions are handled
- Fixes websockets for the docker default nginx config
- Re-add standard help options to DictionaryBuilder
- Regression - settings plugin not properly handling OS specific paths while discovering resources
- Regression on view generation when empty blocks are used in derived fields
- Remove explicit toString call on ClusterMessage debug line
- Removed duplicate error log messages
- Support number enum values
- Tidy up logging in tests
- When DATE and DATETIME fields have default values

### Dependency changes

- (deps): attempt to pin jackson to 2.17.2 via bom declaration
- Bump aeronVersion from 1.46.2 to 1.46.5 in /genesis-conventions
- Bump aeronVersion from 1.46.5 to 1.46.6 in /genesis-conventions
- Bump aeronVersion from 1.46.6 to 1.46.7 in /genesis-conventions
- Bump byteBuddyVersion from 1.15.3 to 1.15.5 in /genesis-conventions
- Bump byteBuddyVersion from 1.15.5 to 1.15.7 in /genesis-conventions
- Bump byteBuddyVersion from 1.15.7 to 1.15.10 in /genesis-conventions
- Bump com.avast.gradle:gradle-docker-compose-plugin from 0.17.8 to 0.17.9 in /genesis-subcore/deploy-gradle-plugin by @dependabot in https://github.com/genesislcap/genesis-server/pull/3376
- Bump com.avast.gradle:gradle-docker-compose-plugin from 0.17.9 to 0.17.10 in /genesis-subcore/deploy-gradle-plugin by @dependabot in https://github.com/genesislcap/genesis-server/pull/3400
- Bump com.esotericsoftware:kryo from 5.6.0 to 5.6.2 in /genesis-conventions
- Bump com.github.oshi:oshi-core from 6.6.4 to 6.6.5 in /genesis-conventions
- Bump com.google.errorprone:error_prone_annotations from 2.33.0 to 2.34.0 in /genesis-conventions
- Bump com.google.errorprone:error_prone_annotations from 2.34.0 to 2.35.1 in /genesis-conventions
- Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre in /genesis-conventions
- Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.28.2 in /genesis-conventions
- Bump com.google.protobuf:protobuf-java from 4.28.2 to 4.28.3 in /genesis-conventions
- Bump com.networknt:json-schema-validator from 1.5.1 to 1.5.2 in /genesis-conventions
- Bump com.networknt:json-schema-validator from 1.5.2 to 1.5.3 in /genesis-conventions
- Bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 in /genesis-conventions
- Bump com.zaxxer:HikariCP from 6.0.0 to 6.1.0 in /genesis-conventions
- Bump debeziumVersion from 2.7.3.Final to 3.0.0.Final in /genesis-conventions
- Bump debeziumVersion from 3.0.0.Final to 3.0.1.Final in /genesis-conventions
- Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 in /genesis-conventions
- Bump it.unimi.dsi:fastutil-core from 8.5.14 to 8.5.15 in /genesis-conventions
- Bump jackson to 2.17.3 and expose datatypes modules for consul client
- Bump jacksonVersion from 2.17.2 to 2.18.1 in /genesis-conventions
- Bump jnaVersion from 5.14.0 to 5.15.0 in /genesis-conventions
- Bump micrometerVersion from 1.13.5 to 1.13.6 in /genesis-conventions
- Bump mockitoVersion from 5.14.1 to 5.14.2 in /genesis-conventions
- Bump nettyVersion from 4.1.112.Final to 4.1.114.Final in /genesis-conventions
- Bump org.agrona:agrona from 1.23.0 to 1.23.1 in /genesis-conventions
- Bump org.apache.activemq:artemis-jakarta-client from 2.36.0 to 2.38.0 in /genesis-conventions
- Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0 in /genesis-conventions
- Bump org.apache.fury:fury-core from 0.7.1 to 0.8.0 in /genesis-conventions
- Bump org.checkerframework:checker-qual from 3.46.0 to 3.48.1 in /genesis-conventions
- Bump org.checkerframework:checker-qual from 3.48.1 to 3.48.2 in /genesis-conventions
- Bump org.gradle.test-retry from 1.5.10 to 1.6.0 in /genesis-conventions
- Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 in /genesis-conventions
- Bump org.jline:jline from 3.26.3 to 3.27.1 in /genesis-conventions
- Bump org.kiwiproject:consul-client from 1.4.1 to 1.4.2 in /genesis-conventions
- Bump org.openapitools:openapi-generator from 7.8.0 to 7.9.0 in /genesis-conventions
- Bump pekkoVersion from 1.1.1 to 1.1.2 in /genesis-conventions
- Bump software.amazon.jdbc:aws-advanced-jdbc-wrapper from 2.3.8 to 2.5.0 in /genesis-conventions
- Bump software.amazon.jdbc:aws-advanced-jdbc-wrapper from 2.5.0 to 2.5.1 in /genesis-conventions
- Bump software.amazon.jdbc:aws-advanced-jdbc-wrapper from 2.5.1 to 2.5.2 in /genesis-conventions
- Bump sshdVersion from 2.13.2 to 2.14.0 in /genesis-conventions
- Bump testcontainersVersion from 1.20.2 to 1.20.3 in /genesis-conventions
- build(deps): locking jackson-jsr to 2.17.2
- build(deps): reverting jackson to 2.17.2
- build(deps): reverting networknt and bumping jackson to 2.17.3

### Patch releases

There have been no patch releases to date.

## Client

### Features

- kjn

### Fixes

0 comments on commit c9704ff

Please sign in to comment.