Skip to content

Commit

Permalink
Merge branch 'release-3.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 23, 2019
2 parents 8a7af12 + 183403d commit 2b9c2d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [3.6.2] - 2019-08-23

### Fixed

* [#510](https://github.com/dadi/cdn/pull/510): ensure search parameters are used in passthrough URL

## [3.6.1] - 2019-08-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dadi/lib/handlers/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DefaultHandler.prototype.get = function () {

this.storageHandler = this.storageFactory.create(
'asset',
this.url.pathname.slice(1),
this.url.href.slice(1),
{domain: this.req.__domain}
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dadi/cdn",
"version": "3.6.1",
"version": "3.6.2",
"product": "DADI CDN",
"description": "A high performance, just-in-time asset manipulation and delivery layer designed as a modern content distribution solution.",
"scripts": {
Expand Down

0 comments on commit 2b9c2d0

Please sign in to comment.