Skip to content

Releases: NuGet/NuGetGallery

v2017.04.28

01 May 17:46
Compare
Choose a tag to compare

For more details, see the following deployment record:

#3830

Changes since the previous release:

v2017.03.27

27 Mar 16:35
Compare
Choose a tag to compare

For more details, see the following deployment record:

#3611

Changes since the previous release:

  • [e6dd6e4] Change telemetry time to use correct format (#3690)
  • [551fd86] UpdateIsLatest concurrent unlist fix (#3695)
  • [9ccd227] Revert UpdateIsLatest optimistic concurrency changes (#3707)

The gallery will be deployed. There are no schema changes.

v2017.03.22

20 Mar 23:11
Compare
Choose a tag to compare

For more details, see the following deployment record:
#3611

The gallery will be deployed. There are no schema changes.

v2017.02.24

27 Feb 18:28
Compare
Choose a tag to compare

Full Changelog

  • Contact-Page: Add Required-badge and use fieldset (#3418) … 48cfd9b
  • Merge remote-tracking branch 'origin/master' into dev fcf18bb
  • added required badge (#3415) d55c629
  • Add certificate fingerprint (thumbprint) for new nuget.org SSL certif… … d4b91ba
  • Enable trace listeners for app insights (#3523) 2b94a5e
  • Prevent $BuildBranch overwriting (#3528) f8405f3
  • Update Octopus link (#3533) 88624ed
  • Fix P1 and P2 functional tests (#3539) … cf3c6df
  • Make functional tests output xml instead of html and use VSTest inste… … 4b99fbf
  • Add Deploy-StaticContent.ps1 (#3529) 2ed3fee
  • Allow package title reuse with soft-deleted package (#3570) 81f0cd5
  • refactor test hook (#3580) 5949008
  • Enable delay signing on NuGetGallery.Core (#3583) … 6cb94e5
  • Create symbols package for NuGetGallery.Core (#3584) 8ed911b
  • Don't sign NuGetGallery.Core quite yet (NuGetDeployment is broken) (#… … e9d6651
  • Import sign.targets only if it exists (#3590) … 32f16af
  • Scoped api keys - bug fixes (#3592) … e79a969
  • Fix api key add/remove e-mail message (#3591) … a151dae

Deployment 2017.01.30

31 Jan 18:29
Compare
Choose a tag to compare

Full details are available here: #3510

Changes

  • Functional:
    • Multiple API keys (#3246)
    • Turn on query filtering on prod (#3464)
    • Handle case where $filter makes Package(Id=...,Version=...) yield an empty result (#3435)
    • Do not allow login on read-only gallery (#3503)

Deployment 2017.01.27

27 Jan 22:49
Compare
Choose a tag to compare

Full details are available here: #3508

Changes

  • Build
    • Improved build script (PR #3477)
    • Enable UseBasicParsing on PowerShell web requests (PR #3488)
  • Test
  • Functional
    • Filter out unsupported credentials (PR #3479)

Deployment 2017.01.17

17 Jan 19:08
Compare
Choose a tag to compare

Full details are available here: #3476

Changes

  • Functional
    • None
  • Technical
    • Prevent overwriting of packages in blob storage (#3457)
    • Delete uploaded package from blob storage if saving changes to DB fails (#3469)
    • Enforce HttpOnly and Secure cookie attributes (#3463)

Deployment 2017.01

11 Jan 17:04
Compare
Choose a tag to compare

Changes

Deployment 2016.12

09 Dec 23:41
Compare
Choose a tag to compare

Full details are available here: #3323

Changes

  • Functional
    • Feature: Add message for AddOwner request (#3359)
    • Prevent unconfirmed users from re-enabling password auth (#3392)
    • add ability to remove myself from the owner list (#3379)
  • Technical
    • Removed Google Analytics
    • Add no follow rel (#3353)
    • Upgrade build script to use latest version of bin-skim utility (#3395)
    • Add link to package details page on support requests view (when request relates to a package)(#3396)
    • Fix OData endpoint throwing 400 exceptions (#3397)
    • Filter out 400 and 404 response codes from failed requests telemetry (#3399)
    • Timestamps of packages in feed are not synchronized #3365 (#3377)

Deployment 2016.10

24 Oct 21:20
Compare
Choose a tag to compare

Full details are available here: #3268

Changes:

  • Functional
    • Lock user account for a period of time after failed login attempt (#3261)
    • Change cookie expiration time from 14 days to 6 hours (#3266)
    • Fix footer overlapping content on package statistics page(#3302)
  • Technical
    • Fix exception in AI - Heads Totals action not found in controller (#3278)
    • Fix failing requests due to extra spaces in URL(#3296)
    • Fix elmah errors for null reference(#3300)