Skip to content

Commit 6681bbf

Browse files
committed
Adding release notes for 170.179.0
1 parent 6768b6c commit 6681bbf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

release-notes/170/170.179.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlServer.TransactSql.ScriptDom 170.179.0
4+
This update brings the following changes over the previous release:
5+
6+
### Target Platform Support
7+
8+
* .NET Framework 4.7.2 (Windows x86, Windows x64)
9+
* .NET 8 (Windows x86, Windows x64, Linux, macOS)
10+
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
11+
12+
### Dependencies
13+
* Updates .NET SDK to latest patch version 8.0.418
14+
15+
#### .NET Framework
16+
#### .NET Core
17+
18+
### New Features
19+
* Adds JSON_OBJECTAGG support for OVER clause (windowed aggregate usage).
20+
* Simplifies CREATE/ALTER EXTERNAL DATA SOURCE syntax for Fabric DW to only support the LOCATION parameter, removes support for TYPE, PUSHDOWN, and other literal/identifier options in the Fabric DW parser.
21+
22+
### Fixed
23+
* Fixes VECTOR_SEARCH TOP_N parameter to be optional.
24+
* Fixes VECTOR_SEARCH to support WITH (FORCE_ANN_ONLY) query hint.
25+
26+
### Changes
27+
28+
### Known Issues

0 commit comments

Comments
 (0)