Skip to content

Commit

Permalink
Merge pull request #2102 from genesiscommunitysuccess/WJH/PTL-1792
Browse files Browse the repository at this point in the history
PTL-1792: release notes 8.7.6 and 8.6.10
  • Loading branch information
wjhendry authored Feb 3, 2025
2 parents d8ec073 + 59f27f1 commit f9bfebc
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 40 deletions.
26 changes: 13 additions & 13 deletions docs/004_release-notes/001_platform/8/8.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,58 +90,58 @@ This release contains [breaking changes](#breaking-changes). These are listed at

#### 8.0.10

##### Fixes
###### Fixes

- ResourceDaemon: Fix Dependency Injection initialisation on startup
- Remove ReflectionToStringBuilder from ClusterMessage

#### 8.0.9

##### Fixes
###### Fixes

- Dataserver backwardsJoin view does not recover in case of a buffered out of order update
- Mon dies when system is not able to connect to CONSUL but is configured to do so

#### 8.0.8

##### Fixes
###### Fixes

- DbMon search returns the expected number of records
- fDbMon updateWhere fails if there is a white space in the argument

#### 8.0.7

##### Fixes
###### Fixes

- Allow db mon to fetch more than 500 results

#### 8.0.6

##### Features
###### Features

- Make logging of zero values optional in logger reporter

##### Fixes
###### Fixes

- Add clientHandler router config with option to close client channel if becomes full

#### 8.0.5

##### Fixes
###### Fixes

- Auth key concatenation for enriched auth clauses and AuthCache re-registration operation now uses correct record ids
- Can use warningNack in context event handlers
- Exclude data folder from site specific folder copy

#### 8.0.4

##### Features
###### Features

- Add non-blocking threading model for database subscriptions
- Add support for Consolidators and data pipelines in GenesisJunit
- Add metric for tracking the number of users per dataserver query

##### Fixes
###### Fixes

- getRangeFromEnd default method without fields parameter now calls correct getRangeFromEnd method
- DOUBLE fields generated using the new table DSL to accept negative values by default
Expand All @@ -150,23 +150,23 @@ This release contains [breaking changes](#breaking-changes). These are listed at

#### 8.0.3

##### Fixes
###### Fixes

- (router): Populate missing DETAILS.SESSION_AUTH_TOKEN field for inbound EVENT_LOGIN_DETAILS messages at the router level

#### 8.0.2

##### Fixes
###### Fixes

Update all references for python to python3

#### 8.0.1

##### Features
###### Features

- Add BigDecimal support to average function

##### Fixes
###### Fixes
- pal-consolidator: Process should crash on startup with a relevant error message if a consolidator definition is using a function that requires "indexScan" and "indexScan" has not been defined
- Add type conversion from Integer to Short
- Improve handling in builder for fields with IS_ prefix
Expand Down
10 changes: 5 additions & 5 deletions docs/004_release-notes/001_platform/8/8.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,28 +97,28 @@ id: '8.2'

#### 8.2.11

##### Features
###### Features
- Provide better [bulk purge support](/build-deploy-operate/operate/commands/#cascade-purges)
- performance improvements(genesis-environment): Use deleteAll in PurgerScript.purgeDerivedRange

#### 8.2.10

##### Features
###### Features
- Optimise memory usage BackwardJoinCache for 1-2-1 joins

#### 8.2.9

##### Fixes
###### Fixes
- ResourceDaemon doesn't properly evaluate ClusterMode
- Preregister root records in back join cache to ensure they exist when child record is registered

#### 8.2.8

##### Features
###### Features
- Query API: Add dynamicQueryBuilder support
- Add support for dynamic parameters as well as fix issues related to ENUM and DateTime handling

##### Fixes
###### Fixes
- Query API: ensure number parameters are not passed as string values to "where" clauses and use correct uppercase underscore translation
- Cluster manager not bound when running GenesisRun and other scripts that user ServiceModule

Expand Down
31 changes: 18 additions & 13 deletions docs/004_release-notes/001_platform/8/8.6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,66 +110,71 @@ id: '8.6'

### Patch releases

#### 8.6.10

###### Fixes
- Ensure classpath builder util can handle jars with no manifest

#### 8.6.9

##### Features
###### Features
- Allow for overriding of test process name

##### Fixes
###### Fixes
- gradle: site specific plugin to do not modify binary files stored under data
- Ensure cookie based REFRESH_AUTH_TOKEN value is correctly added to EVENT_LOGIN_AUTH payload
- Ensure DataDumpManager uses different loggers for GenesisMessageDecoder and GenesisMessageEncoder
- Ensure script files in site-specific have priority when searching by suffix

#### 8.6.8

##### Features
###### Features
- Provide better [bulk purge support](/build-deploy-operate/operate/commands/#cascade-purges)

##### Fixes
###### Fixes
- Fixed issue where removal of a sequence at the same time as a table rename would cause remap to fail

#### 8.6.7

##### Features
###### Features
- Install hooks improvements
- Optimise memory usage BackwardJoinCache for 1-2-1 joins

#### 8.6.6

##### Features
###### Features
- Added support for enabling app level sys def files in integration tests

##### Fixes
###### Fixes

- Option to register root records in back join cache to ensure they exist when child record is registered

#### 8.6.5

##### Fixes
###### Fixes
- ResourceDaemon doesn't properly evaluate ClusterMode

#### 8.6.4

##### Features
###### Features
- Query API: Add dynamicQueryBuilder support

##### Fixes
###### Fixes
- Optimize index matching for non-consecutive fields in request-server

#### 8.6.3

##### Fixes
###### Fixes
- Query API: Ensure numeric type parameters are not passed as "string" values to SQL "where" clauses, and use correct uppercase underscore translation.

#### 8.6.2

##### Features
###### Features
- Query API: Add support for dynamic parameters as well as fix issues related to ENUM and DateTime handling.

#### 8.6.1

##### Fixes
###### Fixes
- Exec plugin should take clientName override into account.

## Client
Expand Down
23 changes: 14 additions & 9 deletions docs/004_release-notes/001_platform/8/8.7.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,53 +102,58 @@ This release contains [breaking changes](#breaking-changes). These are listed at

### Patch releases

#### 8.7.6

###### Fixes
- Ensure classpath builder util can handle jars with no manifest

#### 8.7.5

##### Features
###### Features
- Allow for overriding of test process name

##### Fixes
###### Fixes
- gradle: site specific plugin to do not modify binary files stored under data
- Ensure cookie based REFRESH_AUTH_TOKEN value is correctly added to EVENT_LOGIN_AUTH payload
- Ensure DataDumpManager uses different loggers for GenesisMessageDecoder and GenesisMessageEncoder
- Ensure script files in site-specific have priority when searching by suffix

#### 8.7.4

##### Features
###### Features
- Optimise memory usage BackwardJoinCache for 1-2-1 joins
- Provide better [bulk purge support](/build-deploy-operate/operate/commands/#cascade-purges)
- Performance Improvement: Use deleteAll in PurgerScript.purgeDerivedRange

##### Fixes
###### Fixes
- ExcelToGenesis: catch and accumulate unsupported formula errors while processing a worksheet
- Fixed issue where removal of a sequence at the same time as a table rename would cause remap to fail

#### 8.7.3

##### Features
###### Features

- Added ability to perform record deltas using dbSink by exposing modifiedFields

#### 8.7.2

##### Features
###### Features

- `genesisType` json schema property for req reps and data server queries
- Option to register root records in back join cache to ensure they exist when child record is registered

##### Fixes
###### Fixes

- Generated Entities: Generate all ENUM values inside enum reference objects for completeness
- Added support for enabling app level sys def files in integration tests

#### 8.7.1

##### Features
###### Features
- Generated Entities: Add enum references as companion object properties for each enum field for easy access in GPAL scripts
- Document Management: Add support for excel templates

##### Fixes
###### Fixes
- Platform Integrations: Fixed initialisation issue in BloombergClient related to metrics
- Platform Integrations: Fixed initialisation issue with Bloomberg data pipelines connector

Expand Down

0 comments on commit f9bfebc

Please sign in to comment.