-
Notifications
You must be signed in to change notification settings - Fork 341
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
Is there a new release for pysolr? #373
Comments
I am interested in the new release as well. It would solve #368 too :) |
Also looking forward to the next release. A workaround until then is to:
|
The thing we could most use help with is testing — I am currently not supporting a project which uses pysolr and my spare time is extremely limited these days. We also have a slowdown now that travis-ci.org shut down and I need time to convert it to GitHub Actions. I just tagged v3.10.0b0 — if anyone watching this has time to help test that, I can cut a release: |
thx - I'll start testing in our application; but we're only using python for the ETL/Indexing/Ingest side. |
Hey @acdha, I'm interested in using this pr https://github.com/django-haystack/pysolr/pull/374/files as I want to do partial update using JSON, it's already merged to master but there is no release or tag |
@acdha Hey Chris, pysolr is a package I use extensively in my day to day. How would one get started with assisting in terms of testing? I have a technical background but sadly I'm out of my depth when it comes to testing and collaborating on a project such as pysolr. I also have a server infrastructure at home if that can be useful in the testing process. |
There are tags and releases available for testing but they're marked as betas: https://pypi.org/project/pysolr/3.10.0b1/ That keeps a simple |
Hey @acdha is there a list of things that needs checking to ensure that things are in top order, like a check-list of items to verify works? I can spend some time over this weekend testing them out. |
Any new thoughts about releasing after the long silence? |
You're right, this is long overdue. pysolr really needs a more active maintainer. I just cut https://pypi.org/project/pysolr/3.10.0b2/ with the changes since b1. If I don't hear any problems reported in the discussions I'll publish v3.10.0 next week: |
3.10.0b2 looks good to me! |
hey @acdha any news on the v3.10.0 release? |
Thanks for the reminder: https://pypi.org/project/pysolr/3.10.0/ |
I saw a commit f6169e9 to support customized session has been merged to master branch, however, no new release after that, May I know is there a plan for a new release for the package?
The text was updated successfully, but these errors were encountered: