-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature/1 0 x fixes #228
Feature/1 0 x fixes #228
Conversation
e92500d
to
9340ca8
Compare
This includes everything in the 1.0.1 milestone, except for #48 . Which is partly because I don't fully understand what is required, and also because it is relatively minor importance. I would be happy to release 1.0.1 with this set of fixes only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
project/Dependencies.scala
Outdated
val googleCloudBigQuery = "1.102.0" // no upgrade before bumping pubsubFs2 | ||
val googleCloudPubSub = "1.102.0" // no upgrade before bumping pubsubFs2 | ||
val googleCloudStorage = "1.102.0" // no upgrade before bumping pubsubFs2 | ||
val googleCloudBigQuery = "2.1.6" // compatible with google-cloud-pubsub:1.14.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
val googleCloudBigQuery = "2.1.6" // compatible with google-cloud-pubsub:1.14.3 | |
val googleCloudBigQuery = "2.1.6" // compatible with google-cloud-pubsub:1.114.3 |
project/Dependencies.scala
Outdated
val googleCloudStorage = "1.102.0" // no upgrade before bumping pubsubFs2 | ||
val googleCloudBigQuery = "2.1.6" // compatible with google-cloud-pubsub:1.14.3 | ||
val googleCloudPubSub = "1.114.3" // match the version of fs2-google-pubsub | ||
val googleCloudStorage = "2.1.1" // compatible with google-cloud-pubsub:1.14.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
val googleCloudStorage = "2.1.1" // compatible with google-cloud-pubsub:1.14.3 | |
val googleCloudStorage = "2.1.1" // compatible with google-cloud-pubsub:1.114.3 |
9340ca8
to
ad4a4be
Compare
No description provided.