CHANGELOG.md in isolator-0.6.2 vs CHANGELOG.md in isolator-0.7.0
- old
+ new
@@ -1,9 +1,24 @@
# Change log
## master
+## 0.7.0 (2020-09-25)
+
+- Add debug mode. ([@palkan][])
+
+Use `ISOLATOR_DEBUG=true` to turn on debug mode, which prints some useful information: when a transaction is tracked,
+thresholds are changed, etc.
+
+- Track transactions for different connections independently. ([@mquan][], [@palkan][])
+
+This, for example, makes Isolator compatible with Rails multi-database apps.
+
+- Allow custom ignorer usage. ([@iiwo][])
+
+- `Isolator.load_ignore_config` is deprecated in favor of `Isolator::Ignorer.prepare`. ([@iiwo][])
+
## 0.6.2 (2020-03-20)
- Make Sniffer version requirement open-ended. ([@palkan][])
- **Support Ruby 2.5+** ([@palkan][])
@@ -74,5 +89,7 @@
[@TheSmartnik]: https://github.com/TheSmartnik
[@dsalahutdinov]: https://github.com/dsalahutdinov
[@Envek]: https://github.com/Envek
[@DmitryTsepelev]: https://github.com/DmitryTsepelev
[@shivanshgaur]: https://github.com/shivanshgaur
+[@iiwo]: https://github.com/iiwo
+[@mquan]: https://github.com/mquan