-
Notifications
You must be signed in to change notification settings - Fork 125
Add primitive exclusive start key support to Table and SecondaryIndex #1639
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
Add primitive exclusive start key support to Table and SecondaryIndex #1639
Conversation
@kailuowang Thanks for accepting this. We're currently using the workaround mentioned in the issue. However, we would of course prefer to be able to use this new part of the API. Are you planning a version bump in the near future? |
I can see that I missed it by a minute 😅 |
I just kicked off a new release. |
@kailuowang Thanks for the swift response. I'm not familiar with releasing libraries. I can see that there's a GitHub release with the new tag, but the artifacts are not on Maven/Scaladex, is there usually a delay or did something perhaps go wrong in the pipeline? |
hmm, my bad. I didn't realize that the release failed due to doc error on Scala 3
I think it's related to the change you added. Would you kindly debug it?
should give you the error. |
I'll have a look 👍 |
As far as I can tell the command fails from this commit: e739d20 |
Reverting e739d20 and running
works fine. So I'm not sure the failure is related to my changes. Let me know if I can help more 🙂 |
ah, it looks like to be this issue.
scala/scala3#15288
Thanks for debugging!
…On Wed, May 3, 2023 at 8:17 AM Jakob Merrild ***@***.***> wrote:
Reverting e739d20 and running
sbt "++ 3.2.0 doc"
works fine. So I'm not sure the failure is related to my changes. Let me
know if I can help more 🙂
—
Reply to this email directly, view it on GitHub
<#1639 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUKOKU6TYP6CUAHD25573XEJEGNANCNFSM6AAAAAAXJXJOTY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Kai
|
Once #1643 is merged, I will re-release M25 |
Thanks! |
released |
Solves: #1638