Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #1

Merged
merged 14 commits into from
Apr 13, 2024
Merged

Update #1

merged 14 commits into from
Apr 13, 2024

Conversation

nd1012
Copy link
Owner

@nd1012 nd1012 commented Apr 6, 2024

No description provided.

@nd1012 nd1012 added the enhancement New feature or request label Apr 6, 2024
@nd1012 nd1012 self-assigned this Apr 6, 2024
nd1012 added 13 commits April 6, 2024 19:27
* `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
+ 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
* `DiscoveryConfig.GetDiscoveryConfig` is now asynchronous and named `GetDiscoveryConfigAsync`
* `DomainConfig.LoginNameMapping` is now a `Dictionary<string, string>`
+ 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 version`, which is the default now (previous was `systemd`)
+ 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 1.024 bytes
+ Added `XmlResponse`
+ Pre-forking controller results also
+ Added `DiscoveryConfig:StreamPoolCapacity` to `appsettings.json`
+ Added CLI API `about`
@nd1012 nd1012 merged commit eab42bd into main Apr 13, 2024
1 check passed
@nd1012 nd1012 deleted the dev branch April 13, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant