This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Releases: themotleyfool/NuGet.Lucene
Releases · themotleyfool/NuGet.Lucene
Ferx Burgz
This release fixes two bug:
- Fix NullReferenceException in CacheControlFilter when Response is null
- Fix $select and $expand in OData queries to avoid cast exception
Binaries
VS 2015 + .NET Core
This release adds support for the new .NET Core and .NET Standard framework monikers so that packages like System.Runtime can be handled correctly.
The release also drops support for net40 on NuGet.Lucene, which now only supports net45 or later.
The following bugs were also fixed:
- Fix incorrect path encoding of OData characters like
()
- Fix invalid DateTimeOffset when running in GMT+ time zone
- Set Cache-Control header on API responses to prevent browser caching of API responses
- Preserve
IsMirrored
flag when synchronizing previously mirrored package - Set
Published
date to date package is uploaded to avoid spurious syncing
Binaries
Compatibility updates
- Add Range request header support for resuming package downloads
- Add
NormalizedVersion
to OData model for compatibility with Paket - Convert part of package upload process to async only
Binaries available on https://www.nuget.org/
More graceful shutdown & Moar symbols
- Dispose Lucene data provider that stores API keys on application shutdown
- Index symbols in
.exe
and.dll
in addition to.pdb
files when processing symbol packages
Binaries available on https://www.nuget.org/
Upstream Roles and VS 2015 Tab Completion
This release fixes 2 bugs:
- #38 When upstream Request.User is authenticated, preserve existing roles
- Add URL routes for VS2015 Package Manager Console tab completion
Binaries available on http://www.nuget.org/
vNext compatibility
This release fixes 2 bugs when using NuGet.Lucene.Web as a package source for dnu restore
:
dnu restore
does not send Accept request header but requiresapplication/atom+xml
dun restore
does not send a User-Agent header but should be redirected from/
or/api
to/api/odata
.
Binaries available on http://www.nuget.org/