-
Notifications
You must be signed in to change notification settings - Fork 50
feat: ⬆️ upgrade apalis version #199
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
base: master
Are you sure you want to change the base?
Conversation
|
First of all only |
|
Waiting for version 1.0.0 release. |
|
I did a release yesterday. |
|
Spring-RS code has strict clippy checks; many upstream apalis-postgres code snippets still fail Spring-RS's clippy checks. |
|
You are trying to bump a major version without looking at the changelog: This will never work because its v0.7 but not supported in v1.0 Please see https://github.com/apalis-dev/apalis/blob/main/CHANGELOG.md#breaking-changes for a start |
|
PS, There are breaking changes that are not documented so I might discourage updating to v1 yet. Please wait for the RC versions. I am hopeful to start releasing them tonight. I will update you when I do. |
|
@geofmureithi I added the apalis-amqp dependency, but I'm getting an error. error[E0437]: type `Compact` is not a member of trait `Backend`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/apalis-amqp-1.0.0-alpha.1/src/lib.rs:169:5
|
169 | type Compact = Vec<u8>;
| ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Backend`
error[E0437]: type `Codec` is not a member of trait `Backend`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/apalis-amqp-1.0.0-alpha.1/src/lib.rs:172:5
|
172 | type Codec = JsonCodec<Vec<u8>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Backend`
For more information about this error, try `rustc --explain E0437`.
error: could not compile `apalis-amqp` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish... |
|
Hey,
I had taken a small break for the last two weeks. I am back on this and
will start releasing the release candidate versions. Also I will pick up
this issue and do a PR for you. Thanks for your patience.
|
You are using beta.3 and we are already in rc.1 |
|
@holmofy The issues you are facing are described here |
|
|
@holmofy this seems to be related to the There is a PR on this: apalis-dev/apalis-postgres#39 Should be resolved by Monday. |
No description provided.