Skip to content

Commit b86cfd1

Browse files
Bump version, update changelog, and generate notice (#3802)
1 parent ae00929 commit b86cfd1

4 files changed

Lines changed: 222 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 1.12.3 - 2023-08-10
4+
5+
### Fixed
6+
* `(intermediate value).parsedBody.map is not a function` error when deploying Function App [#3769](https://github.com/microsoft/vscode-azurefunctions/issues/3769)
7+
* Fail to connect to log stream [#3775](https://github.com/microsoft/vscode-azurefunctions/issues/3775)
8+
* Unexpected status code: 401 when executing remote function [#3788](https://github.com/microsoft/vscode-azurefunctions/pull/3788)
9+
* Azure Functions icon not appearing in the workspace view when using a light theme [#3783](https://github.com/microsoft/vscode-azurefunctions/issues/3783)
10+
11+
### Changed
12+
* Azure Functions runtime V2 and V3 now show EOL warnings [#3771](https://github.com/microsoft/vscode-azurefunctions/pull/3771)
13+
314
## 1.12.2 - 2023-08-01
415

516
### Fixed

NOTICE.html

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,6 +2428,41 @@ <h1>NOTICES AND INFORMATION</h1>
24282428
</pre>
24292429
</details>
24302430
</li>
2431+
<li>
2432+
<details>
2433+
<summary>
2434+
@babel/runtime-corejs3 7.22.6 - MIT
2435+
</summary>
2436+
2437+
<ul><li>Copyright (c) 2014-present, Facebook, Inc.</li>
2438+
<li>Copyright (c) 2014-present Sebastian McKenzie and other contributors</li></ul>
2439+
<pre>
2440+
MIT License
2441+
2442+
Copyright (c) 2014-present Sebastian McKenzie and other contributors
2443+
2444+
Permission is hereby granted, free of charge, to any person obtaining
2445+
a copy of this software and associated documentation files (the
2446+
&quot;Software&quot;), to deal in the Software without restriction, including
2447+
without limitation the rights to use, copy, modify, merge, publish,
2448+
distribute, sublicense, and/or sell copies of the Software, and to
2449+
permit persons to whom the Software is furnished to do so, subject to
2450+
the following conditions:
2451+
2452+
The above copyright notice and this permission notice shall be
2453+
included in all copies or substantial portions of the Software.
2454+
2455+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
2456+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2457+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2458+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2459+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2460+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2461+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2462+
2463+
</pre>
2464+
</details>
2465+
</li>
24312466
<li>
24322467
<details>
24332468
<summary>
@@ -3162,6 +3197,26 @@ <h1>NOTICES AND INFORMATION</h1>
31623197
</pre>
31633198
</details>
31643199
</li>
3200+
<li>
3201+
<details>
3202+
<summary>
3203+
@types/node 16.18.38 - MIT
3204+
</summary>
3205+
<p><a href="https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node">https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node</a></p>
3206+
<ul><li>Copyright (c) Microsoft Corporation</li></ul>
3207+
<pre>
3208+
MIT License
3209+
3210+
Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
3211+
3212+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3213+
3214+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3215+
3216+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3217+
</pre>
3218+
</details>
3219+
</li>
31653220
<li>
31663221
<details>
31673222
<summary>
@@ -3578,6 +3633,106 @@ <h1>NOTICES AND INFORMATION</h1>
35783633
</pre>
35793634
</details>
35803635
</li>
3636+
<li>
3637+
<details>
3638+
<summary>
3639+
core-js-pure 3.31.1 - MIT
3640+
</summary>
3641+
<p><a href="https://github.com/zloirock/core-js#readme">https://github.com/zloirock/core-js#readme</a></p>
3642+
<ul><li>Copyright (c) 2014-2023 Denis Pushkarev</li>
3643+
<li>copyright (c) 2014-2023 Denis Pushkarev</li></ul>
3644+
<pre>
3645+
Copyright (c) 2014-2023 Denis Pushkarev
3646+
3647+
Permission is hereby granted, free of charge, to any person obtaining a copy
3648+
of this software and associated documentation files (the &quot;Software&quot;), to deal
3649+
in the Software without restriction, including without limitation the rights
3650+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3651+
copies of the Software, and to permit persons to whom the Software is
3652+
furnished to do so, subject to the following conditions:
3653+
3654+
The above copyright notice and this permission notice shall be included in
3655+
all copies or substantial portions of the Software.
3656+
3657+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3658+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3659+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3660+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3661+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3662+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3663+
THE SOFTWARE.
3664+
3665+
</pre>
3666+
</details>
3667+
</li>
3668+
<li>
3669+
<details>
3670+
<summary>
3671+
cross-fetch 4.0.0 - MIT
3672+
</summary>
3673+
<p><a href="https://github.com/lquixada/cross-fetch">https://github.com/lquixada/cross-fetch</a></p>
3674+
<ul><li>Copyright (c) 2017 Leonardo Quixada</li>
3675+
<li>(c) Leonardo Quixada (https://twitter.com/lquixada/)</li>
3676+
<li>Copyright (c) 2010 Thomas Fuchs (http://script.aculo.us/thomas)</li></ul>
3677+
<pre>
3678+
The MIT License (MIT)
3679+
3680+
Copyright (c) 2017 Leonardo Quixad&#225;
3681+
3682+
Permission is hereby granted, free of charge, to any person obtaining a copy
3683+
of this software and associated documentation files (the &quot;Software&quot;), to deal
3684+
in the Software without restriction, including without limitation the rights
3685+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3686+
copies of the Software, and to permit persons to whom the Software is
3687+
furnished to do so, subject to the following conditions:
3688+
3689+
The above copyright notice and this permission notice shall be included in all
3690+
copies or substantial portions of the Software.
3691+
3692+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3693+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3694+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3695+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3696+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3697+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3698+
SOFTWARE.
3699+
3700+
</pre>
3701+
</details>
3702+
</li>
3703+
<li>
3704+
<details>
3705+
<summary>
3706+
dayjs 1.11.9 - MIT
3707+
</summary>
3708+
<p><a href="https://day.js.org/">https://day.js.org/</a></p>
3709+
<ul><li>Copyright (c) 2018-present, iamkun</li></ul>
3710+
<pre>
3711+
MIT License
3712+
3713+
Copyright (c) 2018-present, iamkun
3714+
3715+
Permission is hereby granted, free of charge, to any person obtaining a copy
3716+
of this software and associated documentation files (the &quot;Software&quot;), to deal
3717+
in the Software without restriction, including without limitation the rights
3718+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3719+
copies of the Software, and to permit persons to whom the Software is
3720+
furnished to do so, subject to the following conditions:
3721+
3722+
The above copyright notice and this permission notice shall be included in all
3723+
copies or substantial portions of the Software.
3724+
3725+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3726+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3727+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3728+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3729+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3730+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3731+
SOFTWARE.
3732+
3733+
</pre>
3734+
</details>
3735+
</li>
35813736
<li>
35823737
<details>
35833738
<summary>
@@ -4037,6 +4192,39 @@ <h1>NOTICES AND INFORMATION</h1>
40374192
</pre>
40384193
</details>
40394194
</li>
4195+
<li>
4196+
<details>
4197+
<summary>
4198+
fast-glob 3.3.0 - MIT
4199+
</summary>
4200+
<p><a href="https://github.com/mrmlnc/fast-glob#readme">https://github.com/mrmlnc/fast-glob#readme</a></p>
4201+
<ul><li>Copyright (c) Denis Malinochkin</li></ul>
4202+
<pre>
4203+
The MIT License (MIT)
4204+
4205+
Copyright (c) Denis Malinochkin
4206+
4207+
Permission is hereby granted, free of charge, to any person obtaining a copy
4208+
of this software and associated documentation files (the &quot;Software&quot;), to deal
4209+
in the Software without restriction, including without limitation the rights
4210+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4211+
copies of the Software, and to permit persons to whom the Software is
4212+
furnished to do so, subject to the following conditions:
4213+
4214+
The above copyright notice and this permission notice shall be included in all
4215+
copies or substantial portions of the Software.
4216+
4217+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4218+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4219+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4220+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4221+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4222+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4223+
SOFTWARE.
4224+
4225+
</pre>
4226+
</details>
4227+
</li>
40404228
<li>
40414229
<details>
40424230
<summary>
@@ -5810,6 +5998,26 @@ <h1>NOTICES AND INFORMATION</h1>
58105998
</pre>
58115999
</details>
58126000
</li>
6001+
<li>
6002+
<details>
6003+
<summary>
6004+
simple-git 3.19.1 - MIT
6005+
</summary>
6006+
<p><a href="https://github.com/steveukx/git-js#readme">https://github.com/steveukx/git-js#readme</a></p>
6007+
6008+
<pre>
6009+
MIT License
6010+
6011+
Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
6012+
6013+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6014+
6015+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6016+
6017+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6018+
</pre>
6019+
</details>
6020+
</li>
58136021
<li>
58146022
<details>
58156023
<summary>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurefunctions",
33
"displayName": "Azure Functions",
44
"description": "%azureFunctions.description%",
5-
"version": "1.12.3-alpha.0",
5+
"version": "1.12.3",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)