1.0.1
What's Changed
- feat(jdbc): add bulk update/delete operations (#14)
UpdateService.patchBulk()— multiple filter-scoped updates in a single transactionDeleteService.deleteBulk()— multiple filter-scoped deletes in a single transaction- Both roll back all changes on any failure
Full Changelog: 1.0.0...1.0.1