CHANGELOG.md in isolator-0.11.0 vs CHANGELOG.md in isolator-1.0.0
- old
+ new
@@ -1,8 +1,18 @@
# Change log
## master
+## 1.0.0 (2023-11-30)
+
+- Add ability to track concurrent transactions to with a thread (e.g., to multiple databases). ([@palkan][])
+
+ This feature is disabled by default, opt-in via: `Isolator.config.disallow_per_thread_concurrent_transactions = true`.
+
+- Add `Isolator.on_transaction_begin` and `Isolator.on_transaction_end` callbacks. ([@palkan][])
+
+- Drop Ruby 2.6 and Rails 5 support. ([@palkan][])
+
## 0.11.0 (2023-09-27)
- Use Rails new `transaction.active_record` event if available to better handle edge cases. ([@palkan][])
- Fix logging non-UTF8 strings. ([@palkan][])