-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
127 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|