Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Releases: themotleyfool/NuGet.Lucene

Ferx Burgz

06 Jul 20:53
Compare
Choose a tag to compare

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

06 Jul 15:19
Compare
Choose a tag to compare

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

08 Dec 17:59
Compare
Choose a tag to compare
  • 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

10 Nov 16:26
Compare
Choose a tag to compare
  • 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

10 Nov 16:22
Compare
Choose a tag to compare

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

29 Aug 18:27
Compare
Choose a tag to compare

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 requires application/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/