Skip to content

Releases: Scifabric/pybossa

v3.1.0

02 Feb 18:21
a9b02f6
Compare
Choose a tag to compare

This version drops support for Rackspace. The pyrax library has not fully been integrated with the previous library that we were using in PYBOSSA, so we have decided to drop its support. In case you want to integrate it, let us know!

v3.0.1

11 Jan 18:17
67d1537
Compare
Choose a tag to compare

Minor release to fix a socket timeout with Redis.

v3.0.0

11 Jan 18:17
3eb0895
Compare
Choose a tag to compare

Version 3.0.0 with full support of python3.0.

This version was released on December 2019, but we didn't include it here.

v2.13.1

26 Oct 01:21
480be9d
Compare
Choose a tag to compare

This release has a few minor improvements, as well as some CVE fixes from libraries like Pillow or Werkzeug.

v2.12.2

06 Jun 05:51
3010c8c
Compare
Choose a tag to compare

This new version of PYBOSSA adds pages support. What's that? Well, nowadays most of the web sites are built using #jamstack solutions, and in these cases you might need to allow your users to create pages, or handle the structure of the content of your site. For this you have two options: (i) you create new pages in your frontend, or (ii) you do that but you make it more flexible by allowing you to change the structure using a headless CMS.

The new pages API endpoint allows you to specify structures in its JSON info field, that your jamstack can take to build pages. I.e. with nuxtjs you can match vue-router routes to query in PYBOSSA the api page related to it, and you will get back the components that you need to mount for that specific page.

If you are not familiar with this methodology, check out projects like Contentful or any headless CMS server.

v2.12.1

26 Apr 23:44
99a2485
Compare
Choose a tag to compare

This minor release patches the SQLAlchemy issues CVE-2019-7164 and CVE-2019-7548. It's recommended to upgrade to this release as soon as possible.

v2.12.0

10 Apr 05:31
Compare
Choose a tag to compare

This is the last release using Python 2.x. The next version, v3.0 will be using Python 3.x.

This version added the possibility of deleting inactive accounts periodically.

v2.11.1

13 Nov 10:17
4d29882
Compare
Choose a tag to compare

This new version brings the following fixex/improvements:

  • Global stats api now returns the total number of tasks within the server.
  • Category API endpoint now refreshes the cache when a task is created.
  • Projects cannot be published twice.
  • Project API endpoint now filters properly unpublished projects belonging to a category.

Locked scheduler

23 Oct 11:36
ab5bc9c
Compare
Choose a tag to compare

New locker scheduler for PYBOSSA. Now you can lock tasks for users, so when a user is participating in a task, no one else can participate in that task until the user submits the answer (or the lock expires).

For more information: check the docs.

Thanks to Bloomberg for sharing the code with us!

v2.10.3

04 Sep 06:40
e511d36
Compare
Choose a tag to compare

This release fixes a few minor items like updating to the latest version of Flask, allowing you to update task_runs via the API (you could only delete them before this version) and minor improvements to the submission of files as task runs.