Skip to content

Releases: microsoft/update-server-server-sync

UpSync 3.0.4

UpSync 3.0.4 Pre-release
Pre-release

Choose a tag to compare

@Almost-Done Almost-Done released this 13 Oct 21:12

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

UpSync 3.0.3 Pre-release
Pre-release

Choose a tag to compare

@Almost-Done Almost-Done released this 26 Sep 22:05

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

UpSync 3.0.2

Choose a tag to compare

@Almost-Done Almost-Done released this 23 Sep 19:35

Fix out of memory errors when serializing large query results.

UpSync 3.0.1

Choose a tag to compare

@Almost-Done Almost-Done released this 19 Sep 18:28

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

UpSync 3.0 Pre-release
Pre-release

Choose a tag to compare

@Almost-Done Almost-Done released this 07 May 00:11

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

Choose a tag to compare

@Almost-Done Almost-Done released this 27 Sep 04:06

Add KBArticle filter option for fast lookup by KbArticle.

UpSync 2.5

Choose a tag to compare

@Almost-Done Almost-Done released this 11 Sep 05:31
  • 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

2.0

Choose a tag to compare

@Almost-Done Almost-Done released this 22 Aug 03:34

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

Choose a tag to compare

@Almost-Done Almost-Done released this 25 Jul 04:42

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

1.9

1.9

Choose a tag to compare

@Almost-Done Almost-Done released this 23 Jul 04:34

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