Skip to content

Commit

Permalink
Changelog for v1.13.2 (#3962)
Browse files Browse the repository at this point in the history
* Revert "Add Service Connector (#3790)"

    This reverts commit 58588c1.

* Changelog and third party notices

* Fix changelog link

* Remove service connector

* Grab package-lock from main

* Fix package-lock.json

* Fix package-lock.json

* Fix package-lock.json

* Edit changelog to be more consistent with App Service
  • Loading branch information
nturinski authored Jan 31, 2024
1 parent 3e321cb commit c58c59c
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 24 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 1.13.2 - 2024-01-31

## Added
* [[3881]](https://github.com/microsoft/vscode-azurefunctions/pull/3881) Add workspace functions to extension API
* [[3887]](https://github.com/microsoft/vscode-azurefunctions/pull/3887) Automatically enable full monitoring for Java Elastic Premium
* [[3916]](https://github.com/microsoft/vscode-azurefunctions/pull/3916) Add EventGrid Cloud Event templates for .NET to verified list
* [[3924]](https://github.com/microsoft/vscode-azurefunctions/pull/3924), [[3297]](https://github.com/microsoft/vscode-azurefunctions/pull/3927) Improve creating new local app setting experience during new function template creation

## Fixed
* [[3813]](https://github.com/microsoft/vscode-azurefunctions/pull/3813) Fix Windows files not appearing under the Files node
* [[3889]](https://github.com/microsoft/vscode-azurefunctions/pull/3889) Fix .gitignore being ignored during deployment

## Removed
* [[3902]](https://github.com/microsoft/vscode-azurefunctions/pull/3902) Remove Azure Account from extension dependencies

## Changed
* [[3888]](https://github.com/microsoft/vscode-azurefunctions/pull/3888) Revert hardcoded template version of '[3.*, 4.0.0)'
* [[3905]](https://github.com/microsoft/vscode-azurefunctions/pull/3905) Update all backup templates

## Engineering
* [[3831]](https://github.com/microsoft/vscode-azurefunctions/pull/3831) Use Node 18.15
* [[3832]](https://github.com/microsoft/vscode-azurefunctions/pull/3832) Remove all .NET 5 (EOL) tests
* [[3918]](https://github.com/microsoft/vscode-azurefunctions/pull/3918) Update `eslint-config` to enforce import types

**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/compare/v1.12.4...v1.13.2

## 1.13.1 - 2023-09-26

### Added
Expand Down
96 changes: 75 additions & 21 deletions NOTICE.html
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,39 @@ <h1>NOTICES AND INFORMATION</h1>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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.
</pre>
</details>
</li>
<li>
<details>
<summary>
@azure/arm-servicelinker 2.1.0 - MIT
</summary>
<p><a href="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker">https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicelinker/arm-servicelinker</a></p>
<ul><li>Copyright (c) 2022 Microsoft</li>
<li>Copyright (c) Microsoft Corporation</li></ul>
<pre>
The MIT License (MIT)

Copyright (c) 2022 Microsoft

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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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
Expand Down Expand Up @@ -3410,30 +3443,19 @@ <h1>NOTICES AND INFORMATION</h1>
<li>
<details>
<summary>
axios 0.26.1 - MIT
axios 1.6.1 - MIT
</summary>
<p><a href="https://axios-http.com/">https://axios-http.com/</a></p>
<ul><li>Copyright (c) 2014-present Matt Zabriskie</li></ul>
<ul><li>Copyright (c) 2023 Matt Zabriskie and contributors</li>
<li>Copyright (c) 2014-present Matt Zabriskie &amp; Collaborators</li></ul>
<pre>
Copyright (c) 2014-present Matt Zabriskie
# Copyright (c) 2014-present Matt Zabriskie &amp; Collaborators

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:
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:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.
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.

</pre>
</details>
Expand Down Expand Up @@ -4295,7 +4317,7 @@ <h1>NOTICES AND INFORMATION</h1>
<li>
<details>
<summary>
follow-redirects 1.15.2 - MIT
follow-redirects 1.15.4 - MIT
</summary>
<p><a href="https://github.com/follow-redirects/follow-redirects">https://github.com/follow-redirects/follow-redirects</a></p>
<ul><li>Copyright 2014-present Olivier Lalonde &lt;olalonde@gmail.com&gt; , James Talmage &lt;james@talmage.io&gt; , Ruben Verborgh</li></ul>
Expand Down Expand Up @@ -5639,6 +5661,38 @@ <h1>NOTICES AND INFORMATION</h1>
</pre>
</details>
</li>
<li>
<details>
<summary>
proxy-from-env 1.1.0 - MIT
</summary>
<p><a href="https://github.com/Rob--W/proxy-from-env#readme">https://github.com/Rob--W/proxy-from-env#readme</a></p>
<ul><li>Copyright (c) 2016-2018 Rob Wu &lt;rob@robwu.nl&gt;</li></ul>
<pre>
The MIT License

Copyright (C) 2016-2018 Rob Wu &lt;rob@robwu.nl&gt;

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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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.

</pre>
</details>
</li>
<li>
<details>
<summary>
Expand Down Expand Up @@ -6110,7 +6164,7 @@ <h1>NOTICES AND INFORMATION</h1>
<li>
<details>
<summary>
tas-client 0.1.58 - MIT
tas-client 0.1.73 - MIT
</summary>

<ul><li>Copyright (c) Microsoft Corporation</li></ul>
Expand Down Expand Up @@ -6468,7 +6522,7 @@ <h1>NOTICES AND INFORMATION</h1>
<li>
<details>
<summary>
vscode-tas-client 0.1.63 - MIT
vscode-tas-client 0.1.75 - MIT
</summary>

<ul><li>Copyright (c) Microsoft Corporation</li></ul>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azurefunctions",
"displayName": "Azure Functions",
"description": "%azureFunctions.description%",
"version": "1.13.2-alpha.0",
"version": "1.13.2",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit c58c59c

Please sign in to comment.