-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an xml parser engine for aws sdk core version 2 #781
Conversation
otherwise we see the error: Failure/Error: self.url = client.get_queue_url(queue_name: name).queue_url NoMethodError: undefined method `new' for false when running tests
We are also seeing a failure for the Rails 4.2 test run. Perhaps it makes sense just to remove this from the test matrix ? |
@jpawlyn thank you! tests are in progress.
Can it be fixed? I wonder if we remove it and there are indeed people using 4.2. |
@jpawlyn good call, that makes sense. Can you remove it then? We will probably need to release a major version given the breaking change, WDYT? |
I've removed Rails 4.2 from the matrix. I guess the change is not actually a breaking one since all we are doing is removing Rails 4.2 from the test matrix and there is no minimum Rails version specified in the gemspec. |
@jpawlyn I thought it was a breaking change because the change was breaking something on Rails 4.2. |
@phstc WDYT about aligning the supported versions with Rails supported versions + 6 months? I do this for Karafka and works well. There needs to be a bit of backpressure and anyhow it seems AWS gem releases and API changes create some already. |
@mensfeld I think it's a solid idea. Sidekiq for instance is Rails 7.0+ |
closing this one as after my todays changes there's nothing here to merge that would make sense. |
otherwise we see the error:
when running tests