Summary
- Update handling receiving entities for insert into receive view. (commit: 938b5f3) (details)
- Add support for multiple primary keys on replicate entities (commit: 098f7a0) (details)
- Fix handling of nullable primitive types on ReplicateEntity. (commit: 0d117b9) (details)
- Add support for composite primary keys with up to four fields. (commit: 3125f24) (details)
- Handle SQL parser errors on update/insert statements and improve handling of query error output. (commit: e439bb2) (details)
- Add support for ignore insert conflict. (commit: 032b04c) (details)
- Add default column info value to OutgoingReplication additional primary key fields to ensure database migration check passes. (commit: 10a41e1) (details)
- Update validation processor error output to include exception message. (commit: 9e821ef) (details)
- Fix replication of nullable primitive fields. (commit: 03775f8) (details)
- Improve documentation for paging source and remote mediator. Add PagingSourceWithHttpLoader interface. (commit: 2e5c330) (details)
- Add DelegatedInvalidationPagingSource (commit: 5dd2398) (details)
- Minor error message update on DoorDatabaseReplicationExt (commit: c35d759) (details)
- Add support to use paging offset and paging limit parameters on HttpServerFunction. (commit: 8ad39cc) (details)