-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from nd1012/dev
* `DiscoveryConfig.GetDiscoveryConfig` returns an `IReadOnlyDictionary<string, DomainConfig>` now * `DiscoveryConfig.KnownProxies` is an `IReadOnlySet<IPAddress>` now * `DomainConfig.AcceptedDomains` and `DomainConfig.Protocols` is an `IReadOnlyList<string>` now * `Protocol.LoginName_Delegate` changed * `Protocol.CreateXml` changed * `DiscoveryConfig.GetDiscoveryConfig` is now asynchronous and named `GetDiscoveryConfigAsync` * `DomainConfig.LoginNameMapping` is now a `Dictionary<string, string>` + Added `DiscoveryConfig.Current` + `DiscoveryConfig.GetDiscoveryConfig` is virtual now + Added `DomainConfig.LoginNameMapping` + Added `DomainConfig.LoginNameMappingRequired` + Added `Protocol.DefaultLoginName` + Added `Protocol.LoginNameMapping` + Added `Protocol.LoginNameMappingRequired` + Added Aspire support + Added `DiscoveryConfig.EmailMappings` + Added `DomainConfig.GetConfig` + Added `EmailMapping` + Added `CommandLineInterface.ParsePostfixEmailMappingsAsync` + Added `DiscoveryConfig.WatchEmailMappings` + Added `DiscoveryConfig.WatchFiles` + Added `DiscoveryConfig.PreReloadCommand´ + Added `VersionInfo` + Added CLI API `autodiscover upgrade` + Added CLI API `autodiscover post-upgrade` (for internal use) + Added automatic online upgrade + Added `Trunk` build configuration + Added request body length limit of 512 bytes + Added `XmlResponse` + Pre-forking controller results now + Added CLI API `about`
- Loading branch information
Showing
32 changed files
with
1,707 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.