-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.html
293 lines (199 loc) · 13.7 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="stylesheet" type="text/css" media="screen" href="/Merq/assets/css/style.css?v=d67109cafc170e3b04847a41276bbf3f70775394">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Changelog | Merq</title>
<meta name="generator" content="Jekyll v3.9.5" />
<meta property="og:title" content="Changelog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Internal application architecture via command and event messages" />
<meta property="og:description" content="Internal application architecture via command and event messages" />
<meta property="og:site_name" content="Merq" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Changelog" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Internal application architecture via command and event messages","headline":"Changelog","url":"/Merq/changelog.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/Merq/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/devlooped/Merq">View on GitHub</a>
<h1 id="project_title">Merq</h1>
<h2 id="project_tagline">Internal application architecture via command and event messages</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1 id="changelog">Changelog</h1>
<h2 id="v200-2024-01-29"><a href="https://github.com/devlooped/Merq/tree/v2.0.0">v2.0.0</a> (2024-01-29)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-rc.6...v2.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow async enumerable stream results <a href="https://github.com/devlooped/Merq/issues/113">#113</a></li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Benchmark dynamic dispatch performance characteristics <a href="https://github.com/devlooped/Merq/issues/116">#116</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Dynamic dispatch benchmarks <a href="https://github.com/devlooped/Merq/pull/118">#118</a> (@kzu)</li>
</ul>
<h2 id="v200-rc6-2024-01-29"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-rc.6">v2.0.0-rc.6</a> (2024-01-29)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-rc.5...v2.0.0-rc.6">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for async streams from command execution <a href="https://github.com/devlooped/Merq/pull/114">#114</a> (@kzu)</li>
</ul>
<h2 id="v200-rc5-2024-01-27"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-rc.5">v2.0.0-rc.5</a> (2024-01-27)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-rc.4...v2.0.0-rc.5">Full Changelog</a></p>
<h2 id="v200-rc4-2024-01-27"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-rc.4">v2.0.0-rc.4</a> (2024-01-27)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-rc.3...v2.0.0-rc.4">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Switch to central package versions <a href="https://github.com/devlooped/Merq/pull/111">#111</a> (@kzu)</li>
<li>Only set activity custom property when sampling AllData <a href="https://github.com/devlooped/Merq/pull/107">#107</a> (@kzu)</li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Switch to central package versions now that floating versions are supported <a href="https://github.com/devlooped/Merq/issues/110">#110</a></li>
</ul>
<h2 id="v200-rc3-2023-07-10"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-rc.3">v2.0.0-rc.3</a> (2023-07-10)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-rc.2...v2.0.0-rc.3">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Fix automapper dependency <a href="https://github.com/devlooped/Merq/pull/106">#106</a> (@kzu)</li>
</ul>
<h2 id="v200-rc2-2023-07-10"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-rc.2">v2.0.0-rc.2</a> (2023-07-10)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-rc.1...v2.0.0-rc.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Observability: add caller information to main API for improved telemetry <a href="https://github.com/devlooped/Merq/issues/102">#102</a></li>
<li>Avoid losing caller information when invoking extension methods <a href="https://github.com/devlooped/Merq/pull/104">#104</a> (@kzu)</li>
<li>Add caller information to main API for improved telemetry <a href="https://github.com/devlooped/Merq/pull/103">#103</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add public api analyzers to avoid inadvertent breaking changes <a href="https://github.com/devlooped/Merq/pull/105">#105</a> (@kzu)</li>
</ul>
<h2 id="v200-rc1-2023-07-07"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-rc.1">v2.0.0-rc.1</a> (2023-07-07)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-beta.4...v2.0.0-rc.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Improve observability <a href="https://github.com/devlooped/Merq/issues/99">#99</a></li>
<li>Add command and event payloads to activity <a href="https://github.com/devlooped/Merq/pull/101">#101</a> (@kzu)</li>
<li>Improve observability <a href="https://github.com/devlooped/Merq/pull/100">#100</a> (@kzu)</li>
</ul>
<h2 id="v200-beta4-2023-07-06"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-beta.4">v2.0.0-beta.4</a> (2023-07-06)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-beta.3...v2.0.0-beta.4">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Preserve original exception stacktrace after recording telemetry error <a href="https://github.com/devlooped/Merq/issues/79">#79</a></li>
</ul>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Don’t allow mappers to map to same type <a href="https://github.com/devlooped/Merq/issues/80">#80</a></li>
<li>Set activity status to error when an exception is recorded <a href="https://github.com/devlooped/Merq/issues/77">#77</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Rename operations to Execute and Notify <a href="https://github.com/devlooped/Merq/pull/97">#97</a> (@kzu)</li>
<li>Bump dependencies, switch to flexible central package versions <a href="https://github.com/devlooped/Merq/pull/96">#96</a> (@kzu)</li>
</ul>
<h2 id="v200-beta3-2022-11-19"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-beta.3">v2.0.0-beta.3</a> (2022-11-19)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-beta.2...v2.0.0-beta.3">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add exception telemetry recording <a href="https://github.com/devlooped/Merq/issues/76">#76</a></li>
<li>Add basic telemetry support in core message bus implementation <a href="https://github.com/devlooped/Merq/issues/73">#73</a></li>
<li>Issue a warning for non-public commands <a href="https://github.com/devlooped/Merq/issues/71">#71</a></li>
<li>Set activity status to error when an exception is recorded <a href="https://github.com/devlooped/Merq/pull/78">#78</a> (@kzu)</li>
<li>Add basic telemetry support in core message bus implementation <a href="https://github.com/devlooped/Merq/pull/74">#74</a> (@kzu)</li>
<li>Issue a warning for non-public commands <a href="https://github.com/devlooped/Merq/pull/72">#72</a> (@kzu)</li>
</ul>
<h2 id="v200-beta2-2022-11-18"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-beta.2">v2.0.0-beta.2</a> (2022-11-18)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v2.0.0-alpha...v2.0.0-beta.2">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Fix support for non-void command handlers in duck typing <a href="https://github.com/devlooped/Merq/issues/69">#69</a></li>
</ul>
<h2 id="v200-alpha-2022-11-16"><a href="https://github.com/devlooped/Merq/tree/v2.0.0-alpha">v2.0.0-alpha</a> (2022-11-16)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v1.3.0...v2.0.0-alpha">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Make duck-typing support pluggable with no built-in implementation <a href="https://github.com/devlooped/Merq/issues/57">#57</a></li>
<li>Add support for dynamic record creation including list-like properties <a href="https://github.com/devlooped/Merq/issues/49">#49</a></li>
<li>Support hierarchical record creation from generated dynamic factory <a href="https://github.com/devlooped/Merq/issues/47">#47</a></li>
<li>Provide analyzer + code fix for turning sync command to async and viceversa <a href="https://github.com/devlooped/Merq/issues/38">#38</a></li>
<li>Provide analyzers + code fixes for common command authoring errors <a href="https://github.com/devlooped/Merq/issues/37">#37</a></li>
<li>Add support for duck typing of commands <a href="https://github.com/devlooped/Merq/issues/33">#33</a></li>
<li>Add support for duck typing on events <a href="https://github.com/devlooped/Merq/issues/31">#31</a></li>
<li>Allow derived message bus implementation to monitor used event contracts <a href="https://github.com/devlooped/Merq/issues/19">#19</a></li>
<li>Make duck-typing support pluggable <a href="https://github.com/devlooped/Merq/pull/60">#60</a> (@kzu)</li>
<li>Provide analyzer + code fix for turning sync command to async and viceversa <a href="https://github.com/devlooped/Merq/pull/39">#39</a> (@kzu)</li>
<li>Support sync/async execute fixer on returning commands too <a href="https://github.com/devlooped/Merq/pull/35">#35</a> (@kzu)</li>
<li>Duck typing of events and commands <a href="https://github.com/devlooped/Merq/pull/34">#34</a> (@kzu)</li>
<li>Allow derived message bus implementation to monitor used event contracts <a href="https://github.com/devlooped/Merq/pull/20">#20</a> (@kzu)</li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Upgrade to centrally managed package versions <a href="https://github.com/devlooped/Merq/issues/51">#51</a></li>
<li>Add unit tests for analyzers <a href="https://github.com/devlooped/Merq/issues/45">#45</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add pages and oss artifacts <a href="https://github.com/devlooped/Merq/pull/62">#62</a> (@kzu)</li>
<li>Update to modern color <a href="https://github.com/devlooped/Merq/pull/61">#61</a> (@kzu)</li>
<li>Upgrade to centrally managed package versions <a href="https://github.com/devlooped/Merq/pull/52">#52</a> (@kzu)</li>
<li>Add support for collections in dynamic record creation factories <a href="https://github.com/devlooped/Merq/pull/50">#50</a> (@kzu)</li>
<li>Add support for hierarchical record creation from generated factories <a href="https://github.com/devlooped/Merq/pull/48">#48</a> (@kzu)</li>
<li>Add comprehensive tests for analyzers and code fixes <a href="https://github.com/devlooped/Merq/pull/46">#46</a> (@kzu)</li>
<li>Unified IMessageBus interface <a href="https://github.com/devlooped/Merq/pull/16">#16</a> (@kzu)</li>
<li>Add dynamic OS matrix <a href="https://github.com/devlooped/Merq/pull/15">#15</a> (@kzu)</li>
</ul>
<h2 id="v130-2022-07-28"><a href="https://github.com/devlooped/Merq/tree/v1.3.0">v1.3.0</a> (2022-07-28)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v1.5.0...v1.3.0">Full Changelog</a></p>
<h2 id="v150-2022-07-28"><a href="https://github.com/devlooped/Merq/tree/v1.5.0">v1.5.0</a> (2022-07-28)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v1.2.0-beta...v1.5.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Introduce IMessageBus unifying interface for Commands+Events <a href="https://github.com/devlooped/Merq/issues/5">#5</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Docs and packaging improvements <a href="https://github.com/devlooped/Merq/pull/7">#7</a> (@kzu)</li>
<li>Introduce IMessageBus unifying interface for Commands+Events <a href="https://github.com/devlooped/Merq/pull/6">#6</a> (@kzu)</li>
</ul>
<h2 id="v120-beta-2022-07-20"><a href="https://github.com/devlooped/Merq/tree/v1.2.0-beta">v1.2.0-beta</a> (2022-07-20)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/v1.2.0-alpha...v1.2.0-beta">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Ensure we strong-name the assemblies with the previous key <a href="https://github.com/devlooped/Merq/pull/4">#4</a> (@kzu)</li>
</ul>
<h2 id="v120-alpha-2022-07-16"><a href="https://github.com/devlooped/Merq/tree/v1.2.0-alpha">v1.2.0-alpha</a> (2022-07-16)</h2>
<p><a href="https://github.com/devlooped/Merq/compare/9aed78c8a37c830093a8dbeb15981df3640dd350...v1.2.0-alpha">Full Changelog</a></p>
<p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Merq maintained by <a href="https://github.com/devlooped">devlooped</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>