koopjs / koop-core

Core library for KoopJS (deprecated)
Other
16 stars 19 forks source link

An in-range update of koop-output-geoservices is breaking the build 🚨 #31

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.3.0 of koop-output-geoservices was just published.

Branch Build failing 🚨
Dependency koop-output-geoservices
Current Version 1.2.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

koop-output-geoservices is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/koopjs/koop-core/builds/380372593?utm_source=github_status&utm_medium=notification)

Release Notes v1.3.0

###Added

  • Call model function authenticationSpecification (if exists) in the rest/info handler and pass data to FeatureServer
  • Add route rest/generateToken and pass on to associated handler which in turn calls model's authenticate function

Fixed

  • Bumped koop-core peer dependency to 3.6.1
  • Bumped featureserver dependency to 2.13.0
Commits

The new version differs by 4 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 1.2.0 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 6 years ago

Version 1.4.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v1.4.0

Added

  • handling of authorization and authentication errors

Fixed

  • Bump FeatureServer version to 2.14.1 in order to support added authentication handling
Commits

The new version differs by 3 commits.

  • b24c101 :package: 1.4.0
  • 1bc66ea Implement authentication and authorization handling. (#10)
  • c8a347a Update CHANGELOG.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.4.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.4.1

Fixed

  • convert async/await to promises
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.4.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v1.4.2

Fixed

  • missed FeatureServer handling of authentication error
Commits

The new version differs by 5 commits.

  • 9679357 Update readme with generateToken route.
  • 2486f80 :package: 1.4.2
  • 74334c2 Fix missed FeatureServer handling of authentication error (#13)
  • b1ffb75 :package: 1.4.1
  • ed298c2 Remove async/await. (#12)

See the full diff