Skip to content

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 23, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.5.3 of koop was just published.

Dependency koop
Current Version 2.12.1
Type devDependency

The version 3.5.3 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of koop.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.5.3

Added

  • Trim leading/trailing whitespace on request's query params if of type string

Fixed

  • multiple provider installation
Commits

The new version differs by 160 commits.

  • 7499a78 :package: 3.5.3
  • 3ed2312 Fix compare links in CHANGELOG.
  • 50e3256 Merge pull request #24 from koopjs/params-whitespace-trim
  • 4c9bded Move trim function to middleware and add unit-tests.
  • 281ff37 Merge pull request #23 from koopjs/greenkeeper/sinon-5.0.0
  • d03eb5f Merge pull request #25 from koopjs/greenkeeper/mocha-5.0.5
  • 7570b03 Merge branch 'master' into greenkeeper/mocha-5.0.5
  • de182be Merge pull request #19 from koopjs/greenkeeper/gh-release-3.1.2
  • ecad2db Merge branch 'master' into greenkeeper/gh-release-3.1.2
  • a2acefb Trim leading/trailing whitespace on request params that arrive as strings.
  • 4ce1c88 chore(package): update mocha to version 5.0.5
  • 3e3ad7b chore(package): update sinon to version 5.0.0
  • cd99fb8 chore(package): update standard to version 11.0.0 (#22)
  • 13867d1 chore(package): update buble to version 0.19.0 (#21)
  • 24edf21 chore(package): update gh-release to version 3.1.2

There are 160 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 3.5.4 just got published.

Update to this version instead 🚀

Release Notes v3.5.4

Fixed

  • missed npm build step
Commits

The new version differs by 2 commits.

  • 9cf3fca :package 3.5.4
  • 36cd31c Add step to RELEASE noting npm run compile.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2018

Version 3.5.5 just got published.

Update to this version instead 🚀

Release Notes v3.5.5

Fixed

  • replace truthy operator
  • migrate logger to @koopjs/logger v2.0.2
Commits

The new version differs by 5 commits.

  • c3f401e :package: 3.5.5
  • 276a3b8 Migrate logger to @koopjs/logger v2.0.2 (#26)
  • 0d34d7a Revert logger version, my bad.
  • 6b55ae1 Bump koop-logger version.
  • a6a24c9 Replace truthy operator.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 25, 2018

Version 3.6.0 just got published.

Update to this version instead 🚀

Release Notes v3.6.0

Added

  • helper module and function to create route paths with decoration based on passed options
  • Option to insert the provider-specifc route fragments into the route path (rather then simple prefixing), by replacing occurence of '$namespace$' and '$providerParams$' substring
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 9, 2018

Version 3.6.1 just got published.

Update to this version instead 🚀

Release Notes v3.6.1

Fixed

  • Routes with a $namespace placeholder require a $providerParams placeholder to also receive the :host/:id URL fragment.
Commits

The new version differs by 2 commits.

  • d921f60 :package: 3.6.1
  • d624fbf Prevent addition of :host/:id to routes with $namespace but no $providerParams (#30)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 3.7.0 just got published.

Update to this version instead 🚀

Release Notes v3.7.0

version 3.7.0

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 3.7.1 just got published.

Update to this version instead 🚀

Release Notes v3.7.1
  • Explicitly bump koop-output-geoservices to 1.5.1
Commits

The new version differs by 4 commits.

  • cbf24a2 :package: 3.7.1
  • 21ac210 Increase tested route-count to 82, to account for changes in latest koop-output-geoservices.
  • 749ceaa Explicitly bump koop-output-geoservices to 1.5.1
  • 8c15e27 chore(package): update sinon to version 5.0.10 (#35)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2018

Version 3.7.2 just got published.

Update to this version instead 🚀

Release Notes v3.7.2

Fixed

  • Auth plugin registration now adds authenticationSpecification to Model prototype
Commits

The new version differs by 2 commits.

  • 8997c93 :package: 3.7.2
  • 16b9ede Auth plugin registration now adds authenticationSpecification to Model prototype. Mixes-in provider name to auth-spec object. (#36)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2018

Version 3.7.3 just got published.

Update to this version instead 🚀

Release Notes v3.7.3

Fixed

  • Explicit bump of koop-output-geoservices version
Commits

The new version differs by 2 commits.

  • ad73638 :package: 3.7.3
  • f62623d Explicit bump of koop-output-geoservices version

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2018

Version 3.8.0 just got published.

Update to this version instead 🚀

Release Notes v3.8.0

Added

  • Parse query params that arrive as JSON strings
  • Coerce query params that arrive as boolean strings
Commits

The new version differs by 3 commits.

  • 9cb4cda :package: 3.8.0
  • 464f2c2 Parse/coerce request query params (#39)
  • 7299774 chore(package): update sinon to version 6.0.0 (#37)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 20, 2018

Version 3.9.0 just got published.

Update to this version instead 🚀

Release Notes v3.9.0

Added

  • Prefentially use a createKey function found on the Model's prototype
Commits

The new version differs by 3 commits.

  • 79f3f66 :package:3.9.0
  • 35afa01 createKey() override (#41)
  • 99d01c4 Apply standard.js to all source and test files (#40)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2018

Version 3.9.1 just got published.

Update to this version instead 🚀

Release Notes v3.9.1

Fixed

  • Routes where hosts: true and disableIdParam: true now being constructed correctly as /:host/FeatureServer/:layer/:method
Commits

The new version differs by 3 commits.

  • 55f1acb :package:3.9.1
  • 3aa793b Routes where hosts: true and disableIdParam: true now being constructed correctly as /:host/FeatureServer/:layer/:method (#44)
  • 9df1aed fix(package): update config to version 2.0.1 (#43)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2018

Version 3.9.2 just got published.

Update to this version instead 🚀

Release Notes v3.9.2

Fixed

  • Bad npm publish
Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 5, 2018

Version 3.9.3 just got published.

Update to this version instead 🚀

Release Notes v3.9.3

Changed

** Bump koop-output-geoservices version to 2.0.0
** Bump standard to 12.0.0 and apply style fixes

Commits

The new version differs by 4 commits.

  • 523c93c :package: 3.9.3
  • 14e0950 Update changelog.
  • f37cda0 Update to standard.js 12.0 style. (#47)
  • aff2b5b fix(package): update koop-output-geoservices to version 2.0.0 (#46)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2018

  • The devDependency koop was updated from 2.12.1 to 3.9.4.

Update to this version instead 🚀

Release Notes for v3.9.4

Fixed

  • Throw error on plugin name undefined, not defined
Commits

The new version differs by 3 commits.

  • b0d4d67 :package: 3.9.4
  • ba2d605 Make name-check throw error on undefined. (#51)
  • 46b47e8 Greenkeeper/supertest 3.3.0 (#49)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2018

  • The devDependency koop was updated from 2.12.1 to 3.10.1.

Update to this version instead 🚀

Release Notes for v3.10.1

Fixed

  • Use path.posix.join instead of path.join
Commits

The new version differs by 3 commits.

  • 2360b22 :package: 3.10.1
  • 2e3c452 Use path.posix (#56)
  • e4237f8 chore(package): update gh-release to version 3.4.0 (#55)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 30, 2019

  • The devDependency koop was updated from 2.12.1 to 3.11.0.

Update to this version instead 🚀

Release Notes for v3.11.0

Added

  • pass in options object when registering a cache provider
Commits

The new version differs by 7 commits.

  • 6a06f7f :package: 3.11.0
  • 1e64ee0 support options when registering a cache (#68)
  • 6d6accf chore(package): update gh-release to version 3.5.0 (#64)
  • 66c6238 chore(package): update mocha to version 6.0.0 (#63)
  • 4fba30d chore(package): update sinon to version 7.2.3 (#58)
  • 566a69b chore(package): update supertest to version 3.4.2 (#59)
  • cd156df fix(package): update config to version 3.0.0 (#57)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2019

  • The devDependency koop was updated from 2.12.1 to 3.11.1.

Update to this version instead 🚀

Release Notes for v3.11.1

Changed

  • console logging of provider/output routes
Commits

The new version differs by 4 commits.

  • 74a8ac2 :package: 3.11.1
  • 071b211 chore(package): update supertest to version 4.0.0 (#67)
  • fb8b774 Pretty printing of provider/plugin routes to terminal (#72)
  • 6a5f0df Fix feature-server route paths for cached datasets (#71)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

  • The devDependency koop was updated from 2.12.1 to 3.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2019

  • The devDependency koop was updated from 2.12.1 to 3.12.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency koop was updated from 2.12.1 to 3.12.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2019

  • The devDependency koop was updated from 2.12.1 to 3.13.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 25, 2019

  • The devDependency koop was updated from 2.12.1 to 3.14.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 5, 2019

  • The devDependency koop was updated from 2.12.1 to 3.15.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2019

  • The devDependency koop was updated from 2.12.1 to 3.16.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2020

  • The devDependency koop was updated from 2.12.1 to 3.17.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2020

  • The devDependency koop was updated from 2.12.1 to 3.17.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2020

  • The devDependency koop was updated from 2.12.1 to 3.17.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2020

  • The devDependency koop was updated from 2.12.1 to 3.17.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2020

  • The devDependency koop was updated from 2.12.1 to 3.18.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants