Skip to content

v0.55.5 fails to boot with async-http 0.96.0: cannot load such file -- traces/provider #362

Description

@trevorturk

async-http 0.96.0 dropped its traces dependency, so traces is no longer installed transitively. Falcon v0.55.5 still requires it at boot:

lib/falcon/middleware/proxy.rb:12:in '<top (required)>': cannot load such file -- traces/provider (LoadError)

This looks fixed on main already — #354 moved the trace providers out of the middleware require path, and #360 added traces as a test dependency. Would it be possible to cut a release including those changes?

In the meantime we're adding an explicit gem "traces" to our Gemfile as a workaround. Posting for visibility in case others hit this as well. Thanks!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions