All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
IMPORTANT NOTE: Make sure to see the [Upgrading Versions](guides/howtos/Upgrading Versions.md) guide in the HexDocs documentation if you're having an issue after upgrading.
- Add validation errors for when watchers are created which can't be disambiguated
- Documentation release
- Documentation release
- Documentation release
- Documentation release
- Warnings when there are extra triggers / function in the database
- Support for auto-deleting triggers and functions when the
ECTO_WATCH_CLEANUP
environment variable is set tocleanup
- Add detail to exception for more helpful info on the change in messages
- BREAKING: Don't require specifying update type for watchers with labels (#19)
- Allow watchers without an ecto schema (thanks @frerich / #18)
- Allow empty watcher list (thanks @barrelltech / #14)
- Support for subscribing to association column values (thanks @barrelltech / #6)
- Changed broadcast messages from a 4-element tuple to a 3-element tuple (see #12 / thanks @venkatd + @barrelltech)
- Backwards compatibility with older versions of postgres that don't support the
OR REPLACE
clause inCREATE TRIGGER
(thanks @adampash / #10)
- Support primary keys other than
id
(thanks @venkatd / #3)
- Use quotes around table name in trigger to allow for special characters
- Support for ecto's
@schema_prefix