-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
91 lines (63 loc) · 3.78 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
<!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="/dotnet-eventgrid/assets/css/style.css?v=32a5ebf3abbccb993088e88d88e222edf4f373d8">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Changelog | dotnet-eventgrid</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Changelog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Azure Function app and accompanying dotnet global tool to monitor Azure EventGrid streams in real-time." />
<meta property="og:description" content="Azure Function app and accompanying dotnet global tool to monitor Azure EventGrid streams in real-time." />
<meta property="og:site_name" content="dotnet-eventgrid" />
<script type="application/ld+json">
{"url":"/dotnet-eventgrid/changelog.html","headline":"Changelog","@type":"WebPage","description":"Azure Function app and accompanying dotnet global tool to monitor Azure EventGrid streams in real-time.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/devlooped/dotnet-eventgrid">View on GitHub</a>
<h1 id="project_title">dotnet-eventgrid</h1>
<h2 id="project_tagline">Azure Function app and accompanying dotnet global tool to monitor Azure EventGrid streams in real-time.</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="v111-2023-01-11"><a href="https://github.com/devlooped/dotnet-eventgrid/tree/v1.1.1">v1.1.1</a> (2023-01-11)</h2>
<p><a href="https://github.com/devlooped/dotnet-eventgrid/compare/v1.1.0...v1.1.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Pass optional access key as a header value <a href="https://github.com/devlooped/dotnet-eventgrid/pull/64">#64</a> (@kzu)</li>
</ul>
<h2 id="v110-2023-01-11"><a href="https://github.com/devlooped/dotnet-eventgrid/tree/v1.1.0">v1.1.0</a> (2023-01-11)</h2>
<p><a href="https://github.com/devlooped/dotnet-eventgrid/compare/v1.0.0...v1.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add support for JQ when rendering JSON event data <a href="https://github.com/devlooped/dotnet-eventgrid/issues/61">#61</a></li>
<li>Add support for JQ when rendering JSON event data <a href="https://github.com/devlooped/dotnet-eventgrid/pull/62">#62</a> (@kzu)</li>
</ul>
<h2 id="v100-2021-07-19"><a href="https://github.com/devlooped/dotnet-eventgrid/tree/v1.0.0">v1.0.0</a> (2021-07-19)</h2>
<p><a href="https://github.com/devlooped/dotnet-eventgrid/compare/fe5342e3d19d0b6b2faacaca4f4da260f0333167...v1.0.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Include readme in package for better discoverability <a href="https://github.com/devlooped/dotnet-eventgrid/issues/23">#23</a></li>
</ul>
<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">dotnet-eventgrid 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>