-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
170 lines (112 loc) · 7.21 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
<!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="/CloudStorageAccount/assets/css/style.css?v=7673c1cb3fcd8353ab1e7be3dd2c334848e52422">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Changelog | CloudStorageAccount</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="Brings back the CloudStorageAccount for Azure Storage v12+" />
<meta property="og:description" content="Brings back the CloudStorageAccount for Azure Storage v12+" />
<meta property="og:site_name" content="CloudStorageAccount" />
<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":"Brings back the CloudStorageAccount for Azure Storage v12+","headline":"Changelog","url":"/CloudStorageAccount/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="/CloudStorageAccount/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/CloudStorageAccount">View on GitHub</a>
<h1 id="project_title">CloudStorageAccount</h1>
<h2 id="project_tagline">Brings back the CloudStorageAccount for Azure Storage v12+</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="v130-2024-10-22"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.3.0">v1.3.0</a> (2024-10-22)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.2.0...v1.3.0">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Skip code analysis for source-only package <a href="https://github.com/devlooped/CloudStorageAccount/pull/121">#121</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add readme doc on SL v2 inclusion. <a href="https://github.com/devlooped/CloudStorageAccount/pull/122">#122</a> (@kzu)</li>
<li>Add SponsorLink v2 <a href="https://github.com/devlooped/CloudStorageAccount/pull/120">#120</a> (@kzu)</li>
<li>Remove old SL v1 code <a href="https://github.com/devlooped/CloudStorageAccount/pull/114">#114</a> (@kzu)</li>
</ul>
<h2 id="v120-2023-08-11"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.2.0">v1.2.0</a> (2023-08-11)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.1.2...v1.2.0">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Remove current implementation of SponsorLink for now <a href="https://github.com/devlooped/CloudStorageAccount/pull/86">#86</a> (@kzu)</li>
</ul>
<h2 id="v112-2023-08-08"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.1.2">v1.1.2</a> (2023-08-08)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.1.1...v1.1.2">Full Changelog</a></p>
<h2 id="v111-2023-08-02"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.1.1">v1.1.1</a> (2023-08-02)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.1.0...v1.1.1">Full Changelog</a></p>
<h2 id="v110-2023-03-28"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.1.0">v1.1.0</a> (2023-03-28)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.0.2...v1.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Add SponsorLink to ensure ongoing development and support <a href="https://github.com/devlooped/CloudStorageAccount/pull/60">#60</a> (@kzu)</li>
<li>Switch to Polysharp and allow null strings in TryParse <a href="https://github.com/devlooped/CloudStorageAccount/pull/59">#59</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>⛙ ⬆️ Bump dependencies <a href="https://github.com/devlooped/CloudStorageAccount/pull/58">#58</a> (@github-actions[bot])</li>
</ul>
<h2 id="v102-2023-01-20"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.0.2">v1.0.2</a> (2023-01-20)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.0.1...v1.0.2">Full Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Add missing SAS credential support in Blob and Queue extension <a href="https://github.com/devlooped/CloudStorageAccount/pull/45">#45</a> (@kzu)</li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>+M▼ includes <a href="https://github.com/devlooped/CloudStorageAccount/pull/22">#22</a> (@github-actions[bot])</li>
<li>Bump to latest packages <a href="https://github.com/devlooped/CloudStorageAccount/pull/19">#19</a> (@kzu)</li>
<li>+M▼ includes <a href="https://github.com/devlooped/CloudStorageAccount/pull/18">#18</a> (@github-actions[bot])</li>
<li>+M▼ includes <a href="https://github.com/devlooped/CloudStorageAccount/pull/17">#17</a> (@github-actions[bot])</li>
</ul>
<h2 id="v101-2022-04-26"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.0.1">v1.0.1</a> (2022-04-26)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v1.0.0...v1.0.1">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Add readmes and source-only package <a href="https://github.com/devlooped/CloudStorageAccount/pull/6">#6</a> (@kzu)</li>
</ul>
<h2 id="v100-2022-04-25"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v1.0.0">v1.0.0</a> (2022-04-25)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/v0.2.0-alpha...v1.0.0">Full Changelog</a></p>
<h2 id="v020-alpha-2022-04-24"><a href="https://github.com/devlooped/CloudStorageAccount/tree/v0.2.0-alpha">v0.2.0-alpha</a> (2022-04-24)</h2>
<p><a href="https://github.com/devlooped/CloudStorageAccount/compare/ad23b64f489fd7a861ff59ee2e2fb697a1711519...v0.2.0-alpha">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Port tests, add client extension methods <a href="https://github.com/devlooped/CloudStorageAccount/pull/5">#5</a> (@kzu)</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">CloudStorageAccount 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>