Skip to content

Commit

Permalink
Merge 4642470 into 39013c5
Browse files Browse the repository at this point in the history
  • Loading branch information
gmokki committed Nov 28, 2019
2 parents 39013c5 + 4642470 commit 8eb749e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Add Kotlin example using nFlow with Spring Boot, and integrated nFlow Explorer
- Expose wakeup via REST-API
- Update database indices to match workflow instance polling code
- Add new configuration option `nflow.db.disable_batch_updates`
- Add new configuration option `nflow.db.disable_batch_updates` to work around some Galera oddities

**Details**
- `nflow-engine`
Expand All @@ -28,7 +28,7 @@
- Update database indices to match current workflow instance polling code.
- Create indices for foreign keys in MS SQL database.
- Fix create database scripts to work with empty database.
- Add `nflow.db.disable_batch_updates` (default `false`) configuration parameter to make it possible to force use of multiple updates even if batch updates are supported by the database.
- Add `nflow.db.disable_batch_updates` (default `false`) configuration parameter to make it possible to force use of multiple updates even if batch updates are supported by the database. This is needed on some Galera systems that cannot handle batch updates correctly.
- Dependency updates:
- reactor.netty 0.9.1.RELEASE
- jackson 2.10.1
Expand Down Expand Up @@ -66,6 +66,7 @@
- Improve error logging in WorkflowStateProcessor.
- Replace FindBugs with SpotBugs.
- Drop index from main table that was only used for archiving purposes.
- Increase workflow and action identifiers in code to 64 bits for future proofing. Database schema is not changed for now, but the columns can be altered later (to bigints) if needed.

## 5.7.0 (2019-06-06)

Expand Down

0 comments on commit 8eb749e

Please sign in to comment.