Skip to content

Releases: microsoft/update-server-server-sync

UpSync 3.0.4

13 Oct 21:12
Compare
Choose a tag to compare
UpSync 3.0.4 Pre-release
Pre-release

Fix crash in Upsync when running with redirected console output. When redirecting upsync output, the tool will write newlines between status messages instead of clearing the current line.

UpSync 3.0.3

26 Sep 22:05
Compare
Choose a tag to compare
UpSync 3.0.3 Pre-release
Pre-release

Reduce query result JSON by writing extended update metadata only when explicitly requested.

UpSync 3.0.2

23 Sep 19:35
Compare
Choose a tag to compare

Fix out of memory errors when serializing large query results.

UpSync 3.0.1

19 Sep 18:28
Compare
Choose a tag to compare

Fix issue with redirecting the output of the "query" command to a text file.

Add option to save query results as JSON file.

UpSync 3.0

07 May 00:11
Compare
Choose a tag to compare
UpSync 3.0 Pre-release
Pre-release

Built from v3 of the library.

Provides a complete update metadata object mode: applicability, expressions, supersede chains, dependency graph, etc.

Better and more efficient local and Azure blob storage for update metadata and content.

Support for both server sync (WSUS downstream) and client sync (MUv6 to Windows Update clients).

The .NET6 runtime is required to run this tool. Install the hosting bundle to be able to run the server and client sync servers as well.

UpSync 2.6

27 Sep 04:06
Compare
Choose a tag to compare

Add KBArticle filter option for fast lookup by KbArticle.

UpSync 2.5

11 Sep 05:31
Compare
Choose a tag to compare
  • Index driver update metadata in the metadata source files.
  • Allow query filters by device hardware ID and computer hardware ID
  • Add "match-driver" command line that finds the best driver match for a device hardware ID (and optional computer hardware ID) given a list of installed pre-requisites.

See the wiki for help with new command line switches.

2.0

22 Aug 03:34
Compare
Choose a tag to compare
2.0

Replace the file system repository with a compressed metadata source file. Reduces the local size of updates metadata from ~26 GB to 1.4GB when storing all updates in the Microsoft Update catalog.

Add lazy loaded indexes in the metadata source file. The metadata source file loads faster and provides fast lookup of most interesting metadata fields.

Use "pre-fetch" to get a categories source file, then use "fetch" with the categories source file as a baseline to get updates. "sync-categories" and "sync-updates" have been removed.

Filters are now optional with "fetch". If omitted, all updates are retrieved.

All commands that had a --repo-path option before now have a --source option that takes a metadata source file.

1.10

25 Jul 04:42
Compare
Choose a tag to compare

Fix content downloads from downstream servers.
Add stub WSUS reporting services implemented as ASP.NET Core.
Expose update XML metadata from IRepository.

1.9

23 Jul 04:34
Compare
Choose a tag to compare
1.9

Add authentication with custom account name and GUID. Implement setting and persisting authentication credentials for a local repository.