Граф коммитов

261 Коммитов

Автор SHA1 Сообщение Дата
Nalu Tripician 5948484baa
SDK 3.43.1 : Adds version bump and changelog (#4698)
* Changelog + version bump

* refactoed update message

* fixed version
2024-09-18 18:38:44 +00:00
Kiran Kumar Kolli 9aafc77ffa
[INTERNAL] Changelog: Adds note about Newtonsoft.Json (10.0.3) security vulnerability and upgrade to latest patched version (#4694)
* [INTERNAL] Changelog: Add note about Newtonsoft.Json (10.0.3) secuirty vulnerability and upgrade to latest patched version

* Update changelog.md

Co-authored-by: Kevin Pilch <kevinpi@microsoft.com>

---------

Co-authored-by: Kevin Pilch <kevinpi@microsoft.com>
2024-09-18 00:44:43 +05:30
Nalu Tripician 0fdb5e4222
SDK 3.43.0: Adds version bump and changelog (#4666)
* added project refrence

* update changelog and version bump

* contracts

* removed unreleated change

* Update changelog.md

Co-authored-by: Kiran Kumar Kolli <kirankk@microsoft.com>

* Update changelog.md

Co-authored-by: Kiran Kumar Kolli <kirankk@microsoft.com>

* update heding description

---------

Co-authored-by: Kiran Kumar Kolli <kirankk@microsoft.com>
2024-09-04 20:08:59 +00:00
Aditya bc1a7607f8
ReleaseNotes : Fixes Release notes for v 3.42.0 (#4609)
* Initial commit

* Addressed comments
2024-07-26 06:30:01 -07:00
Nalu Tripician 38c89fd951
SDK 3.42.0: Adds version bump and changelog (#4603)
* update changelog and direcotry.build.props

* changelog

* changelog change

* api contracts

* changelog
2024-07-25 08:02:46 -07:00
Nalu Tripician 9de654e301
update changelog (#4591) 2024-07-22 12:29:10 -07:00
Sourabh Jain 6d36c36bc8
VM Metadata API: Adds an option to disable VM metadata API call (#4568)
* add env variable

* fixed tests

* removed try-catch

* add doc

* remove else

* put try-catch around test

* remove debugger

* update env variable name and updated known issue section

* updstade doc
2024-07-08 09:34:36 -07:00
hdornadula 5994b1608b
Adding new SDK changes for NzN (#4537)
* Adding new SDK changes for NzN

* Bumping up SDK version for a full release

* Fixing changelog.md
2024-06-07 23:35:54 +00:00
Aditya f1590f84a8
3.40.1: Adds new SDK versions and contract files (#4532)
* Initial commit

* Fixed version. Generated contract files off of 3.40.0 for which hotfix is being released.
2024-06-07 10:39:57 -07:00
Debdatta Kunda 618d120b44
3.40.0: Adds new SDK versions and contract files (#4505)
* Updated change log and bumped up the minor version.

* Updating the change log to remove some of the PRs.
2024-05-17 22:36:39 +00:00
Kiran Kumar Kolli 1142d664cd
[Internal] Release: Fixes SDK hotfix 3.39.2 release to disable query ODE by default (#4495)
* [Internal] Release: SDK hotfix release to disable query ODE by default

* Addressing the feedback

* Including a note in version when ODE was enabled

* including another missed commit
2024-05-17 17:57:57 +00:00
Aditya a76666dc5f
[Internal] ReleaseNotes : Adds known issue to list (#4434)
* Initial commit

* Update

---------

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
2024-04-18 13:11:34 -07:00
Philip Thomas a8f4b7e80f
SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog. (#4430)
* SDK 3.39.1/3.40.0-preview.1: Adds version bump and changelog.

* Update changelog.md

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>

---------

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com>
2024-04-18 07:08:35 +00:00
Philip Thomas 496ddba88b
SDK 3.39.0: Adds version bump and changelog. (#4391)
* SDK 3.40.0-preview.0: Adds version bump and changelog.

* SDK 3.40.0-preview.0: Adds version bump and changelog.

* SDK 3.40.0-preview.0: Adds version bump and changelog.

* change version for release; create diffs

* added query PRs to changelog

* add note for Rename refactoring of ChangeFeedItemChange<T> to changelog

* removing 4281 since it was mislabeled. it should have been treated as Internal

* grammar error

* formatting

* case change

* Update changelog.md

Co-authored-by: Justine Cocchi <jucocchi@microsoft.com>

* removing 4317 from change log. should be internal

* add new regions to changelog. also Direct Package version update

* fixed linked to DP PR

* more changes based on review

---------

Co-authored-by: Justine Cocchi <jucocchi@microsoft.com>
2024-04-09 20:17:24 +00:00
Nalu Tripician 652b99d98c
added known issue (#4349) 2024-03-17 08:34:10 +05:30
Debdatta Kunda d32f72de65
3.38.1: Adds new SDK versions and contract files (#4305)
* Code changes to bump up release versions.

* Updated changelog.

---------

Co-authored-by: REDMOND\adityasa <adityasa@microsoft.com>
2024-02-05 20:51:33 -08:00
Debdatta Kunda b933cb8e45
3.38.0: Adds new SDK versions and contract files (#4277)
* Updated change log and bumped up the minor version.

* Code changes to add few more required commits.

* Code changes to pick new commits.

* Code changes to address review comments.

* Code changes to address more review comments.

* Refactored the Warning section for better visibility.

* Removed some of the unnecessary items.
2024-01-31 22:13:14 +00:00
Nalu Tripician 4195ec0efa
SDK 3.37.1 : Adds version bump and changelog (#4231)
* [Internal] GlobalEndpointManager: Fixes Memory Leak (#4226)

* memory leak fix

* removed commented out code

* changed to async so test would pass, with just static GetPropetiesHelper will get disposed before requests go through

* added thread saftey

* fixed to interlock pattern

---------

Co-authored-by: Debdatta Kunda <87335885+kundadebdatta@users.noreply.github.com>

* changelog + version bump

* genAPI

* remove code changes

* removed nit

---------

Co-authored-by: Debdatta Kunda <87335885+kundadebdatta@users.noreply.github.com>
2024-01-03 10:40:52 -08:00
Debdatta Kunda c6918b4720
3.37.0: Adds new SDK versions and contract files (#4191)
* Updated change log and bumped up the patch version.

* Updated change log and bumped up the minor version.

* Updated change log to reflect correct version.
2023-11-17 23:00:25 +00:00
Sourabh Jain 8253befe99
Fixes changelog typo and date (#4155) 2023-10-24 11:10:21 -07:00
Sourabh Jain 5777a3af0d
SDK 3.36.0 : Adds version bump and changelog (#4118)
* first draft

* updated changelog

* remove already released PRs

* updated pr links

* changelog and contract changes

* updated changelog

* updated changelog

* updated changelog

* remove 4071 from changelog as it should be internal PR

* removed an query internal log

* updated contracts
2023-10-18 11:51:56 -04:00
Nalu Tripician 83509cc173
SDK 3.35.4: Adds version bump and changelog (#4087)
* bump version and changelog

* added apis

* Update changelog.md
2023-09-15 13:35:33 -07:00
Debdatta Kunda efb90f0941
Code changes to update change log for release 3.35.3 (#4032) 2023-08-10 20:25:15 +00:00
Debdatta Kunda 27b9350727
3.35.3: Adds new SDK versions and contract files (#4024)
* Updated change log and bumped up the patch version.

* Code changes to update the change log message.
2023-08-08 21:08:02 -07:00
akotalwar ebd1b91a26
Query: Refactors changelog.md with Optimistic Direct Execution recommendation (#4004)
* Update changelog.md

This is a recommendation for customers if they would like to use the ODE features.

* Updated release notes for ODE
2023-08-01 08:28:49 -07:00
Debdatta Kunda 5ec7b4bcd7
Code changes to update release note. (#3996) 2023-07-19 23:26:04 +00:00
Debdatta Kunda 38b556b60e
3.35.2: Adds new SDK versions and contract files (#3985)
* Updated change log and bumped up the version.

* Changing the version to 3.35.2

* Code changes to address review comments.

* Code changes to make minor fixes.

* Code changes to move some fixes into preview.
2023-07-17 19:07:24 +00:00
Fabian Meiswinkel c2bf6409c9
[Internal] Changelog: Fixes recommended version and title (#3948)
* SDK 3.35.1: Adds version bump and changelog

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md
2023-06-27 10:11:01 -07:00
Matias Quaranta cf71ddd910
SDK 3.35.1 : Adds version bump and changelog (#3945)
* version bump

* changelog

* contract
2023-06-27 09:56:29 -07:00
Nalu Tripician b1d313452c
[Internal] Last minute fix to changelog for 3.35.0 (#3921)
* release PR

* updated changelog.md

* more changelog updates

* changelog fix

* Update changelog.md

* Update changelog.md
2023-06-19 12:35:53 -07:00
Nalu Tripician b97906191c
SDK 3.35.0 : Adds version bump and changelog (#3920)
* release PR

* updated changelog.md

* more changelog updates
2023-06-19 18:34:32 +00:00
Philip Thomas 2b7d709b9f
Release: Fixes changelog.md change for 3845 to preview (#3859) 2023-05-18 09:10:49 -07:00
Philip Thomas 7b32e8eb09
SDK 3.34.0 : Adds version bump and changelog (#3855)
* SDK 3.34.0: Adds version bump and changelog

* adding changelog changes

* added a missing PREVIEW PR

* Update changelog.md

Co-authored-by: Justine Cocchi <jucocchi@microsoft.com>

* Update changelog.md

Co-authored-by: Kiran Kumar Kolli <kirankk@microsoft.com>

* removed 3840 as it was not committed

* change text for 3832

* fix merge issue

* add 3724

* Update changelog.md

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>

* Update changelog.md

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>

* including 3845

---------

Co-authored-by: Justine Cocchi <jucocchi@microsoft.com>
Co-authored-by: Kiran Kumar Kolli <kirankk@microsoft.com>
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
2023-05-18 14:47:27 +00:00
Nalu Tripician e5972ac0ff
SDK 3.33.0 : Adds version bump and changelog (#3823)
* release 3.30.0

* added changelog

* updated changelog

* updated changelog

* suggested change to changelog

* updated changelog

---------

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
2023-04-27 17:16:32 +00:00
Justine Cocchi e41eea5ad6
[Internal] Documentation: Fixes API name to NoSQL (#3795) 2023-04-04 07:50:11 -07:00
Matias Quaranta 67dc262090
Release: Adds SDK version and changelog for 3.32.3 (#3788)
* Adding contract and version bump

* Adding changelog
2023-03-30 11:19:27 -07:00
Matias Quaranta d41f099561
Release: Adds SDK version and change log for 3.32.2 (#3752)
* version bump

* contract

* changelog

* version bump

* Fixing changelog text

* Add another PR
2023-03-10 18:07:24 -08:00
Matias Quaranta 45c0d147ab
Release: Adds SDK version and changelog for 3.32.1 (#3733)
* version bump

* Contracts
2023-03-01 14:39:47 -08:00
aavasthy 8a537ce93a
3.32.0: Adds new SDK version and contract files (#3687)
* 3.32.0: Adds new SDK version and contract files

* 3.32.0: Adds new SDK version and contract files

* Updating changelog version

* Updating changelog version

* Added more commits to changelog and updated release contract

* Added documentation tags PR in changelog

* Updated changelog based on reviews

* Updated PR decsription in changelog

* Update changelog.md

Updated full fidelity change description

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>

---------

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
2023-02-06 10:39:11 -08:00
neildsh 6762e07ed5
Release: Adds SDK version and changelog for 3.31.2 (#3546)
* Bumped SDK version and changelog

* Added contracts file for 3.31.2
2022-11-03 13:47:15 -07:00
Debdatta Kunda 543294cd7e
Updated change log and bumped up the version. (#3526) 2022-10-29 14:08:48 -07:00
Justine Cocchi 10fdbf1cd5
Changelog: update recommended version to 3.31.0 (#3500)
Release notes
2022-10-12 15:30:50 -07:00
Debdatta Kunda f1f454452d
3.31.0: Adds new SDK versions and contract files (#3485)
* Adding new SDK Version and Contract Files.

* Code changes to reflect the correct date of release.

* Code changes to address review comments.

* Code changes to add few fixes.
2022-10-03 12:33:24 -07:00
Debdatta Kunda d942501229
3.30.1: Adds new SDK versions and contract files (#3436)
* Updated change log and bumped up the version.

* Code changes to add detailed change log.
2022-09-01 00:18:44 +00:00
Debdatta Kunda f699ced3b5
3.30.0: Adds new SDK versions and contract files (#3390)
* Adding new SDK Version and Contract Files.

* Code chamges to address review coments.

* Address minor cosmetic changes.

* Rebased codebase to add PR 3391

* Code changes to address review comments on naming convention.
2022-08-19 14:52:00 -07:00
Fabian Meiswinkel 7055fb72df
[Internal] Changelog: Fixes PR links 2022-07-12 10:11:16 +02:00
Matias Quaranta d81b7b5f7d
[Internal] Changelog: Fixes 3.29.0 release date 2022-07-11 22:20:04 +02:00
Matias Quaranta dc009da359
3.29.0: Adds new SDK versions and contract files (#3332)
* Version bump

* changelog

* contracts

* Add open telemetry to changelog

* Removing linq item
2022-07-11 08:16:15 -07:00
Matias Quaranta e8d81a1ec4
3.28.0: Adds new SDK version and contract files (#3264)
* bumping sdk version

* Contracts

* changelog

* Contract changes
2022-06-14 18:04:59 +00:00
Iman Malik cee34ce3cf
3.27.2: Fixes PR Links in Release Notes (#3246) 2022-06-02 17:47:26 +00:00