BaGet Versions Save

A lightweight NuGet and symbol server

v0.4.0-preview2

2 years ago

Highlights include:

  • We launched a Discord server! Join the community here 🚀
  • Removed the release notes length limit, by @dncnkrs (#687)
  • Display 'No dependencies' if group has no dependencies (#686)
  • Moved to new .NET Docker images, by @viceice (#689)
  • Improved the README (#690, and #691 by @davidelettieri)

v0.4.0-preview1

2 years ago

Highlights include:

  • Replace the React front-end with Razor pages (#678)
  • Support embedded READMEs (#670)
  • Accept more symbol download URL patterns (#666)
  • Improve package mirroring (#679)
  • Add Docker source label (#634), by @viceice

v0.3.0-preview5

3 years ago

Highlights include:

  • Add support for NuGet V2 upstream package sources (#630) by @patriksvensson
  • Add .NET 5 target framework filter (#606) by @SeppPenner
  • Support autocompleting versions (#576) by @davidackroyd99
  • Display multiple authors correctly (#574) by @yang-er
  • Improve dependents UI by (#572) by @davidackroyd99
  • Support loading more search results (#437)

Thank you everyone for all the amazing contributions! 🥳

v0.3.0-preview4

3 years ago

This is one of our biggest releases yet! Highlights include:

  1. Improved landing pages (#522), by @sipmann. BaGet is now a little more welcoming: you'll be greeted by landing pages that help you upload your first package 😎

  2. Added missing framework search filters (#527), by @SeppPenner Need to filter to .NET Core 3.0 or .NET Framework 4.8 packages? We've got you covered! 🔎

  3. Track code coverage (#452), by @MarkZither This lets us identify test gaps and further improve BaGet 💪

  4. Support configurable URLs (#525), by @SeppPenner. BaGet can now listen to different ports and addresses! 🚀

  5. Improvements to BaGet.Protocol (#470, #471, #476, #481, #516) Need to interact with a NuGet server? BaGet.Protocol is now even easier to use! 😀

This release includes several bug fixes:

  • Fix request pipeline for custom PathBase settings (#495), by @daniel-lerch
  • Fix package last updated date (#491), by @euantorano
  • Normalize icon entry path prior to extraction (#517), by @joelverhagen
  • Ensure the registration index is sorted by version (#535), by @chaghi

We also had lots of contributions from lots of contributors:

  • Allow maximum published package size to be configured when using IIS (#473), by @RichardSinden
  • Let environment variables overwrite configuration file settings in case of ambiguity (#501), by @jeroenlandheer
  • Update dependencies (#507)
  • Refactor BaGet's architecture (#508)
  • Improve readme (#524), by @SeppPenner
  • Update frontend dependencies (#532), by @SeppPenner
  • Fixed copyright year on the documenation page. (#536), by @SeppPenner
  • Update the bindings in docker quickstart (#539) , by @otsenkun

Thanks everyone for all your hard work! 🥳

v0.3.0-preview2

4 years ago
  • Support embedded package icons by @iodes (#469)
  • Bug fixes
    • No longer require restart after creating the PostgreSQL database (#467)
    • Make the "Version" column case insensitive on SQLite and PostgreSQL (#466)
    • [Client SDK] Support servers that don't have catalog resource (#465)

v0.3.0-preview1

4 years ago

Thanks @MarkZither for the huge help on upgrading BaGet to ASP.NET Core 3.1!

v0.2.0-preview1

4 years ago

v0.1.77-prerelease

5 years ago
  • Add additional symbol route for Visual Studio 2017 (#251)
  • [UI] Fix several bugs (#254)

Thanks @fuzzybair for the contribution for this release

v0.1.75-prerelease

5 years ago
  • Improve upload instructions (#247)
  • [Search] Use Office Fabric to style filters (#248)
  • [Protocol] Mirror nuget.org's undocumented protocols (#249)

v0.1.71-prerelease

5 years ago

Adds support for Google Cloud Storage buckets. Thanks @bgrainger! 🎉