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

3.1.0 Release #171

Merged
merged 41 commits into from
Jun 2, 2019
Merged

3.1.0 Release #171

merged 41 commits into from
Jun 2, 2019

Conversation

nblumhardt
Copy link
Member

Lots of new work, plus some approved PRs waiting to go. Shall we assemble a new release of this package? Happy to do the merges/testing etc., if everyone thinks this is ready?

tsimbalar and others added 30 commits October 17, 2018 22:01
To pass around the `IConfiguration` object instead of a `static` member
and simplify some method signatures
to avoid checks for null dependencyContext in ConfigurationReader and split responsabilities
and reduce number of arguments to pass around
`licenseUrl` is now deprecated so we use a `license expression`
No longer rely on static state in ConfigurationReader
- ArgumentNullException fix when BaseDirectory is null
- additional paths probing:  AppDomainSetup.PrivateBinPath, current assembly location path when BaseDirectory is null
- fine-tune ReloadDelay for the DynamicLevelChangeTests
- extract strings to constants
…figuration into dev

# Conflicts:
#	src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs
Support simple type names for Serilog types (fixes #81)
Respect dynamic logging level changes for LevelSwitch section
Update Nuget package license format to new format
DllScanningAssemblyFinder fixes (#157, #150, #122, #156)
@tsimbalar
Copy link
Member

Quite happy to merge "as is".

Within the remaining PRs, here is my take on it :

We may want to already increase the version number to v3.1 on the dev branch 👍

dzmitry.lahoda and others added 6 commits May 3, 2019 17:34
@tsimbalar
Copy link
Member

Should we merge what we have and make a v3.1 out of it (before we actually forget what the changes we have were all about :P) ?

I think we should :

Once this is pushed out the door, we can quietly review what to do with :

What do you think ?

Added new ReadFrom.Configuration(...) overloads; Marked old as obsolete (#148)
…ttest

added test to show how to filter child contexts
@nblumhardt nblumhardt changed the title [WIP] 3.1.0 Release 3.1.0 Release Jun 2, 2019
@nblumhardt
Copy link
Member Author

Sounds like a plan, @tsimbalar !

I've merged the three you suggested, and once the build completes I'll make the release 👍

@nblumhardt nblumhardt merged commit fc0969f into master Jun 2, 2019
@nblumhardt
Copy link
Member Author

https://github.com/serilog/serilog-settings-configuration/releases/tag/v3.1.0

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants