Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4280961
update service versions (#49174)
browndav-msft May 18, 2026
ce83bc7
Storage - STG104 Add Blob Access Tier to Get Blob Response (#49219)
browndav-msft May 27, 2026
b3eaac3
Storage - STG104 Container Change Feed (#49307)
gunjansingh-msft Jun 23, 2026
7055a5b
updating off main branch
Jun 23, 2026
71762ab
Storage - Content Validation STG104 (#49610)
gunjansingh-msft Jun 23, 2026
ed84cca
Storage - [Content Validation] Make synchronous stageBlock request bo…
ibrandes Jun 24, 2026
00d646c
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
ibrandes Jun 25, 2026
057b73c
Revert "Storage - STG104 Container Change Feed (#49307)" (#49690)
browndav-msft Jul 1, 2026
967e2d9
Storage - STG104 File Share Mock Retry Test Adjustment (#49711)
ibrandes Jul 2, 2026
a2922d6
Storage - STG104 File List Ranges Continuation Token (#49232)
browndav-msft Jul 2, 2026
36c7d7b
Storage - STG104 Add Blob Access Tier to Get Blob Response (#49559)
browndav-msft Jul 2, 2026
9d4d3d9
Storage - Stg104 MD5/CRC64 Combined Return (#49177)
browndav-msft Jul 2, 2026
b75c5ff
Storage - STG104 NFS List V2 Files and Directories (#49246)
browndav-msft Jul 2, 2026
cfa35fe
Storage - STG104 Swagger Link Updates and Test Recording Consolidatio…
ibrandes Jul 8, 2026
35bbb94
Storage - STG 104 Photon (#49365)
browndav-msft Jul 9, 2026
137c8fa
Revert "Storage - STG104 NFS List V2 Files and Directories (#49246)" …
browndav-msft Jul 13, 2026
3226b7b
Storage - STG104 API Review Feedback (#49666)
ibrandes Jul 14, 2026
4a9bf9c
Remove STG104 (2026-12-06) service version (#49810)
browndav-msft Jul 15, 2026
cdcfd63
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
ibrandes Jul 23, 2026
147f5fe
Make photon changes (#49837)
browndav-msft Jul 16, 2026
356f6b7
Storage - STG104 Live Test Cleanup (#49919)
ibrandes Jul 27, 2026
d6ceeb3
Merge branch 'main' into feature/storage/stg104base
ibrandes Jul 27, 2026
1fa1168
addressing comments
ibrandes Jul 27, 2026
3785001
validate list blob options so that endBefore isn't a silent failure
browndav-msft Jul 28, 2026
b410020
add recordings
browndav-msft Jul 28, 2026
2a9fd45
Merge branch 'main' into feature/storage/stg104base
ibrandes Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,40 @@ See the License for the specific language governing permissions and limitations

-------------------------------------------------------------------------------------------------

License notice for Apache Arrow
-------------------------------------------------------------------------------

apache-arrow-java (https://github.com/apache/arrow-java)
Copyright 2015-2024 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

-------------------------------------------------------------------------------------------------

License notice for FlatBuffers
-------------------------------------------------------------------------------

flatbuffers (https://github.com/google/flatbuffers)
Copyright 2014 Google Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

-------------------------------------------------------------------------------------------------

License notice for GraalVM
------------------------------------------------------------------------------
org.graalvm.sdk:graal-sdk - https://github.com/graalvm/native-build-tools/blob/master/common/junit-platform-native/LICENSE
Expand Down Expand Up @@ -609,4 +643,4 @@ compliance with the License. You may obtain a copy of the License at:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License.
language governing permissions and limitations under the License.
2 changes: 2 additions & 0 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ com.github.spotbugs:spotbugs;4.8.3
com.github.spotbugs:spotbugs-annotations;4.8.3
com.github.spotbugs:spotbugs-maven-plugin;4.8.3.1
com.google.code.gson:gson;2.14.0
com.google.flatbuffers:flatbuffers-java;25.2.10
com.google.guava:guava;33.6.0-jre
com.h2database:h2;2.2.220
com.h3xstream.findsecbugs:findsecbugs-plugin;1.9.0
Expand Down Expand Up @@ -63,6 +64,7 @@ io.vertx:vertx-codegen;4.5.27
io.vertx:vertx-core;4.5.27
javax.websocket:javax.websocket-api;1.1
org.apache.ant:ant;1.10.15
org.apache.arrow:arrow-format;19.0.0
org.apache.avro:avro;1.11.4
org.apache.avro:avro-maven-plugin;1.11.4
org.apache.commons:commons-lang3;3.18.0
Expand Down
Loading
Loading