Skip to content

1.0.1

Choose a tag to compare

@sant1ago-da-hanoi sant1ago-da-hanoi released this 06 May 08:24
· 26 commits to main since this release
d1bef3e

What's Changed

  • feat(jdbc): add bulk update/delete operations (#14)
    • UpdateService.patchBulk() — multiple filter-scoped updates in a single transaction
    • DeleteService.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