You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+31-25
Original file line number
Diff line number
Diff line change
@@ -7,117 +7,123 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
**IMPORTANT NOTE**: Make sure to see the [Upgrading Versions](guides/howtos/Upgrading Versions.md) guide in the [HexDocs documentation](https://hexdocs.pm/ecto_watch) if you're having an issue after upgrading.
9
9
10
-
## [0.12.0] - 2023-10-07
10
+
## [0.12.1] - 2024-10-17
11
+
12
+
### Added
13
+
14
+
- Docs fix
15
+
16
+
## [0.12.0] - 2024-10-17
11
17
12
18
### Added
13
19
14
20
- Ability to unsubscribe (#33 + #34 / thanks @nelsonmestevao)
15
21
16
-
## [0.11.2] - 2023-10-07
22
+
## [0.11.2] - 2024-10-07
17
23
18
24
### Fixed
19
25
20
26
- Docs (#32 / thanks @c4710n)
21
27
22
-
## [0.11.1] - 2023-08-22
28
+
## [0.11.1] - 2024-08-22
23
29
24
30
### Fixed
25
31
26
32
- Don't print extra trigger / function error message if there is no extra triggers (#31 / thanks @ponychicken)
27
33
28
-
## [0.11.0] - 2023-08-19
34
+
## [0.11.0] - 2024-08-19
29
35
30
36
### Added
31
37
32
38
-`debug?` option for individual watchers as well as globally. See the "Debugging" section of the [HexDocs documentation](https://hexdocs.pm/ecto_watch)
33
39
34
-
## [0.10.0] - 2023-08-16
40
+
## [0.10.0] - 2024-08-16
35
41
36
42
### Added
37
43
38
44
- Add `EctoWatch.details/1` function to get details about a watcher (#17 / thanks @frerich)
- Non-EctoWatch function were being reported as needing to be cleaned up (#23 / thanks @barrelltech / @adampash)
51
57
- Function / trigger cleanup was still looking for `ECTO_WATCH_CLEANUP_TRIGGERS` environment variable when `ECTO_WATCH_CLEANUP` was the documented option (#23 / thanks @barrelltech / @adampash)
52
58
53
-
## [0.9.9] - 2023-08-10
59
+
## [0.9.9] - 2024-08-10
54
60
55
61
### Added
56
62
57
63
- Documentation release
58
64
59
-
## [0.9.8] - 2023-08-10
65
+
## [0.9.8] - 2024-08-10
60
66
61
67
### Added
62
68
63
69
- Documentation release
64
70
65
-
## [0.9.7] - 2023-08-10
71
+
## [0.9.7] - 2024-08-10
66
72
67
73
### Added
68
74
69
75
- Documentation release
70
76
71
-
## [0.9.6] - 2023-08-10
77
+
## [0.9.6] - 2024-08-10
72
78
73
79
### Added
74
80
75
81
- Documentation release
76
82
77
-
## [0.9.5] - 2023-08-08
83
+
## [0.9.5] - 2024-08-08
78
84
79
85
### Added
80
86
81
87
- Add validation errors for when watchers are created which can't be disambiguated
82
88
83
-
## [0.9.4] - 2023-08-08
89
+
## [0.9.4] - 2024-08-08
84
90
85
91
### Fixed
86
92
87
93
- Documentation release
88
94
89
-
## [0.9.3] - 2023-08-08
95
+
## [0.9.3] - 2024-08-08
90
96
91
97
### Fixed
92
98
93
99
- Documentation release
94
100
95
-
## [0.9.2] - 2023-08-08
101
+
## [0.9.2] - 2024-08-08
96
102
97
103
### Fixed
98
104
99
105
- Documentation release
100
106
101
-
## [0.9.1] - 2023-08-08
107
+
## [0.9.1] - 2024-08-08
102
108
103
109
### Fixed
104
110
105
111
- Documentation release
106
112
107
-
## [0.9.0] - 2023-08-07
113
+
## [0.9.0] - 2024-08-07
108
114
109
115
### Added
110
116
111
117
- Warnings when there are extra triggers / function in the database
112
118
- Support for auto-deleting triggers and functions when the `ECTO_WATCH_CLEANUP` environment variable is set to `cleanup`
113
119
114
-
## [0.8.1] - 2023-08-07
120
+
## [0.8.1] - 2024-08-07
115
121
116
122
### Fixed
117
123
118
124
- Add detail to exception for more helpful info on the change in messages
119
125
120
-
## [0.8.0] - 2023-08-07
126
+
## [0.8.0] - 2024-08-07
121
127
122
128
### Changed
123
129
@@ -127,13 +133,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
133
128
134
- Allow watchers without an ecto schema (thanks @frerich / #18)
129
135
130
-
## [0.7.0] - 2023-07-31
136
+
## [0.7.0] - 2024-07-31
131
137
132
138
### Changed
133
139
134
140
- Allow empty watcher list (thanks @barrelltech / #14)
135
141
136
-
## [0.6.0] - 2023-07-30
142
+
## [0.6.0] - 2024-07-30
137
143
138
144
### Added
139
145
@@ -143,25 +149,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143
149
144
150
- Changed broadcast messages from a 4-element tuple to a 3-element tuple (see #12 / thanks @venkatd + @barrelltech)
145
151
146
-
## [0.5.4] - 2023-07-18
152
+
## [0.5.4] - 2024-07-18
147
153
148
154
### Fixed
149
155
150
156
- Backwards compatibility with older versions of postgres that don't support the `OR REPLACE` clause in `CREATE TRIGGER` (thanks @adampash / #10)
151
157
152
-
## [0.5.3] - 2023-07-12
158
+
## [0.5.3] - 2024-07-12
153
159
154
160
### Fixed
155
161
156
162
- Support primary keys other than `id` (thanks @venkatd / #3)
157
163
158
-
## [0.5.1] - 2023-07-02
164
+
## [0.5.1] - 2024-07-02
159
165
160
166
### Fixed
161
167
162
168
- Use quotes around table name in trigger to allow for special characters
0 commit comments