Skip to content

Commit edfc0ed

Browse files
committed
fix: Docs + CHANGELOG
1 parent 15dd686 commit edfc0ed

File tree

3 files changed

+32
-28
lines changed

3 files changed

+32
-28
lines changed

CHANGELOG.md

+31-25
Original file line numberDiff line numberDiff line change
@@ -7,117 +7,123 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
**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.
99

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
1117

1218
### Added
1319

1420
- Ability to unsubscribe (#33 + #34 / thanks @nelsonmestevao)
1521

16-
## [0.11.2] - 2023-10-07
22+
## [0.11.2] - 2024-10-07
1723

1824
### Fixed
1925

2026
- Docs (#32 / thanks @c4710n)
2127

22-
## [0.11.1] - 2023-08-22
28+
## [0.11.1] - 2024-08-22
2329

2430
### Fixed
2531

2632
- Don't print extra trigger / function error message if there is no extra triggers (#31 / thanks @ponychicken)
2733

28-
## [0.11.0] - 2023-08-19
34+
## [0.11.0] - 2024-08-19
2935

3036
### Added
3137

3238
- `debug?` option for individual watchers as well as globally. See the "Debugging" section of the [HexDocs documentation](https://hexdocs.pm/ecto_watch)
3339

34-
## [0.10.0] - 2023-08-16
40+
## [0.10.0] - 2024-08-16
3541

3642
### Added
3743

3844
- Add `EctoWatch.details/1` function to get details about a watcher (#17 / thanks @frerich)
3945

40-
## [0.9.11] - 2023-08-12
46+
## [0.9.11] - 2024-08-12
4147

4248
### Fixed
4349

4450
- Allow empty `trigger_columns` and `extra_columns` options (#24 / thanks @barrelltech)
4551

46-
## [0.9.10] - 2023-08-12
52+
## [0.9.10] - 2024-08-12
4753

4854
### Fixed
4955

5056
- Non-EctoWatch function were being reported as needing to be cleaned up (#23 / thanks @barrelltech / @adampash)
5157
- 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)
5258

53-
## [0.9.9] - 2023-08-10
59+
## [0.9.9] - 2024-08-10
5460

5561
### Added
5662

5763
- Documentation release
5864

59-
## [0.9.8] - 2023-08-10
65+
## [0.9.8] - 2024-08-10
6066

6167
### Added
6268

6369
- Documentation release
6470

65-
## [0.9.7] - 2023-08-10
71+
## [0.9.7] - 2024-08-10
6672

6773
### Added
6874

6975
- Documentation release
7076

71-
## [0.9.6] - 2023-08-10
77+
## [0.9.6] - 2024-08-10
7278

7379
### Added
7480

7581
- Documentation release
7682

77-
## [0.9.5] - 2023-08-08
83+
## [0.9.5] - 2024-08-08
7884

7985
### Added
8086

8187
- Add validation errors for when watchers are created which can't be disambiguated
8288

83-
## [0.9.4] - 2023-08-08
89+
## [0.9.4] - 2024-08-08
8490

8591
### Fixed
8692

8793
- Documentation release
8894

89-
## [0.9.3] - 2023-08-08
95+
## [0.9.3] - 2024-08-08
9096

9197
### Fixed
9298

9399
- Documentation release
94100

95-
## [0.9.2] - 2023-08-08
101+
## [0.9.2] - 2024-08-08
96102

97103
### Fixed
98104

99105
- Documentation release
100106

101-
## [0.9.1] - 2023-08-08
107+
## [0.9.1] - 2024-08-08
102108

103109
### Fixed
104110

105111
- Documentation release
106112

107-
## [0.9.0] - 2023-08-07
113+
## [0.9.0] - 2024-08-07
108114

109115
### Added
110116

111117
- Warnings when there are extra triggers / function in the database
112118
- Support for auto-deleting triggers and functions when the `ECTO_WATCH_CLEANUP` environment variable is set to `cleanup`
113119

114-
## [0.8.1] - 2023-08-07
120+
## [0.8.1] - 2024-08-07
115121

116122
### Fixed
117123

118124
- Add detail to exception for more helpful info on the change in messages
119125

120-
## [0.8.0] - 2023-08-07
126+
## [0.8.0] - 2024-08-07
121127

122128
### Changed
123129

@@ -127,13 +133,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127133

128134
- Allow watchers without an ecto schema (thanks @frerich / #18)
129135

130-
## [0.7.0] - 2023-07-31
136+
## [0.7.0] - 2024-07-31
131137

132138
### Changed
133139

134140
- Allow empty watcher list (thanks @barrelltech / #14)
135141

136-
## [0.6.0] - 2023-07-30
142+
## [0.6.0] - 2024-07-30
137143

138144
### Added
139145

@@ -143,25 +149,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143149

144150
- Changed broadcast messages from a 4-element tuple to a 3-element tuple (see #12 / thanks @venkatd + @barrelltech)
145151

146-
## [0.5.4] - 2023-07-18
152+
## [0.5.4] - 2024-07-18
147153

148154
### Fixed
149155

150156
- Backwards compatibility with older versions of postgres that don't support the `OR REPLACE` clause in `CREATE TRIGGER` (thanks @adampash / #10)
151157

152-
## [0.5.3] - 2023-07-12
158+
## [0.5.3] - 2024-07-12
153159

154160
### Fixed
155161

156162
- Support primary keys other than `id` (thanks @venkatd / #3)
157163

158-
## [0.5.1] - 2023-07-02
164+
## [0.5.1] - 2024-07-02
159165

160166
### Fixed
161167

162168
- Use quotes around table name in trigger to allow for special characters
163169

164-
## [0.5.0] - 2023-07-02
170+
## [0.5.0] - 2024-07-02
165171

166172
### Fixed
167173

guides/introduction/Unsubscribing.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## Unsubscribing
2-
31
To unsubscribe, you can simply use the schema/type or the label in the same way that you did for subscribing. So if you subscribe like so:
42

53
```elixir

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule EctoWatch.MixProject do
66
def project do
77
[
88
app: :ecto_watch,
9-
version: "0.12.0",
9+
version: "0.12.1",
1010
elixir: "~> 1.10",
1111
description:
1212
"EctoWatch allows you to easily get Phoenix.PubSub notifications directly from postgresql.",

0 commit comments

Comments
 (0)